body{
  background-color: black;
}
body.sub-page{
  background-color: white;
}
header{
  background-image: url(imgs/header-bg.jpg);
  height: 85px;
  background-size: 100%;
}
header.athos-header{
  background-image: url(imgs/athos/athos-header-bg.jpg);
  background-size: 100%;
}
header img{
  margin: 33px 0px 0px 0px;
}
.container-fluid {
  padding: 0;
}
nav{
}
p{
}
h1{
  color: white;
  font-size: 30px;
}
h1.title{
  font-family: helvetica-lt-pro, sans-serif;
  margin: 29px 13px 0px 50px;
  float: left;
  font-weight: 700;
}
h2{
  font-family: helvetica-lt-pro, sans-serif;
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  font-weight: 700;
}
h3{
  font-size: 20px;
  color: white;
  margin: 50px 0px 0px 0px;
}
h4{
  font-family: helvetica-lt-pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
h4 span{
  font-weight: 300;
}
.navbar{  
  float: right;
  padding-top: 38px;
}
nav li a{
  color: white !important;
  font-size: 15px;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 200;
  padding: 0px 20px 0px 20px !important;
  letter-spacing: 2px;
}
nav li a:hover{
  color: white;
}
ul.navbar-nav{

}
.active{
  color: #f45611;
}
.navbar-toggler{
  background-image: url("imgs/mobile-nav.jpg");
  background-size: contain;
  background-repeat: no-repeat;
}

.align-left{
  text-align: left;
}
#main-content{
  
}
.athos-top-image{
  width: 100%;
}
.athos-body{
  max-width: 960px;
}
.centered-img{
  margin: 0 auto;
}
footer{
  background-color: black;
}
.footer-logo{
  display: block;
  margin: 0 auto;
  width: auto;    
}
footer p{
  text-align: center;
  font-size: 17px;
  color: white;
}
.spacer100{
  display: block;
  height: 100px;
}
.spacer10{
  display: block;
  height: 10px;
}
.spacer30{
  display: block;
  height: 30px;
}
.spacer50{
  height: 50px;
}
.spacer200{
  height: 200px;
}
.spacer20{
  height: 20px;
}

.no-margins{
  margin: 0;
}
.centered-text{
  text-align: center;
}
.row{
  margin: auto;
}
.slide{
  width: 100%;
  opacity: 1;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.btn, .btn-primary{
  color: white;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  margin-top: 320px;
  padding: 10px 30px 10px 30px;
  background-color: unset;
  border: none;
  font-weight: 600;
  font-size: 24px;
  font-family: helvetica-lt-pro, sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 7px;
  opacity: 0;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}
.btn:hover, .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled):active:focus{  
  display: block;
  background-color: unset;
  color: white;
  border: none;
  box-shadow: none;
}
a, a:hover, a:visited, a:focus, a:active{
  color: unset;
  text-decoration: none;
}
.float-right{
  Float: right;
}
.thumbnails{
  width: 100%;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
  padding: 0px 5px 0px 5px;
}
.copyright{
  font-size: 12px;
}