/* by Matheus Souza */

div#contenido1 {
    background-color: #157F50;
    background-image: url("../../imgs/Imgs_Index/Contenido_1_Fondo/Fondo_Inicio.jpg");
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #FFF8E1;
    text-shadow: 3px 6px 5px #000000;
    font-family: Birthstone;
    min-height: 110vh;
}

div#contenido1 h1 { font-size: 10vw; }
div#contenido1 h2 { font-size: 4vw; }

/*Responsive for Tablets*/
@media (min-width: 801px) and (max-width: 1279px) {
    div#contenido1 h1 { font-size: 15vw; }
    div#contenido1 h2 { font-size: 6vw; }
}

/*Responsive for Mobile*/
@media (max-width: 800px) {
    div#contenido1 h1 { font-size: 20vw; }
    div#contenido1 h2 { font-size: 8vw; }
}
