@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Calistoga&family=Lilita+One&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bungee+Shade&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');
/*

Cores principais do site:

-#053F61
-#50AFE6
-#0B92E0
-#224A61
-#0970AD

Fontes do site:

    font-family: 'Calistoga', cursive;

    font-family: 'Bungee Shade', cursive;

    font-family: 'Roboto Slab', serif;

*/

* {
    margin: 0px;
    padding: 0px;
}
body{
    display: flex;
    flex-direction: column;
}
header {
    background-image: url("../imgs/fundo.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.247);
    height: 150px;
    transition: height 400ms;
    padding-bottom: 5px;

}


header > h1 {
    text-align: center;
    font-family: 'Comfortaa', cursive;
    padding: 10px;
    color: white;
    font-size: 2.2em;
}

header > p {
    text-align: center;
    color: white;
    margin-bottom: 20px;
    text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.445);
    font-family: 'Comfortaa', cursive;
    padding: 10px 0px 30px 0px;
    font-size: 1em;
}
header > menu{
    margin-bottom: 4px;
    margin-top: 0px;
}
header > menu > ul > li > a {
    
    text-decoration: none;
    color: white;
    border-radius: 20px;
    font-family: 'Roboto Slab', serif;
    padding: 10px;
}

header > menu > ul > li:hover {
    background-color: #50AFE6;
    transition: 500ms;
}

ul > li {
    text-align: center;
    width: fit-content;
    margin: auto;
    list-style: none;
    font-size: 1.1em;
    padding-bottom: 5px;
    border-radius: 20px;
    margin-top: 5px;
    font-family: 'Calistoga', cursive;
}

i#burguer {
    text-align: center;
    display: block;
    position: absolute;
    right: 5px;
    top: 10px;
    padding: 10px;
    cursor: pointer;
    color: white;
}

menu {
    display: block;
}
main{
    flex-grow: 2;
}

main > article > h1 {
    text-align: center;
    font-family: 'Comfortaa', cursive;
    padding: 3px;
    border-bottom: 1px solid #053F61;
    font-size: 1.9rem;
    margin: 50px auto 10px auto;
}
main > article > h2 {
    width: fit-content;
    padding: 6px;
    border-radius: 10px;
    background-color: #053F61;
    font-weight: bold;
    margin: 50px auto 10px auto;
    font-family: 'Comfortaa', cursive;
    font-size: 1.2rem;
    color: white;
    animation: animatxt 10000ms infinite ease-in-out;
}


article iframe{
    width: 100%;
    padding-bottom: 50%;
    
}
article p{
    padding: 20px;
    line-height: 1.3rem;
}
article img{
    border-radius: 50%;
    width: 200px;
    margin: 20px auto 20px auto;
    border:6px solid #03293f;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.096);
    height: 200px;
}
.dimmy{
    display: flex;
    flex-direction: column-reverse;
}
.irvyne{
    display: flex;
    flex-direction: column-reverse;
}
section#vdimmy {
    position: relative;
    padding-top: 25px;
    padding-bottom: 35%;
    margin: 0 auto;
    height: 0;
}

section#vdimmy > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;

}
section#virvyne {
    position: relative;
    padding-top: 25px;
    padding-bottom: 35%;
    margin: 0 auto;
    height: 0;
}

section#virvyne > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
}

section#vlucas {
    position: relative;
    padding-top: 25px;
    padding-bottom: 35%;
    margin: 0 auto;
    height: 0;
}

    section#vlucas > iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 20px;
}
.btn-spo{
    margin-bottom: 30px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-spo a{
    text-decoration: none;
    color: black;
    font-size: 1rem;
}
.spotify{
    margin: 40px auto 0px auto;
    width:90%;
    height: 300px;
    overflow: hidden;
    overflow: hidden;
}

.spotify-button{
    background-color: rgb(20, 255, 20);
    font-weight: bold;
    border: none;
    margin: 20px auto 20px auto;
    text-align: center;
    border-radius: 20px;
    align-self: center;
    padding: 7px;
}
iframe{
    width: 300px;
    height: 300px;
    padding-bottom: 0px;
}

footer{
    padding: 20px;
    flex-shrink: 1;
    background-color: #053F61;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    font-family: 'Comfortaa', cursive;
}
footer div{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-top: 20px;
}
footer div ul{
    display: flex;
    margin: 20px;
    flex-direction: column;
    justify-self: center;
}

footer div ul li{
    font-family: 'Comfortaa', cursive;
    font-size: 0.9rem;
    text-align: left;
    width: 100%;
}

footer div ul li a{
    color: yellow;
    text-decoration: none;
}
footer img{
    width: 90px;
    height: 90px;
}
