body
{
    font-family: 'Open sans', sans-serif;
    font-weight: 400;
    color:#888888;
}

h1 {
    font-family: 'Niconne', cursive;
    display: inline;
    font-size: 2.5em;
}

#intro-text
{
    margin-top: 100px !important;
}
#intro-text h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color:#444444;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 1em;
}

#ammenities
{
    margin-top: 50px;
    margin-bottom:100px;
}

#ammenities .icon
{
    font-size: .6em;
    color:#888888;
    text-transform: uppercase;
    text-align: center;
    line-height: 2.5em;
}

#ammenities .icon i{
    font-size: 4em;
    color:#CF0000;
}

#location
{
    background-color:rgb(2, 36, 80);
    color:rgba(255,255,255,0.6);
}

#location h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color:rgba(255,255,255,0.9);
    text-transform: uppercase;
    margin-bottom: 1em;
}

#map 
{
    height: 500px;
}

#footer
{
    background-color:rgb(2, 36, 80);
    color:rgba(255,255,255,0.6);
}

#footer h2
{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 2em;
    color:rgba(255,255,255,0.9);
    text-transform: uppercase;
    margin-bottom: 1em;
}

#gallery a img {
    z-index: 1;
    transition: transform .2s;
}

#gallery a img:hover {
        transform: scale(1.1);
        z-index: 500;
    }

#gallery .row div:hover {
    z-index: 500;
}

.submit-form {
    padding:10px 20px;
}

.flags img
{
    border-radius: 50%;
}