/*Set site width*/
/*.grid-container {max-width: 100rem;}*/
i.fab,i.fas{
	margin: .25em;
}

.slider-image img{
	width:100%;
}

/*---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) {}