﻿ .header {
     background-image: url(./images/header_bg_s.jpg);
     background-repeat: repeat;
     background-position: top center;
     background-attachment: scroll;
 }

 h1 {
     font: normal 30px/35px Montserrat;
     color: #3b3a3a;
 }

 h2 {
     font: normal 55px/55px Montserrat;
     color: #3b3a3a;
 }

 h3 {
     font: normal 55px/55px Montserrat;
     color: #3b3a3a;
 }

 h4 {
     font: normal 14px/20px Montserrat;
     color: #3b3a3a;
 }

 h5 {
     font: normal 20px/24px Open Sans;
     color: #1e1e1e;
 }

 h6 {
     font: normal 12px/18px Montserrat;
     color: #3b3a3a;
 }

 body {
     font-weight: normal;
 }

 .logo_h__txt, .logo_link {
     font: normal 40px/48px Montserrat;
     color: #ffffff;
 }

 .sf-menu > li > a {
     font: normal 24px/28px Montserrat;
     color: #ffffff;
 }

 .nav.footer-nav a {
     font: normal 20px/24px Montserrat;
     color: #ffffff;
 }
