﻿#header {
    background-color: rgb(230, 223, 209);
}

#logo {
    height: 45px;
    margin: 15px;
    float: left;
}

#subtitle {
    margin-left: 10px;
    margin-top: 25px;
    float: left;
}

#subtitle h2 {
    font-size: 14px;
}

#bar {
    height: 25px;
    background-color: #ACC136;
}
                
.form-group strong {
    font-weight: bold;
}

#map {
    height: 100%;
}

#container-map {
    height:300px; 
}

@media only screen and (min-width: 768px) {
    #container-map {
        height:450px; 
    }

    #logo {
        height: 60px;
        margin: 15px 20px;
    }

    #subtitle {
        margin-top: 30px;
    }

    #subtitle h2 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 1170px) {
    #container-map {
        height:650px; 
    }

    #logo {
        height: 77px;
        margin: 20px 30px;
    }

    #subtitle {
        margin-top: 45px;
    }

    #subtitle h2 {
        font-size: 24px;
    }
}
        