body {
    font-family: Open Sans;
	color: #222222;
}

.os-font {
	font-family: 'Libre Baskerville', serif;
}
.single-page-title h1 {
    color: #27394A;
    font-size: 60px;
	color: #222222;
}
.service-item i {
    font-size: 65px;
}
.section-instagram a {
	color: #222222;
}
.side-menu {
	display: none;
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #222222; 
    font-style: italic;
}
.menu-bio {
    display: block;
}
.show-search #search-hider {
	z-index: 5;
}
@media (max-width: 768px) {
	.side-menu {
		display: block;
	}
    .menu-bio {
        display: none;
    }
       .site-title-text {
        text-align: center;
        margin-bottom: 15px;
        width: 140px;
           white-space: nowrap;
    }
 
}
@media (max-width: 480px) {
	.single-page-title h1 {
		font-size: 40px;
	}
	.single-page-title p.fz-19 {
		font-size: 16px !important;
	}
    .site-title-text {
        text-align: center;
        margin-bottom: 15px;
    }
    .menu-bio{
        display: none;
    }
}
.header-main {
    background-color: black;
    font-style: italic;   
}
#hidden-menu-header {
    width: 100%;
    height: 1px;
    position: fixed;
    padding-right: 54px;
    color: black;
}

.site-title-text {
    width: 100%;
    min-width: 140px;
    height: 1px;
    font-size: 26px;
    padding-bottom: 20px;
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #222222; 
    font-style: italic;

}

.menu-bio {
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #222222; 
    font-style: italic;
    font-size: 20px;
}

.team-member .member-info .img-member {
    opacity: 0;
}

.team-member .member-info:hover .img-member {
    opacity: 1;
}


#myImg {
      cursor: pointer;
      opacity: 0.8;
    -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
     
      transition: .5s ease;
    /*  float: left; */
      
    }
#myImg:hover {
    opacity: 1;
    
     -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}

.site-nav {
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #222222; 
    font-style: italic;
    font-size: 20px;
    line-height: 1.5;
}

#header-contact {
    margin-top: 0px;
    margin-bottom: 0;
}
.contact-form {
    margin-bottom: 20px;
}
.footer-bottom {
    background-color: black;
    display: block;
}
.footer-wrap {
    display: block;
}



.social {
    font-size: 20px;
  width: 30px;
}
