body {
    font: 15px/1.5 Futura, Trebuchet MS, Arial, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #ecf0f1;
}

/* GLOBAL */
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
}

ul {
    margin: 0;
    padding: 0;
}

.button_1 {
    height: 38px;
    background: #ff6348;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
    color: white;
    cursor: pointer;
    text-transform: uppercase;
}

.dark {
    padding: 15px;
    background-color: rgba(72, 84, 96, .7);
    color: white;
    margin-top: 50px;
    margin-bottom: 10px;
}

/* HEADER */
header {
    background-color: rgba(72, 84, 96, .7); 
    color: white;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #ff6348 2px solid;
}

header a {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}

header li {
    float: left;
    display: inline;
    padding: 0 20px 0 20px;
}

header #branding {
    float: left;
}

header #branding h1 {
    margin: 0;
}

header nav {
    float:  right;
    margin-top: 10px;
}

header .highlight, header .current  a {
    color: #ff6348;
    font-weight: bold;
}

header a:hover {
    color: #ff6348;
    font-size: 17px;
    transition: all 200ms ease-in;
}

/* SHOWCASE */
#showcase {
    min-height: 600px;
    text-align: center;
    color: white; 
}

#showcase h1 {
    margin-top: 200px;
    font-size: 50px;
    margin-bottom: 10px;
}

#showcase p {
    font-size: 25px;
    color: #dfe4ea;
}

/* NEWSLETTER */
#newsletter {
    border-top: #ff6348 1px solid;    
    padding: 15px;
    color: white;
    background-color: rgba(72, 84, 96, .8); 
}

#newsletter h1{
    float: left;
}

#newsletter form {
    float: right;
    margin: 15px;
}

#newsletter input[type="email"] {
    padding: 4px;
    height: 25px;
    width: 250px;
}

/* BOXES */
#boxes {
    margin-top: 100px;
    margin-bottom: 100px;
}

#boxes .box {
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
    margin-top: 50px;
}

#boxes .box img {
    width: 90px;
}

/* SIDEBAR */
aside#sidebar {
     float: right;
     width: 30%;
     margin-top: 52px;
}

aside#sidebar .quote input, aside#sideabar .quote textarea {
    width: 90%;
    padding: 5px;
}

/* Main-Col */
article#main-col {
    float: left;
    width: 65%;
    margin-bottom: 75px;
    margin-top: 75px;
}

/* SERVICES */
ul#services li {
    list-style: none;
    padding: 20px;
    border: #cccccc solid 1px;
    margin-bottom: 5px;
    background-color: #e6e6e6;
}

/* FOOTER */
footer {
    padding: 10px;
    margin-top: 20px;
    color: white;
    background-color: #ff6348;
    text-align: center;
    font-size: 20px;
}