img{
    width: 100%;
}
p, h1, h2, h3, h4{
    color:#000;
}
body{
    background-color:  #E8E9EB;
    /*background-color:  #1A1F26;*/
}
.navigation ul li a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #444;
}
.navigation ul li>a:hover{
    color: #eee;
}
.hero{
    background-image: url("../img/hero.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.nav-bar .logo {
    font-size: 4.0rem;
     font-family: "Pinyon Script", cursive;
    font-weight: 800;
    font-style: normal;
  text-transform: capitalize;
    color:#fff;
}
    h1.lead{
      font-size: 10.0rem;
     font-family: "Pinyon Script", cursive;
    font-weight: 400;
    font-style: normal;  
    }
.header h1, .header h4{
    text-align: center;
    text-transform: capitalize;
}
.header h1{
    font-size: 20em;
    color:#fff;
    margin-top: 5%;
    font-weight: 500;
}
.header h4{
    font-size: 2em;
    color: #fff;
}
.btn-wrap{
    width: 500px;
    margin: auto;
    display: inline-block;
    margin: auto;
}
.thumbnail img{
    box-shadow: 5px 5px 5px;
    border: 1px solid #ddd;
    padding: 5px;
}
.thumb-front img{
    padding: 0 !important;
}
.feat{
    padding-bottom: 20px;
}
h3.live{
    font-size: 24px;
    color: #fff;
   text-align: center;
    font-weight: 800;
}
h3.live a{
    color: #000;
}
h3.live a:hover{
    color: #ccc;
}
.section-block{
    margin-bottom: 5%;
}
.breadcrumb{
    margin-bottom: 30px;
}
[class*=border-]:not([class*=bkg-]){
    background-color: #0B0D10;
}

.color-hover-white:hover{
    background-color: rgba(0, 0, 0, .8);
}
button{
    padding: 1.3rem 6rem;
    color: #fff;
    font-size: 1.2em;
}
.tagline{
    text-align: center;
    margin-bottom: 40px;
    text-transform: uppercase;
}
section{
    margin-bottom: 5% !important;
}
.inner-wrap img{
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
.folio-thumb{
    padding: 20px !important;
    border: 0px solid #fff;
/*    background-color:#444;*/
}
.folio-thumb .thumbnail{
    margin-bottom: 0 !important;
}

.overlay-info span{
    font-size: 1.2em;
}
.footer{
    padding: 3% 0 3% 0;
}
.quote{
    margin-top: 20px;
}
[class*=border-] {
border: none;
}
