/* font-family: 'Libre Barcode 39 Text', cursive;
font-family: 'Source Code Pro', monospace;
font-family: 'Roboto', serif; */
html{
    scroll-behavior: smooth;
}
 body{
    margin: 0;
    /* height:100%; */
    width: 100%;
    background: rgb(37, 173, 175);
    background: linear-gradient(0deg, rgba(37, 173, 175, 1) 0%, rgba(39, 15, 73, 1) 100%);
}


.navbar{
    width: 100% !important;
}

@media screen and (max-width: 1024px) {
    .header1 {
        
        margin-top: 150px !important;
        font-size: 6rem !important;
    }
    .header2{
        
        font-size: 1.5rem !important;
        margin-bottom: 10%;
    }
    .videotitle{
        font-size: 1rem !important; 
    }
    .videosize{
        width: 215px;
        height: 115px;
    }
    .social{
        margin-top: 8% !important;
        font-size: 1.3rem;
    }

}



.header1{
    color: #f8f8f8;
    font-family:'Libre Barcode 39 Text', cursive;
    font-size: 10rem;
    font-weight: 400;
    margin: 10% 0% 0% 0%;
    text-align: center;
}


.header2{
    color: #e08cc4;
    font-family:'Roboto',
    serif;
    font-size: 2rem;
    margin-top: 3%;
    text-align: center;
}

.wrapper {
    margin-top: 5%;
    margin-bottom: 10%;
    text-align: center;

}

#playbutton{
    font-size: 3rem;
}

.header3{
    font-size: 1.7rem;
    color: whitesmoke;
    font-family: 'Source Code Pro', serif;
    font-weight: 800;
    margin: 5%;
    text-align: center;   
}

.row{
    width: 100%;
    
}

.videotitle{
    color: wheat;
    font-weight: 600;
    font-size: 1.5rem;
    font-family: 'Source Code Pro', monospace;
    text-align: center;
    width: 100%;
}

.videos{
   text-align: center;
   
}



#about{
    margin-bottom: 10%;
    margin-top: 10%;
    width: 75%;
}

.aboutp{
    color: rgb(154, 231, 224);
    font-family:'Source Code Pro', monospace;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    

}

.soundcloudwrap{
    padding-top: 3%;
    text-align: center;
    padding-bottom: 5%;
}

.footer{
    background-color: #494ca2;
    height: 85px;
    text-align: center;
    padding-bottom: 1%;
    width: 100%;
}
.social{
    font-family: 'Source Code Pro',
    monospace;
    font-weight: 600;
    font-size: 0.7rem;
}
.icons{
    color: white;
    text-align: center;
    margin: 3% 3% 1% 3%;
}

.icons:hover{
    color:yellow;
    text-decoration: none;
}

#copyright{
    color:white;
    font-family:'Roboto' ;
    font-size: 0.5rem;
    margin-top: 1%;
    margin-bottom: 1%;
}


.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	}
	.video-responsive iframe{
	    left:0;
	    top:0;
	    height:100%;
	    width:100%;
	    position:absolute;
}