body{
    font: 15px/1.5 arial,helvetica,sans-serif;
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;
}
/*Global*/
.container{

    width: 80%;
    margin: auto;
    overflow: hidden;
}
ul{
    padding: 0;
    margin: 0;
}
#button_1{
    height: 38px;
    background: orange;
    border: 0;
    padding-left: 20px;
    padding-right: 20px;
    color: #ffffff;
}

.dark{
    padding: 15px;
    background: #35424a;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}
/*Header*/
header{

    color: white;
    background: #35424a;
    padding-top: 30px;
    min-height: 70px;
    border-bottom: #e8419b 3px 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: 10px;
}
header .highlight, header .current a{
    color:#e8491d;
    font-weight: bold;
}

header a:hover{
    color: #cccccc;
    font-weight: bold;
}

/*Showcase*/

#showcase{
    min-height: 400px;
    background: url('../img/Computer.jpg') no-repeat  ;
    text-align: center;
    color:white;
}
#showcase h1{
    margin-top: 10px;
    font-size: 55px;
    margin-bottom: 10px;
}
#showcase p{
    font-size: 20px;
}
#newsletter{
    padding: 15px;
    color: #ffffff;
    background:#35424a;

}
#newsletter h1{
    float: left;
}
#newsletter form{
    float: right;
    margin-top: 15px;
}
#newsletter input[type='email']{
    padding: 4px;
    height: 25px;
    width: 250px;

}


/*Boxes*/
#boxes{
    margin-top: 50px;
}
#boxes .box{
   float: left;
    text-align: center;
    width: 10%;
    padding: 10px;

}
#boxes .box img{
    width: 50px;

}
/*Sidebar*/
aside#sidebar{
    float: right;
    width: 30%;
    margin-top: 10px;
}

/*Main-Col*/

article#main-col{
    float: left;
    width: 65%;

}
footer{
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    color: white;
    background-color: #e8491d;
}

@media(max width: 768px){
    header #branding,
    header nav li{
        float:none;
        text-align: center;
        width: 100%;
    }
}
