body{
    background-image: url(../img/fundo_cor.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;

}

.elementos_graficos {
    position: fixed;
    width: 97.5%;
    height: 94.5%;
    margin-top: 1%;
    margin-left: 1%;
}

.barra {
    position: fixed;
    width: 101%;
    height: 14.1%;
    bottom: -1px;
    margin-left: -1%;
}

.logo {
    position: fixed;
    width: 18%;
    height: 16%;
    margin-top: 8%;
    margin-left: 8.5%;
}

.headline {
    position: fixed;
    width: 59%;
    height: 57%;
    margin-top: 9%;
    margin-left: 33%;
}

.home {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: white;
    position: fixed;
    bottom: 5%;
    left: 25%;
    text-decoration: none;
}

.about {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: white;
    position: fixed;
    bottom: 5%;
    left: 40%;
    text-decoration: none;
}

.clients {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: white;
    position: fixed;
    bottom: 5%;
    left: 55%;
    text-decoration: none;
}

.contacts {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    color: white;
    position: fixed;
    bottom: 5%;
    left: 70%;
    text-decoration: none;
}

