@charset "utf-8";
/* CSS Document  created by Scotty Sengphaathit*/
/* Background pattern from subtlepatterns.com */

/* Body Font: */

/* Header Font: */


/* Universal tag overrides: */
a {
	text-decoration: none;
	transition: all .3s ease;
}
a:hover, a:focus {
	text-decoration: none;
}

/* Div Specific Styles: */
header {
    background-color: #b2dd8e;
}
nav#main_nav {
    background-color: rgba(255,255,255,0.9);
    font-size: 1.75rem;
}
div#follow-us-banner p {
    font-size: 10rem;
    text-align: center;
}
section#home_section {
    background-image: linear-gradient(-180deg,rgba(255,255,255,.85) 0%, rgba(255,255,255,.85) 100%), url("../images/site/bg/veneer.png");
}
@media (min-width: 360px) {
}
@media (min-width: 576px) { /* Bootstrap small */
}
@media (min-width: 768px) { /* Bootstrap medium */
}
@media (min-width: 1200px) { /* Bootstrap extra large */
}