/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/


@media screen and (max-width: 12000px) {
	
.buttonizer {
	max-width:300px !important;
}
.site-content {
	background-image: linear-gradient(to right,white,lightgrey);
}

	.about {
		font-size: 100px;
	}
	
.permalink {
	color: white;
	display: none;
}

.entry-title {
	display: none;
}

.custom-logo-link img {
	max-width: 100px;
	padding: 0;
	margin: 0;
}
	


/* adjust header padding on desktop | 16533813-hc */
@media screen and (min-width: 560px){
    .site-header {
        padding-top: 20px;
        padding-bottom: 20px;
    }   
	
	.about {
		font-size: 50px;
	}
}
	
.main {
		align-content: center;
		margin: auto;
		font-size: 55px;
		text-align:center;
	}

.center {
	align-content: center;
}

/* Thick black border */
.black {
	border: 1px solid black;
	width: 200px;
}

.black1 {
	border: 1px solid black;
	width: 300px;
}

silver:hover {
	background-color: silver;
	text-decoration: none;
	text-align: center;
}

A {
	text-decoration: none;
}
	
nav {
		margin-left: 50px;
		margin-right: 50px;
	}

.menu-item {
		margin-left: 25px;
		margin-right: 0px;
	}
	

/* Container holding the image and the text */
.container {
	position: relative;
	text-align: center;
	color: white;
	width: 100%;
	height: auto;
}

/* Centered text */
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.height {
	line-height: 2;
}
	.header-quote {
		font-size: 55px;
		align-content:left;
	}

	.service-list {
		padding-left: 30px;
		padding-right: 20px;
		font-size: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
		text-align: center;
	}
}
@media screen and (max-width: 600px) {
	
.header-quote {
		font-size: 32px;
		align-content:left;
	}
		.service-list {
		padding-left: 10px;
		padding-right: 10px;
		font-size: 10px;
		padding-top: 0px;
		padding-bottom: 0px;
			text-align: center;
	}
	
		.about {
		font-size: 20px;
	}
	
	.title {
		font-size:30px;
	}
	.email {
		font-size:12px;
	}
}
@media screen and (max-width: 769px) {
    .buttonizer .buttonizer-button.button-mobile-1.button-desktop-1 {
        width: 300px !important;
    }
}
.home .post-thumbnail {
display: none;
}