
body {
    min-width: 350px;
    font-family: 'Palatino Linotype', 'Book Antiqua', Palatino, serif;
    font-size: 18px;
    color: #4c4c4c;
    background-color: #FBFBFB;
}

#logo {
    display: block;
    margin: 20px auto;
    height: 230px;
}

#container {
    width: 1200px;
}

.section {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.sub-section {
    padding-left: 10px;
}

.price-list {
    padding-left: 10px;
}

#services h3 {
    margin-top: 30px;
}

.left {
    float:left;
}

.column {
    width: 50%;
}

.left-column {
    float:left;
    padding-right:5px;
}

.right-column{
    float:right;
    padding-left:5px;
}

.right {
    width: 50%;
    height: 100%;
    float:left;
}

.column.map h3 {
    display: none;
}

.column.map iframe {
    width: 100%;
    height: 400px;
    min-width: 250px;
}

.column.map small {
    float: right;
}

.alert-info {
    max-width: 350px; 
    margin: auto;
    text-align: center;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
#container {
        width: 992px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    #container {
        width: 768px;
    }

    .column {
        width: 100%;
    }

    .left-column {
        padding: 0;
    }

    .right-column{
        padding: 0;
    }

    .column.map h3 {
        display: block;
    }

    .column.map small {
        float: none;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    #container {
        width: 480px;
    }

    #logo {
        height: 160px;
    }

    .column.map iframe {
        height: 300px;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    #container {
        width: 320px;
    }

    #logo {
        height: 140px;
    }

    body {
        font-size: 14px;
    }

    .column.map iframe {
        height: 200px;
    }
}
