/*
    MAIN
====================================*/

body {
    background-color: #fff;
    color: #000;
    font-family: 'Open Sans', sans-serif;
    margin-top: 50px;
}

a:link {
    color: blue;
}

a:visited {
    color: purple;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: bold;
}

h1 {
    font-size: 220%
}

h2 {
    font-size: 120%
}

.container {
    margin-top: 30px;
}


/*
    BANNER
====================================*/

#banner div {
    margin: auto;
}


/*
    CONTACT
====================================*/

#contact {
    text-align: center;
    font-size: 130%;
}

.logo {
    height: auto;
    max-width: 100px;
    margin-bottom: 20px;
}

#immeuble {
    height: auto;
    width: 100vw;
    border-radius: 45px;
}


/*
    RATES
====================================*/

#rates img {
    height: auto;
    width: 100vw;
}
