body {
    font-family: Oswald, sans-serif;
    font-size: 1.1rem;
    color: #585858;
    font-weight: 300;
}

.parallax {
    height: 300px;
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-big {
    height: 600px;
}

.first .h2,
.first h2 {
    font-size: 3.5rem;
}

span.manchet {
    font-weight: 400;
}

.navbar-text img {
    margin-left: 20px;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    color: #fff;
}

.navbar {
    box-shadow: 0 -2px 7px #999;
}

/* .video-overlay {
    height: 200px;
    margin-top: -200px;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.3));
}

.video-overlay > div {
    z-index: 10;
    width: 100%;
    text-align: center;
    color: white;
    margin: 0 auto;
    font-size: 2rem;
    font-weight: 500;
    margin-top: 20px;
} */
.parallax-video{ 
    height: 500px;
    overflow: hidden;
    position: relative;
    display: block;
    margin: 0 auto;
}

.parallax-video video{ 
    width: 100%;
}

.hook-main-vid {
    margin: 40px;
    margin-bottom: 10px;
}
.container-fluid {
    padding-top: 10px;
    padding-bottom: 20px;
}

small, .small {
    color: #bbbbbb;
    line-height: 1.4;
}

h2 {
    color: #ff1229;
}
a {
    font-weight: 500;
    color: inherit;
    text-decoration: underline;
}

.bg-light {
    padding: 15px;
}

.arrow {
    text-align: center;
    padding-bottom: 10px;
    opacity: 0.7;
}
.arrow img {
    max-width: 40px;
}

.images img {
    max-width: 100%;
}

body .effect.hidden {
    opacity: 0.1;
}

body .effect {
    opacity: 1;
    transition: ease-in-out 200ms;
}

@media (max-width: 768px) {
    .navbar-brand img {
        height: 20px;
    }
    
    .navbar span {
        font-size: 80%;
    }
    
    .navbar span img {
        height: 30px;
    }
    
    a.navbar-brand {
        display: inherit;
    }
    .parallax-video {
        height: 360px;
    }
    .hook-main-vid {
        margin: 0px;
    }
    body .parallax-big {
        background-attachment: initial;
        height: 400px;
    }
    .embed-responsive-item {
        background-size: cover;
    }
}

@media (max-width: 380px) {
    .navbar-brand img {
        height: 15px;
    }
    
    .navbar span {
        font-size: 70%;
    }
    
    .navbar span img {
        height: 25px;
    }
    
    a.navbar-brand {
        display: inherit;
    }
    .parallax-video {
        height: 225px;
    }
    body .parallax-big {
        height: 340px;
    }
}
