/* Theme Name: Twenty Seventeen Child
Template: twentyseventeen
Author: Sonia Medeiros
Description: Twenty Seventeen Child theme. 
Version: 1.0.1 */

/* hide frontpage content*/
#post-10 {display:none}
.home {overflow:hidden; height:75vh;}

/*style logo & contact info*/
.pop_color {color: #d3af37;}
.bold {font-weight: bold;}
.caps {text-transform: uppercase;}
.contact {
	font-size: .9em;
	text-align: center;
}
.site-content-contain {position: fixed;
		bottom:0;
		width: 100vw;
	}
/*.wrap {max-width:90vw;}*/

@media screen and (min-width: 48em){
.site-branding  {background: white;}
.site-branding:before {
	display:block;
	content: '';
	background: rgb(238, 238, 238);
	height: 5px;
}
.header-widget div {margin-bottom: 0;}
.home {
	max-height: 100vh;
	overflow: hidden;
	}
	.desktop-copyright{
		font-size: 0.75em;
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 44%;
	}
}

@media screen and (max-width: 1024px){
	.mobile-break {
		display:table;
		margin: auto;
	}
	.mobile-hide {display:none;}
	.dre-logo {
		display: flex;
		justify-content: center;
	}	
}

/*@media screen and (min-width:769px){
	.desktop-copyright{
		font-size: 0.75em;
		text-align: center;
		position: fixed;
		bottom: 0;
		left: 44%;
	}	
}*/

@media screen and (max-width: 768px) {
	.contact {font-weight: bold;}
	.desktop-copyright {display: none;}
	.custom-header-media:before {background: transparent;}
}

@media screen and (max-width: 407px) {
	.mobile-break2 {
		display: table;
		margin: auto;
	}
}
