html, body{
    margin: 0;
    display: table;
    height: 100%;
    width: 100%;
    max-height: 100%;
    font-family: 'Roboto', sans-serif;
}

body {
    background: url('../img/road4k_2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.wrapper {
    padding-top: 5%;
    height: auto;
}

.footer-wrapper {
    padding-top: 1%;
    height: auto;
}

.content {
    background-color: white;
    border-radius: 20px;
}

.head {
    font-weight: 300;
    font-size: 1.7em;
}

@media(max-width: 360px){
    .head {
        font-weight: 300;
        font-size: 1.2em;
    }
}

@media(max-width: 480px){
    .head {
        font-weight: 300;
        font-size: 1.2em;
    }
}

.welcome {
    padding-top: 1%;
    padding-bottom: 5%;
    text-align: center;
    font-weight: 300;
    font-size: 1.2em;
}

.text-before-table {
    text-align: center;
}

.btn-property {
    padding-top: 2%;
    padding-bottom: 5%;

}

.table-header-text {
    color: #1c5586;
}

footer {
    text-align: center;
    color: white;
    background-color: #272727;
    display: table-row;
    height: 1px;
}
