body{
    font-family: Arial, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}

/* Global */
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul{
    margin: 0;
    padding: 0;
}

.button_1{
    height: 38px;
    background: #e8491d;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.dark{
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Header */
header{
    background: #35424a;
    color: #f4f4f4;
    min-height: 70px;
    border-bottom: #e8491d 3px solid;
}

header a{
    color: #ffffff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header li{
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding{
    float: left;
}

header #branding img{
    width: 60%;
}

header nav{
    float: right;
    margin-top: 55px;
}

header .highlight, header .current a{
    color: #e8491d;
    font-weight: bold;
}

header a:hover{
    color: #e8491d;
}

/* Showcase */
#showcase{
    min-height: 400px;
    background: url('../img/showcase.jpg') no-repeat 0 -550px;
    text-align: center;
    color: #ffffff;
}

#showcase h1{
    margin-top: 100px;
    font-size: 55px;
    margin-bottom: 10px;
}

#showcase p{
    font-size: 20px;
}

/* Showcase Gallery */

#showcase_gallery{
    min-height: 200px;
    background: url('../img/showcase.jpg') no-repeat 0 -550px;
    text-align: center;
    color: #ffffff;
}

#showcase_gallery h1{
    margin-top: 60px;
    font-size: 55px;
    margin-bottom: 10px;
}

/* Contact */

#contact{
    padding: 15px;
    color: #f4f4f4;
    background: #35424a;
}

#contact h1{
    float: left;
    font-size: 30px;
    padding-top: 30px;
    padding-left: 20px;
}

#contact img{
    float: right;
    padding-right: 20px;
}

/* Boxes */

#boxes{
    margin-top: 20px;
}

#boxes .box{
    float: left;
    text-align: center;
    width: 20%;
    padding: 10px;
    box-sizing: border-box;
}

#boxes .box img{
    width: 90px;
}

/* Sidebar */

aside#sidebar{
    float: right;
    width: 30%;
    padding-top: 50px;
}

aside#sidebar .quote input{
    width: 90%;
    padding: 5px;
}

aside#sidebar .quote textarea{
    width: 90%;
    height: 200px;
    padding: 5px;
}

/* Main-col */

article#main-col{
    float: left;
    width: 65%;
}

/* Services */

ul#services li{
    list-style: none;
    padding: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background: #e6e6e6;
}

/* Google Maps */
#map {
    height: 400px;  /* The height is 400 pixels */
    width: 70%;  /* The width is the width of the web page */
    display: block;
    margin: 0 auto;
    border-color: #35424a;
    border-width: 5px;
    border-style: solid;
   }

/* Footer */
footer{
    padding: 20px;
    margin-top: 20px;
    color: #f4f4f4;
    background-color: #e8491d;
    text-align: center;
}

footer div{
    font-size: 8px;
    color: #9b3114;
}

/* Gallery */
.gallery{
    margin: 10px 50px;
    text-align: center;
}

.gallery img{
    transition: 0.5s;
    padding: 5px;
    width: 200px;
    border-color: #35424a;
    border-width: 1px;
    border-style: solid;

}
.gallery img:hover{
    filter: grayscale(100%);
    transform: scale(1.03);
}

/* Media Queries */

@media(max-width: 920px){
    header #branding,
    header nav,
    #newletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar{
        float: none;
        text-align: center;
        width: 100%;
    }

    header li{
        display: block;
    }

    header{
        padding-bottom: 20px;
    }

    header nav{
        margin-top: 10px;
    }

    header #branding img{
        width: 30%;
    }

    #showcase h1{
        margin-top: 40px;
    }

    #newsletter button, .quote button{
        display: block;
        width: 100%;
    }

    #newsletter form input[type="email"], .quote input, .quote textarea{
        width: 100%;
        margin-bottom: 5px;
    }

    #contact{
        padding: 0px;
    }

    #contact h1{
        padding-left: 0px;
        float: none;
        text-align: center;
        max-width: 20%;
    }

    #contact img{
        float: none; 
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        padding-left: 0px;
    }

    #map {
        height: 400px;  /* The height is 400 pixels */
        width: 95%;  /* The width is the width of the web page */
        display: block;
        margin: 0 auto;
        border-color: #35424a;
        border-width: 5px;
        border-style: solid;
       }
}

@media(max-width: 500px){
    header #branding,
    header nav,
    #newletter h1,
    #newsletter form,
    #boxes .box,
    article#main-col,
    aside#sidebar{
        float: none;
        text-align: center;
        width: 100%;
    }

    header li{
        display: block;
    }

    header{
        padding-bottom: 20px;
    }

    header nav{
        margin-top: 10px;
    }

    header #branding img{
        width: 30%;
    }

    #showcase h1{
        margin-top: 80px;
        max-width: 100%;
        font-size: 35px;
    }

    #showcase_gallery{
        min-height: 80px;
    }

    #showcase_gallery h1{
        margin-top: 15px;
        max-width: 100%;
        font-size: 35px;
    }

    #newsletter button, .quote button{
        display: block;
        width: 100%;
    }

    #newsletter form input[type="email"], .quote input, .quote textarea{
        width: 100%;
        margin-bottom: 5px;
    }

    #contact{
        padding: 0px;
    }

    #contact h1{
        padding-left: 0px;
        float: none;
        text-align: center;
        max-width: 100%;
    }

    #contact img{
        float: none; 
        display: block;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        padding-left: 0px;
        max-width: 100%;
    }
}