
body {
  background-color: black;
}

.banner-container2 {
    overflow: hidden;
    height: 100vh;
    width: auto;
    background: url(../img/bg1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: none;
}

.lang {
    font-size: 55px;
    color: #776A5F;
    font-weight: 400;
    text-align: center;
    margin-top: 20%;
    overflow: hidden;
}

#pl {
    margin-right: 10%;
    color: white;
    -webkit-transition: color 0.5s ease-in-out;
    -moz-transition: color 0.5s ease-in-out;
    -ms-transition: color 0.5s ease-in-out;
    -o-transition: color 0.5s ease-in-out;
}

#pl:hover {
    color: #776A5F;
}

#en:hover {
    color: #776A5F;
}

#en {
    color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
} 

.pl, .en {
    float: left;
}

.divider {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    width: 40px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}

.divider-longer {
    width: 60px !important;
    background-color: #776A5F !important;
}

#overlay {
    height: 100%;
    width: 100%;
    background: #363636;
    left: 0;
    top: 0;
    position: fixed;
    opacity: 0;
    z-index: 1000;
    text-align: center;
     -webkit-transition: opacity 2s ease-in;
    -moz-transition: opacity 2s ease-in;
    -o-transition: opacity 2s ease-in;
    -ms-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in;
}

.overlay-visible {
    opacity: 1 !important;
}

.start-milian {
    margin-left: auto;
    margin-right: auto;
    margin-top: 17%;
}

img.responsive-img, video.responsive-video {
    max-width: 43% !important;
    height: auto;
}

@media screen and (max-width: 600px) {
.start-milian {
  margin-top: 50% !important;
    }
.start-milian img {
  max-width: 80% !important;
  }
}


/*
.tint {
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    z-index: 10;
}*/