@keyframes animatedBackground {
	0% { background-position: right 99% top 1%;; }
	100% { background-position: right 0% top 1%;; }
}



.background-image {
	height: 100%; 
	background-image: url(..//linear.png);
    background-size: 1625% auto;
	background-position: 0px 0px;
	background-repeat: repeat-x;
	animation: animatedBackground 200s linear infinite;
    
}

/*heading*/
.display-1{
    text-align: center; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 300; 
    color:white;
    letter-spacing: 0.5em;
    margin-top: 1%;
    margin-left: auto;
    margin-right: auto;
    transition: 1.5s;
    font-size: 300%;
    
}
.presave-div{
    text-align: center;
    margin: auto;
    
}
.presave{
    color: white;
    font-weight: 200;
    font-size: 200%;
    
}
.display-1:hover{
    text-shadow: rgb(255, 255, 255) 0px 0px 7px;
    color: rgba(255, 255, 255, 0.884);
    transition: 2s;
    transform: scale(1.1,1.0);

/* Flex boxes. iframe, bio, form starts*/
}
.bio-div{
    margin-right: 2%;
    margin-left: 2%;
    margin-top: 2%;
    transition: 0.5s;
    padding: 1rem 2rem 1rem 2rem;
    width: 25%;
    background-color: rgba(0, 0, 0, 0.473);
    border-radius: 10pt;
    text-align: left;
   
    
}
.bio-div:hover,.bio-div-right:hover,.spotify-iframe:hover{
    box-shadow:0px 0px 50px 20px rgba(255, 255, 255, 0.205);
    transition: .3s;
    transform: scale(1.025,1.025);
}
p{
    font-size: .85rem;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    transition: 0.5s;
}
h2 {
    color: white;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    transition: 0.5s;
    letter-spacing: 0.5rem;
    border-bottom: solid 1px rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    padding-bottom: 5pt;
}
.bio-div-right{
    width: 25%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10pt;
    padding: 1rem 2rem 1rem 2rem;
    text-align: center;
}
.iframe-flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0.5em;
    flex-direction: row;
}
.iframe-container{
    width: 25%;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2%;
    flex-basis: 25% 25%;   
}
.spotify-iframe{
    width: 100%;
    border-radius: 10pt;
    margin-bottom: 2%;
}
label{
    color: white;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 3px;
    font-weight: 100;
}
input[type=text], #text-area {
    width: 100%;
    padding: 0px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: rgba(240, 255, 255, 0.253);
    border:none;
  }
  input[type=text]:focus {
    background-color: rgba(255, 255, 255, 0.445);
    border: none;
  }
  #sub-but{
      background-color: rgba(255, 255, 255, 0);
      border: solid 3pt rgba(245, 245, 245, 0.322);
      font-family:sans-serif ;
      border-radius: 10pt;
      color: rgba(240, 255, 255, 0.425);
  }
  #sub-but:hover{
    box-shadow:0px 0px 3px 1px rgba(212, 212, 212, 0.493);
    transition: 0.1s;
    color: rgba(240, 255, 255, 0.979);
    border: solid 3pt rgba(245, 245, 245, 0.966);
  }

/*Logo links start here*/
.logo-div{
    display:flex;
    padding: 1.5em;
    flex-basis: 120px ;
    flex-shrink: 10px;
}
.footer-container{
    display: flex;
    justify-content:space-evenly;
    flex-shrink: 25px;
    margin-bottom: 0%;
    }
.logo-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .3s;
}
.logo-img:hover{
    transition: .5s;
    transform: scale(1.2,1.2);
}
.trade{
    text-align: center;
    font-size: 10pt;
    font-weight: 100;
    color: rgba(240, 255, 255, 0.26);
    margin: 0%;
}

/*Media Query for large desktop*/
@media (min-width: 1920px) {

    .background-image{
        background-image: url(../collage.jpg);
        background-size: 220% auto;
        background-repeat: repeat-x;
        animation: animatedBackground 60s linear infinite;
    }

    .display-1{
        margin-top: 3%;
        margin-bottom: 3%;
    }
   
    .footer-container{
        display: flex;
        justify-content:space-evenly;
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 5%;
        margin-bottom: 1%;
    }
    
  
}
/* Media Query for Tablet*/ 
@media (min-width: 768px) and (max-width: 1250px) {

    .background-image{
        background-image: url(../collage.jpg);
        background-size: 420% auto;
        background-repeat: repeat-x;
        animation: animatedBackground 60s linear infinite;
    }
    .display-1{
        font-size: 2em;
        margin-top: 10%;
        margin-bottom: 10%;
        padding-top: 3%;
        padding-bottom:3% ;
        text-align: center;
        border-top: solid 2px white;
        border-bottom: solid 2px white;
        width: 82%;
        
    }

    
    .bio-div, .iframe-container{
        text-align: center;
        width: 37%;
        margin: 0% 2.5% 5% 2.5%;
        height: auto;
    }
    .bio-div-right{
        text-align: center;
        width: 80%;
        margin-bottom: 5%;
        height: auto;
    }
    .logo-div{
        display:flex;
        padding: 5%;
        flex-basis: 15em ;
    }
    .footer-container{
        display: flex;
        justify-content:space-evenly;
        padding-right: 5%;
        padding-left: 5%;
        margin-top: 2%;
        margin-bottom: 1%;
        
    }
    .trade{
        margin-bottom: 2%;
    }
  
}
/* media query for mobile*/
@media (min-width: 20px) and (max-width: 767px) {

    .background-image{
        background-image: url(../collage.jpg);
        background-size: 1425% auto;
        background-repeat: repeat-x;
        animation: animatedBackground 120s linear infinite;
    }
    .display-1{
        font-size: 2em;
        margin-top: 10%;
        margin-bottom: 10%;
        padding-top: 3%;
        padding-bottom:3% ;
        text-align: center;
        border-top: solid 1px rgba(255, 255, 255, 0.452);
        border-bottom: solid 1px rgba(255, 255, 255, 0.445);
        width: 82%;
        
    }

    
    .bio-div, .bio-div-right{
        text-align: center;
        width: 85%;
        margin-bottom: 5%;
        padding-bottom: 1em;
    }
    
    
    .bio-div, .bio-div-right{
        text-align: center;
        width: 85%;
        margin-bottom: 5%;
        padding-bottom: 1em;
    }
    .iframe-container{
        text-align: center;
        width: 85%;
        margin-bottom: 5%;
        height: 225pt;
    }
    .logo-div{
        display:flex;
        flex-basis: 15em;
        padding: .45em;
    }
    .footer-container{
        display: flex;
        border-top:solid 1px #ffffff75;
        border-bottom:solid 1px #ffffff75;
        justify-content:space-evenly;
        padding-top: 3%;
        padding-bottom: 3%;
        margin-top:4%;
        margin-bottom:3%;
        margin-right:8%;
        margin-left:8%

    }
    
    .trade{
        margin-bottom: 2%;
    }
  
}
