@font-face {
    font-family: 'nexa_lightregular';
    src: url('nexa_light-webfont.eot');
    src: url('nexa_light-webfont.eot?#iefix') format('embedded-opentype'), url('nexa_light-webfont.woff2') format('woff2'), url('nexa_light-webfont.woff') format('woff'), url('nexa_light-webfont.ttf') format('truetype'), url('nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nexa_boldregular';
    src: url('nexa_bold-webfont.eot');
    src: url('nexa_bold-webfont.eot?#iefix') format('embedded-opentype'), url('nexa_bold-webfont.woff2') format('woff2'), url('nexa_bold-webfont.woff') format('woff'), url('nexa_bold-webfont.ttf') format('truetype'), url('nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: 'nexa_lightregular';
    color: #000;
}

#slides {
    position: relative;
    z-index: 0;
}

#slides .item {
    width: 100%;
    background-size: cover;
    position: relative;
    background-position: center center;
}

#slides .owl-dots {
    top: -50px;
    position: relative;
}
 .story-pop h1{
     padding: 0px;
     margin: 0px 0px 20px 0px;
     font-size: 30px;
         font-family: 'nexa_boldregular';
     font-weight: normal;

}

 .story-pop{
padding: 30px;
}

@media (min-width: 768px) {
    #slides .item {
        height: 800px!important;
    }
    #slides .owl-dots {
        margin-top: -20px!important;
    }
     .story-pop{
        width: 800px;
    }
    
}

header {
    position: absolute;
    top: 0px;
    z-index: 9999;
    width: 100%;
    padding: 30px 0px;
}

header ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

header ul li {
    display: inline-block;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

header ul li a {
    font-family: 'nexa_boldregular';
    color: #fff;
    text-transform: uppercase;
    padding: 30px;
    display: inline-block;
    text-decoration: none;
}

header ul.social-links li a {
    padding: 30px 15px;
}

.logo {
    margin-right: 50px;
}

.wrapper {
    width: 80%;
    margin: 0px auto;
}

.item .wrapper span {
    font-family: 'nexa_lightregular';
    font-size: 40px;
    display: inline-block;
    max-width: 500px;
    color: #fff;
    text-transform: uppercase;
    line-height: 40px;
    position: absolute;
    bottom: 100px;
    left: 10%;
    font-weight: bold;
}

footer {
    background: #000;
    padding: 20px 0px;
    color: #666;
    font-size: 13px;
}

#intro_video {
    padding: 40px 0px;
}

#intro_video p {
    font-family: 'nexa_boldregular';
    padding-top: 70px;
}

@media (max-width: 768px) {
    .logo img {
        max-width: 100px;
    }
    header ul.nav-links {
        display: none;
    }
    #slides .item {
        height: 400px!important;
    }
    .item .wrapper span {
        font-size: 20px!important;
        width: 300px;
        bottom: 80px;
        line-height: 20px;
    }
   
}

.card{
    padding-bottom: 30px;
}

.card img{
    width: 100%;
}
.card span{
    display: block;
}

.card-title{
    font-size: 30px;
}
.card-social-links{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    height: 35px;
}
.card-social-links li{
    display: inline-block;
}
.card-desg{
    color: #666;
}
.card-social-links li a{
    display: block;
    padding: 10px;
    color: #000;
}
.card-details{
    text-align: center;
    padding: 15px 0px;
}
.card .btn:hover{
    border-color: #ccc;
    color: #ccc;
}
.card .btn{
    text-align: center;
    display: inline-block;
    background: #fff;
    box-shadow: none;
    border-radius: 0px;
    padding: 10px 40px;
    border:1px solid #666;
}