 /*
 Theme Name: Twenty Seventeen Child
 Description: The custom theme Twenty Seventeen Child using the parent theme Twenty Seventeen.
 Author: smartvote
 Author URI: [Your URL]
 Template: twentyseventeen
 Version: 1
 */
 
 /*aligner copyright footer*/
 
 @media screen and (min-width: 48em){
 .site-info{text-align: right; margin-left: 160px;}
 

@font-face {
    font-family: 'nunito_sansregular';
    src: url('fonts/nunitosans-regular-webfont.woff2') format('woff2'),
         url('fonts/nunitosans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 
 
 body, h2, p{
	color:#010101 !important;
	font-family: 'nunito_sansregular' , sans-serif !important;}

html, a {
	font-family: 'nunito_sansregular', sans-serif !important;
	}
	

.colors-custom .entry-content a{
color:hsl( 16, 50%, 46% ) !important;
box-shadow:none;
}

.colors-custom .main-navigation {
font-size: 15px !important;
}

/* Custom Spacing */ 
ul li {
padding-bottom: 8px;
margin-left: 25px;
padding-left: 8px;
}

.colors-custom .main-navigation li {
margin-left: 0px;
padding-left: 0px;
}

.navigation-top .wrap {
    max-width: none;
}

.main-navigation ul {
    text-align: center;
}

.main-navigation li li {
	text-align:left;
}

/*Computer screen */
@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: 1200px;*/
	/*height: 100vh;*/
	height: 55vh;
	/*max-height: 100%;*/
	/*overflow: hidden;*/
	}
}

/* Mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
	/*display: table;*/
	/*height: 300px;*/
	/*height: 75vh;*/
	height: 55vh;
	/*width: 100%;*/
}

/* Computer screen with logged in user and admin bar showing on front end*/
@media screen and (min-width: 48em) {
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
	/*height: calc(100vh - 32px);*/
	height: calc(50vh - 32px);
	}
}