/* Last-Modified: Sat, 1 Jan 2000 10:00:30 GMT [ver: ] */
/* Current-Time:Sat, 26 Sep 2026 10:10:28 -0500*/
/*Jeremy - color changes for nav links and nav background - color palette does not function well - 1/16/2020 - pm*/

.faso-header {background-color: #999999 !important;}

a:link {color: #666666 !important;}
a:visited {color: #666666 !important;}
a:hover {color: #F9AA83 !important;}
a:active {color: #666666 !important;}
a: footer.background {color: #F9AA83 !important;}

a.btn {color: #F68C58!important;)

.hamburger{color:black !important;}

/*Jeremy - Enlarge First Bio Image - JMG - 1/29/2020*/
img.shadow.faso-about-image-biopicture1 {
    width: 522px;
}

/*Jeremy - remove blog and Events widgets - IQ 7/1/2022*/
.widget_sidebar_blog {display: none;}
.blog-widget .module {border:0px;}
.widget_sidebar_events {display: none;}
.events-widget .module {border:0px;}



/* Default for all media types. - 2 and 3 column layouts */
div.row { width: 100%; }
div.columns-2 {
 float: none;
 padding: 0px 10px 50px 10px;
 width: 100%; text-align: center; }
div.columns-3 {
 float: none;
 padding: 0px 10px 50px 10px;
 width: 100%; text-align: center; }
img.full-width { width: 100%; }
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) { }
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { }
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
 div.columns-2 { float: left; width: 50%; }
 div.columns-3 { float: left; width: 33.33%;} }
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
 div.columns-2 { float: left; width: 50%; }
 div.columns-3 { float: left; width: 33.34%; } }
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
 div.columns-2 { float: left; width: 50%;}
 div.columns-3 { float: left; width: 33.33%; } }