@media screen and (orientation:portrait) {

    
    #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/1p.jpg');
        background-size:auto 110%;
        background-position: center;
        background-attachment: fixed;
    
        overflow: hidden;
    }
    #slide1 h1{
        width: 70vw;
        height: 10vh;
        line-height: 10vh;
        text-align: left;
        padding-left: 5vw;
        font-size: 2em;
        font-weight: bold;
        font-family: CaviarDreams;
        position: absolute;
        left: 20vw;
        top: 45vh;
        color: #FFF;
        opacity: 1;
    }
    #slide1 h2{
        width: 70vw;
        height: 6vh;
        line-height: 3vh;
        text-align: left;
        /* padding-left: 5vw; */
        font-size: 0.8em;
        font-weight: bold;
        font-family: CaviarDreams;
        position: absolute;
        left: 15vw;
        top: 55vh;
        color: #000;
        opacity: 1;
        overflow: hidden;
    }
    #slide1 h3{
        width: 70vw;
        height: 4vh;
        line-height: 4vh;
        text-align: left;
        padding-left: 5vw;
        font-size: 0.8em;
        font-weight: bold;
        font-family: CaviarDreams;
        position: absolute;
        left: 10vw;
        top: 60vh;
        color: #000;
        opacity: 1;
        overflow: hidden;
    }
    #slide1 h4{
        width: 70vw;
        height: 4vh;
        line-height: 4vh;
        text-align: left;
        padding-left: 5vw;
        font-size: 0.8em;
        font-weight: bold;
        font-family: CaviarDreams;
        position: absolute;
        left: 10vw;
        top: 63vh;
        color: #000;
        opacity: 1;
    }
    
    #slide1ul{
        width: 70vw;
        height: 8vh;
        padding: 0;
        position: absolute;
        left: 16vw;
        top: 80vh;
        list-style: none;
        opacity: 1;
    }
    #slide1ul li{
        width: 17vw;
        height: 17vw;
        float: left;
        margin: 0;
    }
    #slide1ul li img{
        width: 10vw;
        height: 10vw;
        margin: 1vw;
        border-radius: 100%;
        background: #000000b3;
        box-shadow: none;
    }
    
    
    #slide1 a{
        width: 70vw;
        height: 7vh;
        line-height: 7vh;
        text-align: center;
        font-size: 1em;
        font-weight: bold;
        font-family: CaviarDreams;
        position: absolute;
        left: 15vw;
        top: 70vh;
        color: #FFF;
        background: linear-gradient(45deg, #27173bc4 35%, #3e2361c7 100%, transparent);
        border-radius: 20px;
        opacity: 1;
    }
    #slide1 img{
        width: 70vw;
        height: 70vw;
        margin-top: 5vh;
        margin-left: 7vh;
        box-shadow: 0px 0px 3px #000;
        border-radius: 20px;
        opacity: 1;
    }
    
    
    
    
    
    #tracks{
        width: 100vw;
        height: 350vh;
        background: #000;
        list-style: none;
        padding: 0;
        margin-left: 0vw;
    }
    #tracksbutton{
        width: 70vw;
        height: 5vh;
        background: #101010;
        list-style: none;
        padding: 0;
        margin-left: 16vw;
        margin-top: 3vh;
        border-radius: 20px;
        overflow: hidden;
    }
    #tracksbutton li{
        width: 23vw;
        height: 5vh;
        line-height: 5vh;
        padding: 0;
        float: left;
        margin-left: 0;
        margin-top: 0;
        text-align: center;
        color: #ccc;
    }
    #trackslist{
        width: 90vw;
        height: 340vh;
        list-style: none;
        padding: 0;
        margin-left: 5vw;
        overflow: hidden;
    }
    #trackslist li{
        width: 70vw;
        height: auto;
        float: left;
        margin-left: 10vw;
        margin-top: 5vh;
        background: #101010;
        border-radius: 10px;
        padding-bottom: 5vh;
        
    }
    #trackslist li img{
        width: 50vw;
        height: 50vw;
        float: left;
        margin-left: 10vw;
        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: 125vh;
        background: #101010;
    }
    #about img{
        width:70vw;
        height: 70vw;
        float: right;
        margin: 10vh 15vw;
        border-radius: 100%;
    }
    #about h1{
        float: left;
        width:70vw;
        height: 10vh;
        line-height: 10vh;
        margin-top: 0vh;
        text-align: left;
        margin-left: 10vw;
        font-family: Nexa;
        color:#005d99;
        letter-spacing: 2px;
    }
    #about p{
        float: left;
        width:70vw;
        line-height: 3vh;
        margin-top: 0;
        text-align: left;
        margin-left: 10vw;
        font-family: CaviarDreams;
        font-size: 0.8em;
    }
    



}
