@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Passion+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
:root{
    --fonte1: Verdana, Geneva, Tahoma, sans-serif;
    --fonte2: 'Passion One', cursive; 
    /*--fonte2: 'Bebas Neue', cursive; */
    /* --fonte2: 'Fredoka One', cursive; */
    /*--fonte2: 'Staatliches', cursive; */
    --fonte3: 'Sriracha', cursive;

}
*{
    margin: 0;
    padding: 0;
    
}

html, body {
    min-height: 100vh;
    background-color: darkgray;
    font-family: var(--fonte1);
    
}
header{
    white-space: nowrap;

    background-image: linear-gradient(to right, rgb(0, 0, 0),  rgb(70, 2, 70));
    color: white;
    text-align: center;
}

header >h1{

    
    font-size: 10vw  ;
    font-family: var(--fonte2);
    padding-top: 50px;
    font-variant: small-caps;
}
header>p{
    padding-bottom: 50px;
}

a{
    color: white;
    text-decoration: none;
   

}
.container-fluid{
    background-color:rgb(70, 2, 70) ;
   
}
.navbar-brand{
    color: white;
}
.navbar-brand:hover{
    
    color: greenyellow;
}
.nav-link{
    color: white;
}
.nav-link:hover{
    color: greenyellow;
}

.nav-item:hover{
   

    
    
}

section{
    font-size: 3.5vw;
    font-size: 2em;
    font-family: var(--fonte3);
    padding-top: 10vh;
    padding-bottom: 10vh;
    line-height: 2em;
    padding-left: 2%;
}
section >p {
    
    border-radius: 1em;
    padding-bottom: 2em;
}
section.normal{
    
    

    background-color: white;
    color: black;
}

section.imagem{
    
    background-attachment: fixed;
    box-shadow: inset 6px 6px 13px 0px rgb(75, 74, 74);
    
    background-color: rgb(66, 66, 66);
    color: white;
    background-size: cover;

}
section.imagem>p{
    
    
    text-shadow: 1.5px 1.5px 0px black;
    background-color: rgba(0, 0, 0, 0.777);
    display: inline-block;
}
section#img01 {
    color: white;
    
    
    background-image: url(https://images4.alphacoders.com/936/936378.jpg);
    background-position: top center;

}
section#img02 {
    
    background-image: url(https://i.pinimg.com/originals/bf/82/f6/bf82f6956a32819af48c2572243e8286.jpg);
    background-position: top center;
    
}

section#img03 {
    
    background-image: url(https://images5.alphacoders.com/958/thumb-1920-958580.jpg);
    background-position: top center;
    
}
section#img04 {
    
    background-image: url(https://i.pinimg.com/originals/3b/8a/d2/3b8ad2c7b1be2caf24321c852103598a.jpg);
    background-position: center;
    
}

footer{
    background-image: linear-gradient(to top, rgb(60, 2, 83),  rgb(78, 0, 78));
    text-align: center;
    color: white;
    padding: 10px;
}