@font-face{
    font-family: Fimaro;
    src:url(/fonts/Fimaro.woff)  
}

@font-face{
    font-family: MinyaNouvelle;
    src:url(/fonts/MinyaNouvelle.woff)  
}


body{
    background-color: #eff2f4;
    color: #383a3a;
    font-family: Arial, Helvetica, sans-serif;
}

nav{
    min-height: 25px;
    text-align: center;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
}

 nav>ul{
    list-style-type: none;
    padding:0px;
    margin: 0px;
    overflow: hidden;
 }

 nav>ul>li{
    display: inline;
    padding: 15px;
 }

a {
    text-decoration: none;
    color: #383a3a;
 }

a:hover{
    color: #62db9c;
}

input{
    margin: 0;
    border: solid 2px #bae0f6;
    background-color: #f5f9fb;
    padding: 10px;
    border-radius: 20px;
}

h2, h3, h4{
    font-family: MinyaNouvelle;
}


#box{
    padding: 20px;
    text-align: center;
}

#musetape{
    color: #a8dbf8;
    text-align: center;
    font-family: Fimaro;
    font-size: 2.5em;
}

#search{
    margin: 0 auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: stretch;
    border: none;
}

#search>input, #search>select{
    margin: 0;
    border: solid 2px #bae0f6;
    background-color: #f5f9fb;
    padding: 10px;
}

#searchtype{
    border-right: none;
    border-radius: 20px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#searchbar{
    border-right: none;
    border-left: none;
    border-radius: 0;
    width: 25%;
}

#searchsubmit{
    border-left: none;
    border-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.cardbox{
    margin: 45px 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.card{
    width: 20em;
    height: 10em;
    background-color: #f6fbfc;
    margin: 10px;
    padding: 20px;
    border-radius: 20px;
}

.cardtext{
    height: 3em;
    overflow: scroll;
    text-align: justify;
}

.linkarrow{
    font-size: 2.2em;
    font-weight: bold;
    margin-left: 95%;
    padding-bottom: 1em;
}

.linkarrow:hover{
    color: #a8dbf8;
}
h3, h4{
    margin: 5px 0;
    text-align: center;
}

input[type=submit]:hover{
    color: #62db9c;
    
}

h2{
    text-align: center;
    font-size: 2.5em;
}

#spotlight{
    width: 25em;
    margin: 5em auto;
    display: flex;
    flex-direction: column;
    align-items:center;
    text-align: center;
    background-image: linear-gradient(#a8dbf879,#ade6ff94);
    border-radius: 25px;
}

#spotlight>input[type=submit]{
    width: 0.5em;
    margin: 0 auto;
}

#spotlight>input{
    padding: 15px;
}


.error{
    padding: 0;
    margin: 0;
    height: 0px;
    color: #f96086;
    font-size: smaller;
}

input[type=color]{
    width: 50px;
    padding: 4px;
    height: 50px;
    border-radius: 8px;
}

#addform{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20em;
}

#addform>input[type=text]{
    width: 100%;
}

#addform>input[type=submit]{
    margin-bottom: 20px;
}

label{
    padding-bottom: 5px;
}

select, textarea{
    border: 2px solid #bae0f6;
    background-color: #f5f9fb;
    padding:  10px;
    border-radius: 20px;
}

textarea{
    min-width: 100%;
    max-width: 100%;
    height:5em;
    font-family: Arial, Helvetica, sans-serif;
}

#alert{
    width: 30em;
    margin: 5px auto;
    padding: 20px;
    text-align: center;
    background-color: #62db9c57;
    border-radius: 20px;
}

#alert>strong{
    font-family: MinyaNouvelle;
    font-weight: normal;
    font-size: 1.4em;
}

#musicbox{
    width: 60%;
    display: flex;
    margin: 8em auto;
}

.paragraph>h2, #col2>h1{
    margin: 0;
}
.paragraph>p{
    font-size: 0.8em;
}
#col2>h1{
    font-size: 4em;
    font-family: Fimaro;
    font-weight: normal;
}

#col2{
    align-self: center;
    color:#a8dbf8;
    width: 40%;
    padding: 10px;
}

#muse{
    text-align: left;
    padding-left: 25px;
}
#tape{
    text-align: right;
    padding-right: 25px;
}

#col1, #col3{
    display: flex;
    align-content: space-between;
    flex-direction: column;
    width: 30%;
}

#col3{
    text-align: right;
}
.paragraph>h2{
    color:#62db9c;
}

#col1>.paragraph>h2{
    text-align: left;
}
#col3>.paragraph>h2{
    text-align: right;
}

.spotify, .apple, .youtube, .soundcloud{
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

.spotify{
    background-color: #abf4ad;
}

.apple{
    background-color: #dd9df2;
}

.youtube{
    background-color: #ee8686;
}

.soundcloud{
    background-color: #e8bb94;
}

@media (max-width: 800px){
    #musicbox{
        flex-direction: column;
        align-items: center;
    }

    #muse, #tape{
        padding: 10px;
        text-align: center;
    }

    #spotlight{
        width: 20em;
    }

    #addform{
        width: 16em;
    }

    #alert{
        width: 16em;
    }
}