/*Set site width*/
/*.grid-container {max-width: 100rem;}*/
i.fab,i.fas{
	margin: .25em;
}

#simple-content-container img{
    max-width: 100%;
}

.slider-image img{
	width:100%;
}


.search-form .search-field {
    background: none;
    border: none;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    color: #ccc;
    box-shadow: none;
    color: inherit;
	padding: 0 10px 0 10px;
    transition: border-bottom-color 0.3s;
}

.search-form .search-field:focus {
    border-bottom: 1px solid #ccc;
}
/*---MEDIA QUERIES--*/

/* Small only */
@media screen and (max-width: 39.9375em) {

	#site-menu{
		display: block;
	}

}

/* Medium and up  (640px when font-size: 16px)*/
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up   (1024px when font-size: 16px)*/
@media screen and (min-width: 64em) {}

/* Large only   (up to 1200px when font-size: 16px)*/
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}