body{
font-family: 'Jost', sans-serif;
font-size:16px;
background:#8c99a7 url(../img/body_bg.jpg) repeat-x;
}
h1{
  font-size:24px;
}

h2{
  font-size:22px;
}
h3{
  font-size:20px;
}


.website-container{

  max-width:1000px;
  margin:40px auto;
  background:#f8f8f8;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
section.top-section{
  /*background-color:#fafafa;*/
  
}

/* header */
header{
  padding:20px 0px 0px 0px;
}

.logo-top{
  text-align:center;
}

header .navbar-brand img{
  max-height:80px;
  width:auto;
}

header .navbar-light .navbar-nav .nav-link{
  font-weight:500;
  color:#000;
  text-transform: uppercase;
  font-size:14px;
  border-right:1px solid #efefef;
}
header .navbar-light .navbar-nav li:last-child .nav-link{
  border-right:None;
}
header .navbar-light{
  background:#fff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}




/* Footer */
footer{
  background-color:#ffffff;
  padding:20px 0px;
}
footer .section-menus{
  padding:20px 0px;
}

footer .section-menus h3{
  font-weight:600;
  font-size:16px;
  text-transform: uppercase;
}
footer .section-menus ul li a{
  color:#333;
  font-weight:400;
}


footer .section-copyright{
  text-align:center;
  padding:2px;
  border-top:1px solid #efefef;
  padding:10px 0px;

}



.page{
  padding:40px 40px;
  background:#eef1f2 url(../img/bg_page_static.jpg) bottom left no-repeat;
}
.page .page-title h1, h1.page-title{
  font-size:24px;
  margin-bottom:20px;
}
.page .page-content{
  font-size:18px;
}
.page .page-content img{
  max-width:100%;
  height:auto !important;
}
.page .container{
  max-width:500px;
}

/* Big Header */
.big-header{
  background:url(../img/page-heading.jpg) center top;
  height:200px;
  display: flex;
  align-items: center;   /* <---- NEW    */
  width: 100%;
  margin-bottom:20px;
  -webkit-box-shadow: 0px 1px 12px -11px rgba(0,0,0,0.59);
  -moz-box-shadow: 0px 1px 12px -11px rgba(0,0,0,0.59);
  box-shadow: 0px 1px 12px -11px rgba(0,0,0,0.59);
}
.big-header .inside{
  width:100%;
}
.big-header h1{
  font-size:24px;
  color:#fff;
}

.auto-container{
  max-width:1100px;
  margin:0 auto;
  padding:20px 0px;
}

.home-page{

}
.home-page .banners{
  background:#fff;

}

.home-page .home-text{
  padding:40px 0px;
  font-size:18px;
}


.error-template{
  text-align:center;
  padding:40px;
  padding-bottom:200px;
}
