
html, body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; 
	color: #44464a;
}
#page {
	overflow: hidden;
	position: relative;
}
.site-info {
	display: none;
	/*temporary*/
}
:root {
  font-size: 0.875rem;
}
  @media screen and (min-width: 20rem) {
		:root{
    font-size: calc(0.875rem + 0.5 * ((100vw - 20rem) / 60));
		}}
  @media screen and (min-width: 80rem) {
		:root{
			 font-size: 1.175rem;
		}
   
  }
html {
	line-height: 1.3;
}
img {
	width: 100%;
}
body {
	background: #e8e8e8;
}
.u-centerText {
	text-align: center;
}
.u-margin {
	margin: 1em auto;
}
.site-content, .site-header {
	background: white;
	
}
.site-header {
	border-bottom: 1px solid #44464a;
}
.site-footer {
	padding: 0 1em;
}
h1, h2, h3, .site-title {
	font-family: 'Roboto Slab', serif;
}
.h--promoHeading {
	font-size: 1.5em;
}
a, a:visited {
	color: #00698c;
}
a:hover {
	color: #bb0826;
}
.site-title a {
	font-size: 2.25em;
	text-decoration: none;
	color: inherit;
}
.hero {
	width: 100%;
}
.hero__callout {
box-shadow: 0px 0px 15px 2px rgba(0,0,0, 0.5);
	background: white;
    padding: 1em;
    border-radius: 10px;
	margin: 0 0.5em;
}
#post-2 h1, .site-title {
	display: none;
}
.btn {
	border: 1px solid;
	border-radius: 25px;
	padding: .75em 1.5em;
	text-decoration: none;
}
.btn--primary, .btn--primary:visited, .search-form [type="submit"] {
	color: white;
	background: #00698c;
	border-color: #00698c;
	transition: color 0.2s ease-out, background 0.2s ease-out;
}
.btn--primary:hover, .search-form [type="submit"]:hover {
	color: #00698c;
	background: white;
}
.page__inner {
	max-width: 1080px;
	margin: auto;
	padding: 1em 1.5em;
}
.header--inner, .site-footer {
	max-width: 1080px;
		margin: auto;
}
.header--inner {
	display: flex;
	justify-content: space-between;
}
.main-navigation {
	width: auto;
}
.menu-toggle {
	margin: 1em;
	background: none;
	border: none;
}
.site-content, .entry-content {
	margin: 0;
	padding: 1em 0;
}
.features__card {
	text-align: center;
}
.nav-menu a {
	color: inherit;
}
.footer__icon {
max-width: 250px;
	display: block
}
.footer__icon--narrow {
max-width: 150px;
}
.entry-title {
	text-align: center;
	margin-top: 0;
	padding-top: 1rem;
}
.menu-top-nav-container {
	position: absolute;
	background: white;
	width: 50vw;
	transform: translatex(60vw);
	transition: transform 0.2s ease-out;
	right: 0;
	padding: 1em;
	box-shadow: -4px 19px 20px 11px rgba(0,0,0,.6);
	z-index: 10;
}
.main-navigation.toggled .menu-top-nav-container {
	transform: translatex(0)
}
.menu-item {
    padding: 1.5em 0;
    border-bottom: 1px solid;
}
.card__icon {
	width: 50%;
	max-width: 150px;
}
.page__gallery {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.gallery__heading {
	width: 100%;
}
@media (min-width: 48em) {
	.menu-top-nav-container {
		position: static;
		width: 100%;
		transform: initial;
		box-shadow: none;
		
	}
	.menu-item {
		padding: 0;
		border: none;
	}
	.nav-menu a:after {
		content: '';
    display: block;
    height: 2px;
    background: #bb0826;
		transform: scale(0);
		transition: transform 0.2s ease-out;
	}
	.nav-menu a:hover:after {
	transform: scale(1);
	}
	.site-branding {
		margin-top: 0.5em;
	}
	.site-content, .entry-content {
		padding: 0;
		
	}
	 #footer-sidebar {
		display: flex;
		justify-content: space-between;
	}
	.header--inner {
align-items: center;
	}
	.main-navigation {
	width: 100%;
}
	.hero {
		padding: 1em;
	}
	.hero__callout {
    width: 500px;
}
	.hero--home {
		background: url('https://top-quality-painting.net/wp-content/uploads/2018/12/shutterstock_704928292-3.jpg');
		background-repeat: no-repeat;
		background-size: cover;
	}
	.hero--commercial {
		background: url(https://top-quality-painting.net/wp-content/uploads/2019/01/rendered-1.jpg);
		background-position: 55% 10%;
	}
		.hero--res {
		background: url(https://top-quality-painting.net/wp-content/uploads/2019/01/rendered-2.jpg);
			background-position: 25%;
	}
	.main-navigation ul {
		justify-content: space-evenly;
	}
	.hero__buffer {
		max-width: 1080px;
		margin: auto;
		display: flex;
	}
	.hero__callout {
		margin-left: auto;
	}
	.hero__callout--left {
		margin-left: 0;
	}
	.features {
		display: flex;
	}
	.features__card {
	margin: 0 1em;
	}
}