* {
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
}

body {
    height: 100%;
    width: calc(100% - 17px);
    margin: 0px;
    padding: 0px;
    /*background-image: url("https://tapadasdemourao.com/img/tapadasdemouraofundo_400.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background-color: #eeeeee;
    text-align: center;
}

video {
    width: 90vw;
}

h1 {
    font-family: "Calibri";
    font-size: 20px;
    color: #502d14;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    -webkit-text-stroke: 0.1px #999999;*/
}

h2 {
    font-family: "Calibri";
    font-size: 18px;
    color: #502d14;
}

p {
    font-family: "Calibri";
    font-size: 14px;
    color: #683b1b;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);*/
}

.resimg {
    width: 40px;
    display: block;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 400px) {

    h1 {
        font-size: 20px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

}

@media only screen and (min-width: 600px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

}

@media only screen and (min-width: 768px) {

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 18px;
    }

    p {
        font-size: 14px;
    }

}

@media only screen and (min-width: 992px) {

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

}

@media only screen and (min-width: 1200px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 20px;
    }

    p {
        font-size: 16px;
    }

}