* {
    font-family: 'Lora', serif;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* MENU */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #419c32;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
}

.link-menu {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #102917;
    display: block;
    transition: 0.5s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #102917;
}

.btn-open-menu {
    font-size: 40px;
    cursor: pointer;
    position: fixed;
    right: 0;
    margin-top: 30px;
    margin-right: 40px;
    color: #419c32;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 18px;
    }
}
/*END MENU*/

.fullHeight {
    padding: 40px;
}

#start {
    background-color: #373736;
}

.text-area {
    color: white;
    padding: 10px;
}

.text-area h1 {
    color: #8fdb00;
    font-weight: bold;
}

.text-area p 
{
    font-size: 25px;
    text-align: justify;
}

.text-about {
    padding: 10px;
}

.text-about h1 {
    font-weight: bold;
}

.text-about p {
    text-align: justify;
    line-height: 35px;
    font-size: 20px;
}

.static {
    position: static;
}

#sociais {
    background-color: dimgrey;
}

.btn-back-start {
    font-size: 20px;
    cursor: pointer;
    color: white;
    border: 3px solid #419c32;
    border-radius: 25px;
    padding: 10px;
    text-decoration: none;
    /*float: right;*/
}

.btn-back-start:hover {
    text-decoration: none;
    color: #419c32;
}

#sociais h3 {
    color: white;
}

#contato {
    background-color: darkseagreen
}

#contato h3 {
    font-weight: bold;
}

#contato address {
    text-align: justify;
    font-size: 20px;
    margin-top: 25px;
}

/*SOCIAL BUTTONS*/
.fa {
    padding: 20px;
    font-size: 30px;
    text-align: center;
    text-decoration: none;
    margin-right: 5px;
}

.fa:hover {
    color: #8fdb00;
    opacity: 0.7;
}

.fa-facebook {
    background: #3B5998;
    color: white;
}

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-instagram {
    background: #125688;
    color: white;
}

.fa-envelope {
    color: white;
    background-color: #373736;
}

/*END Social Buttons*/