/* reset styles */
body, ul, li, p, header{
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

/* h1{ font-size: 3.5em;}
h2{ font-size: 2.7em;}
h3{ font-size: 2em;}
p{ font-size: 1.25em;}
ul{ list-style: none;}
li{ font-size: 1.25em;} */

/* html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
} */
/* 
body {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: stretch;
} */

/* .body-layout {
    flex: 1 1 100px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
} */
/* header .container_{
    display: flex;
    flex-direction: row;
    justify-content: space-between;

} */

/* header nav{
    display: flex;
    flex-direction: row;
    text-align: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 20px;
} */

main{
    background-color:darkorange;
    /* flex: 1 1 200px; */
}

footer a{
    text-decoration: none;
    color: rgb(245, 245, 245);
}

footer a:hover{
    color: blueviolet;
}

#home{
    /* height: 500px; */
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.1),
        rgba(0,0,0,0.1)
    )
    ,url("media/toquec.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.s01{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 70vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/mar.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.s02{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    height: 70vh;
    background-image: linear-gradient(
        0deg,
        rgba(0,0,0,0.5),
        rgba(0,0,0,0.5)
    )
    ,url("media/mar2.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
