@media screen and (orientation:landscape) {



#slider{
    width:100vw;
    height: 83vh;
    margin-top: 7vh;
    padding: 0;
    overflow: hidden;
}

#slide1{
    width: 100vw;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top:0vh;
    display: block;

    background: url('../img/slides/1w.jpg');
    background-size: 110% auto;
    background-position: center;
    background-attachment: fixed;

    overflow: hidden;
}
#slide1 h1{
    width: 40vw;
    height: 10vh;
    line-height: 10vh;
    text-align: left;
    padding-left: 5vw;
    font-size: 2em;
    font-weight: bold;
    font-family: CaviarDreams;
    position: absolute;
    left: 45vw;
    top: 20vh;
    color: #FFF;
    opacity: 0;
}
#slide1 h2{
    width: 40vw;
    height: 10vh;
    line-height: 10vh;
    text-align: left;
    padding-left: 5vw;
    font-size: 1.5em;
    font-weight: bold;
    font-family: CaviarDreams;
    position: absolute;
    left: 45vw;
    top: 27vh;
    color: #ffffff;
    opacity: 0;
}
#slide1 h3{
    width: 40vw;
    height: 4vh;
    line-height: 4vh;
    text-align: left;
    padding-left: 5vw;
    font-size: 1em;
    font-weight: bold;
    font-family: CaviarDreams;
    position: absolute;
    left: 45vw;
    top: 35vh;
    color: #ffffff;
    opacity: 0;
}
#slide1 h4{
    width: 40vw;
    height: 4vh;
    line-height: 4vh;
    text-align: left;
    padding-left: 5vw;
    font-size: 0.8em;
    font-weight: bold;
    font-family: CaviarDreams;
    position: absolute;
    left: 45vw;
    top: 40vh;
    color: #000;
    opacity: 0;
}

#slide1ul{
    width: 40vw;
    height: 15vh;
    padding: 0;
    position: absolute;
    left: 40vw;
    top: 60vh;
    list-style: none;
    opacity: 0;
}
#slide1ul li{
    width: 5vw;
    height: 5vw;
    float: left;
    margin: 0;
}
#slide1ul li img{
    width: 3vw;
    height: 3vw;
    margin: 2vw;
    border-radius: 100%;
    background: #000000b3;
    box-shadow: none;
}


#slide1 a{
    width: 18vw;
    height: 10vh;
    line-height: 10vh;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    font-family: CaviarDreams;
    position: absolute;
    left: 50vw;
    top: 60vh;
    color: #FFF;
    background: linear-gradient(45deg, #27173bc4 35%, #3e2361c7 100%, transparent);
    border-radius: 20px;
    opacity: 0;
}
#slide1 img{
    width: 50vh;
    height: 50vh;
    margin-top: 15vh;
    margin-left: 15vh;
    box-shadow: 0px 0px 3px #000;
    border-radius: 20px;
    opacity: 0;
}





#tracks{
    width: 100vw;
    height: 120vh;
    background: #000;
    list-style: none;
    padding: 0;
    margin-left: 0vw;
}
#tracksbutton{
    width: 31vw;
    height: 5vh;
    background: #101010;
    list-style: none;
    padding: 0;
    margin-left: 35vw;
    margin-top: 3vh;
    border-radius: 20px;
    overflow: hidden;
}
#tracksbutton li{
    width: 10vw;
    height: 5vh;
    line-height: 5vh;
    padding: 0;
    float: left;
    margin-left: 0;
    margin-top: 0;
    text-align: center;
    color: #ccc;
}
#trackslist{
    width: 90vw;
    height: 60vh;
    list-style: none;
    padding: 0;
    margin-left: 5vw;
}
#trackslist li{
    width: 14vw;
    height: 50vh;
    float: left;
    margin-left: 1vw;
    margin-top: 5vh;
    background: #101010;
    border-radius: 10px;
    
}
#trackslist li img{
    width: 12vw;
    height: 12vw;
    float: left;
    margin-left: 1vw;
    margin-top: -2vh;
    background: #1e1e1e;
    border-radius: 5%;
}
#trackslist li h2{
    width: 90%;
    height: 5vh;
    line-height: 5vh;
    float: left;
    margin-left: 10%;
    margin-top: 10px;
    font-size: 1em;
    font-family: Nexa;
    overflow: hidden;
}
#trackslist li p{
    width: 90%;
    height: 4vh;
    line-height: 30px;
    float: left;
    margin-left: 10%;
    margin-top: -5px;
    text-align: left;
    font-size: 0.8em;
    font-family: CaviarDreams;
    overflow: hidden;
}
#trackslist li a{
    width: 80%;
    height: 5vh;
    line-height: 5vh;
    text-align: center;
    float: left;
    margin-left: 10%;
    margin-top: 3vh;
    border-radius: 20px;
    font-size: 1em;
    border: 1px solid #005d99;
    color:#005d99;
    font-family: CaviarDreams;
    transition-duration: 1s;
}
#trackslist li a:hover{
    border: 1px solid #005d99;
    color:#FFF;
    background: #005d99;
}






#about{
    width:100vw;
    height: 70vh;
    background: #101010;
}
#about img{
    width:50vh;
    height: 50vh;
    float: right;
    margin: 10vh 9vw;
    border-radius: 100%;
}
#about h1{
    float: left;
    width:40vw;
    height: 10vh;
    line-height: 10vh;
    margin-top: 15vh;
    text-align: left;
    margin-left: 10vw;
    font-family: Nexa;
    color:#005d99;
    letter-spacing: 2px;
}
#about p{
    float: left;
    width:40vw;
    line-height: 3vh;
    margin-top: 0;
    text-align: left;
    margin-left: 10vw;
    font-family: CaviarDreams;
}











}
