body, html {
    height: 100%;
    margin: 0;
    font: 400 15px/1.8 "Lato", sans-serif;
    color: #1a1a1a;
}
.awards {
display: flex;
max-width: 400px;
justify-content:space-between;
padding-top: 10px;
padding-bottom: 0px;
}
.awards img {
    width: 140px;
    height: auto;
}
.black-panel {
    min-height: 180px;
    background: #1a1a1a;
    text-align: left;
    padding: 50px 80px;
}
.black-panel h2 {
    text-align: center;
    margin-bottom: 30px;
}
.black-bg {
    background: #1a1a1a;
}

.divider {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 150px;
    padding-top: 75px;
    background: #000000;
}


.bgvideo, .bgimg-1, .bgimg-2, .bgimg-3, .overlay {
    position: relative;
    /* opacity: 0.65; */
    background-position: center;
    background-size: cover;
}

.overlay {
    min-height: 100%;
    background-image: url("background.jpg"); 
    display: none;
}

.bgimg-1 {
    min-height: 100%;
    background-image: url("background.jpg");
    background-color: rgba(255, 255, 255, .15);
    backdrop-filter: blur(20px);
}

.bgvideo {
    min-height: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    background: url('img/PUESKA-2.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.bgvideo:before {
    content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-image: linear-gradient(to bottom right,#393939,#000);
        opacity: .6; 
  }

.bgimg-2 {
    /* background-image: url("background.jpg"); */
    min-height: 400px;
    background: #1a1a1a
}

.bgimg-3 {
    /* background-image: url("img_parallax3.jpg"); */
    min-height: 50px;
    background: transparent;
}

.caption {
    font-family: "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    color: yellow;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
}

.caption span.border {
    background-color: #1a1a1a;
    font-size: 60px;
    letter-spacing: 10px;
}

h1, h2, h3 {
    font-family: "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
    color: #fff;
    margin: 0 0;
}

h4 {
    font-family: "proxima-nova-condensed", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 10px;
    color: #fff;
}

h2 {
    font-size: 36px;
    color: #fff;
}

h3 {
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.embed-container {
    position: relative;
    /*padding-top: 42.5%;*/
    overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: -0%;
    left: 0;
    width: 100%;
    height: 100%;
}

.white-panel {
    background-color: white;
    text-align: center;
    padding: 50px 80px 70px 80px;
    text-align: justify;
}



.icons i {
    /* margin-top: 20px; */
    font-size: 25px;
    /* padding-right: 50px; */
}

.icons a i {
    color: #fff;
    padding-right: 40px;
}
.icons a:last-child i {
    padding-right: 0px;
}


.icons a:hover i {
    color: #efff32;
    cursor: pointer;
}

p.icons {
    margin-top: 20px;
}
.center {
    text-align: center;
}

.vimeo-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.black-panel, .black-panel h2, .black-panel h3 {
    color: #f1f1f1;
}

.black-panel p {
    font-size: 18px;
    font-weight: 200;
}

.white-panel p {
    font-size: 18px;
    font-weight: 400;
    color: #111;
}

.yellow {
    color: #efff32;
}

.black-opacity {
    background: rgba(0, 0, 0, .65);
}

.block-title {
    padding: 15px 0;
}

.block-title h2 {
    font-size: 40px;
    color: #fff
}

.title-container {
    padding-left: 80px;
    position: relative;
    /* top: 40px; */
    width: 400px;
    display: flex;
    max-width: 400px;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    height: inherit;
}

.footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 140px;
    background: #1a1a1a;
    text-align: center;;
    align-content: center;
    padding-left: 30px;
    padding-right: 30px;
}
.footer>.logo-container {
    /* display: block;
    float: left; */
}
.footer img {
    margin: 40px 0; 
    display: block;
}

.social-container p {
   display: flex;
   justify-content: flex-end;
    
}

/* For desktop: */

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.img-title {
    max-width: 400px;
    height: auto;
    margin-bottom: 30px;
}

.movie-poster {
    height: 80vh;
    display: block;
    margin: 0 auto;
    padding: 40px;
}

.clear-panel div {
    padding: 40px;
}

.clear-panel h2 {
    font-size: 40px;
    color: #fff
}
header {
    width: 100%;
    background-color: #000;
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 400;
}
.navbar {
    /* height: 56px; */
    width: 100%;
    display: flex;
    justify-content: space-between
}
.navbar-nav {
    padding-left: unset;
}
.navbar-dark .navbar-brand {
    font-weight: bold;
    font-size: 24px;
    width: 300px
}
.nav-link {
    margin-right: 60px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}
.nav-icons {
    font-size: 20px;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    justify-content: space-evenly;
    width: 100px;
    padding-top: 7.5px;
}
.nav-icons a {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .yellow, .navbar-dark .navbar-brand, .nav-icons a:hover {
    color: #efff32;
    cursor: pointer;
}
.bg-black {
    background-color: #000
}

.bg-black-a {
    background: rgba(25, 27, 26, .5);

}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    /* .black-panel.footer {
        height: auto;
        text-align: center;
        padding: 0;
    }*/
    .overlay {
        display: block;
    }
    .footer {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 auto;
    }
    h4 {font-size: 12px;} /* 
    .footer>.logo-container, .footer>.social-container {
        display: block;
        text-align: center;
    }*/
   .social-container p  {
        display: flex;
        justify-content: space-evenly;
    } 
    
    .img-title {
        width: 280px;
        height: auto;
    }
    .title-container {
        padding-left: 10px;
        /* top: 100px;
        max-width: 100%; */
    }
    .awards {
        width: 360px;
        max-width: 360px;
    }
    .awards img {
        width: 115px;
        height: auto;
        
    }
    
    .black-panel.text-container, .text-container {
        padding: 20px;
    }
    
    h2 {
        font-size: 30px;
        color: #fff
    }
    .black-panel h2 {
        margin-top: 20px;
    }
    p {
        font-size: 16px;
    }
    body, html {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        height: 100%;
        /*A value other than height:auto needs to be set*/
        scroll-behavior: smooth;
        overflow-x: hidden;
    }
    .movie-poster {
        width: 100%;
        height: 100%;
        display: block;
        margin: 0 auto;
        padding: 0px;
    }
    .bgimg-1 {
        min-height: unset;
    }
    .bgvideo {
        min-height: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .65);
    }
    .nav-item {
        text-align: center
    }
    .navbar-nav .nav-link {
        width: 100%
    }
    
}

@media only screen and (max-width: 1200px) { 
    .nav-link {
        margin-right: 0;
    }
    .nav-icons {
        margin: 0 auto;
    }
}
@media (min-width: 1200px) {
.navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    align-items: right;
    justify-content: flex-end;
}

}

