body {
    font-family: 'AV pro';
    font-weight: bold;
    padding: 0;
    margin: 0;
    background: black;
    -webkit-font-smoothing: antialiased;
}

p {
    margin-bottom: 4%;
    margin-top: 4%;
}

.black-window-load {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: black;
    z-index: 100;
}


/* Image slider  */

#slide-1 {
    width: 100vw;
    height: 100vh;
    background-image: url(./images/1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#slide-2 {
    width: 100vw;
    height: 100vh;
    background-image: url(./images/2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#slide-3 {
    width: 100vw;
    height: 100vh;
    background-image: url(./images/3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

#slideshow {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 80;
}

#slideshow>div {
    position: fixed;
}


/* Image slider - end */

.super {
    vertical-align: baseline;
    position: relative;
    top: -0.35em;
    font-size: 0.65em;
    line-height: 0.65em;
}

.custom-leading {
    letter-spacing: -.15em;
}

#black-overlay {
    width: 100vw;
    height: 100vh;
}

#black-overlay-wrapper {
    z-index: 90;
    position: fixed;
    top: 0;
    opacity: 0;
}

#video-background {
    /*  making the video fullscreen  */
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -10000;
    background: blue;
}

.spacer {
    height: 30vh;
    width: 100vw;
}

#sound {
    z-index: 100000000;
    margin-right: 2%;
    right: 0;
    position: fixed;
}

.mute-btn {
    font-size: 2.5vw;
    padding-top: 20px;
    cursor: pointer;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    color: white;
}

#mute-on {}

#mute-off {
    display: none;
}

.mute-btn:hover {
    -webkit-filter: blur(0.2vw);
    -moz-filter: blur(0.2vw);
    -o-filter: blur(0.2vw);
    -ms-filter: blur(0.2vw);
    filter: blur(0.2vw);
}

.muted {
    color: red!important;
}

#logo-container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: -99;
    position: fixed;
}

#logo-img {
    width: 40vw;
    opacity: 0.9;
}

#nav {
    text-align: justify;
    min-width: 500px;
    z-index: 100000000;
}

#nav a:hover {
    -webkit-filter: blur(0.2vw);
    -moz-filter: blur(0.2vw);
    -o-filter: blur(0.2vw);
    -ms-filter: blur(0.2vw);
    filter: blur(0.2vw);
}

#nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#nav li {
    display: inline-block;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
}

li {
    list-style: none;
}

ul {
    margin: 0
}

#nav {
    text-align: justify;
    min-width: calc(100vh - 4%);
    position: fixed;
    padding-top: 0.5%;
    padding-right: 2%;
    padding-left: 2%;
    -webkit-transform-origin: left top;
    -webkit-transform: rotate(-90deg) translateX(-100%);
}

#nav:after {
    content: '';
    display: inline-block;
    width: 100%;
}

#nav li {
    display: inline-block;
}

#nav li a {
    color: white;
    font-size: 2.5vw;
    -webkit-transition: 0.15s ease-in-out;
    -moz-transition: 0.15s ease-in-out;
    -o-transition: 0.15s ease-in-out;
    -ms-transition: 0.15s ease-in-out;
    transition: 0.15s ease-in-out;
    letter-spacing: -0.03em;
}

#nav li a:hover {}

a:hover {}

.black {
    color: black!important;
}

.white {
    color: white!important;
}

.back {
    width: 100vw;
    height: 100vh;
}

.back-2 {
    position: fixed;
    width: 100vw;
    height: 200vh;
}

.fade-div {
    width: 100vw;
    height: 35vh;
}

.video {
    width: 100vw;
    height: 100vh;
    position: fixed;
}

.text-container {
    width: 100%;
}

.text-container p {
    line-height: 1.1em;
    font-size: 4.5vw;
    letter-spacing: -0.03em;
}

.text {
    width: calc (100%);
    text-align: left;
    padding: 0 14% 0 8%;
}

.text a {
    -webkit-filter: blur(0.1vw);
    -moz-filter: blur(0.1vw);
    -o-filter: blur(0.1vw);
    -ms-filter: blur(0.1vw);
    filter: blur(0.1vw);
}

.text a:hover {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
}

.text li {
    font-size: 3em;
}

.fade {
    width: 100vw;
    height: 100px;
}


/*#fade-to-white {
    z-index: -90;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background:rgb(255, 255, 255);
}*/

#fade-wrapper {
    top: 0;
    position: fixed;
    z-index: -1000;
}

#fade-to-black {
    width: 100vw;
    height: 100vh;
    background: rgb(255, 255, 255);
}

.text,
ul {}

ul {
    padding: 0;
}

#contact-container {
    color: white;
    height: 100vh;
    width: 100vw;
    padding-top: 1vh;
}

#about-container {
    width: 100vw;
    padding-top: 1vh;
}


/*Responsive Styles*/

@media screen and (max-width: 767px) {
    #nav,
    .mute-btn {
        display: none!important;
    }
    body {

    }
    .text p {
        font-size: 7.5vw;
    }
    .text {
        padding: 0 8% 0 8%;
        color: white;
    }
    #slideshow {
        display: inline;
        z-index: -10000;
    }
    #black-overlay-wrapper {
        z-index: -90;
    }
    #logo-container {
        height: calc(100vh - 70px);
        position: absolute;
        z-index: 1000;

    }
    .break {
        display: none;
    }
    .back {
        position: relative;

    }
    .spacer {+
        height: 15vh;
    }
    .fade-div {
        display: none;
    }
    #logo-img {
        width: 60vw;
    }
    #contact-container {
        height: 100%;
        min-height: 100vh;
    }
}

-webkit-filter: blur(0.1vw);
-moz-filter: blur(0.1vw);
-o-filter: blur(0.1vw);
-ms-filter: blur0.1vw);
filter: blur(0.1vw);
@media screen and (max-width: 1100px) {
    #nav li a,
    .mute-btn {
        font-size: 28px;
    }
}

@media screen and (orientation: landscape) and (max-width: 760px) {
    .top-section {
        height: 100vh;
    }
}
