body,
html {
    height: 100%;
}


/* The hero image */

.hero-image {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/imgPrincipal.jpg");
    /* Set a specific height */
    height: 80%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


/* Place text in the middle of the image */

.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.hero-text h1 {
    text-transform: uppercase;
    font-size: 50px;
    font-family: YACgEcYqQ-A-0;
    line-height: 1.07em;
    font-style: italic;
}


/* SOBRE*/

#sobre img {
    object-fit: cover;
}

#sobre p {
    text-transform: none;
    color: #ffffff;
    letter-spacing: 0em;
    font-family: YACkoL24Adk-0;
    line-height: 1.4em;
    font-weight: 700;
}

#sobre h1 {
    text-transform: uppercase;
    color: #f9ef23;
    font-family: YACgEcYqQ-A-0;
    line-height: 1.07em;
    font-style: italic;
    font-size: 50px;
}

#saibamais {
    top: 20px;
    position: relative;
    font-size: 30px;
}


/* serviços*/

#servico img {
    width: 350px;
    height: 360px;
}

#servico h1 {
    line-height: 1.07em;
    font-size: 50px;
}

#servico #textofoto {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    left: 85px;
    text-align: center;
    bottom: 100px;
    position: absolute;
}


/*CONTATO*/

#contato {
    /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/imgPrincipal.jpg");
    /* Set a specific height */
    height: 100%;
    /* Position and center the image to scale nicely on all screens */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#contato h1 {
    text-transform: uppercase;
    color: #f9ef23;
    font-family: YACgEcYqQ-A-0;
    line-height: 1.07em;
    font-style: italic;
    font-size: 50px;
    top: 100px;
}