body{
  font: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f0f0f0;
  text-align:justify;
}

h1{}
h3{
  font-size: 170%;
  padding:5% 0;
}

h4{
  font-size: 150%;
  padding:0% 0;
}

h5{
  font-size:120%;
  color: #959595;
}

img {
  max-width: 100%;
  float:left;
}
/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}

header ul{
  margin:0;
  padding:0;
  list-style: none;
}

  nav
  .button_1{
    height:38px;
    background:#ff8c00;
    border:0;
    padding-left: 20px;
    padding-right:20px;
    color:#ffffff;
  }

  .dark{
    padding:15px;
    background:#999999;
    color:#ffffff;
    margin-top:10px;
    margin-bottom:10px;
  }

.showcase{
  width:100%; 
  max-width:500px;
  padding-top:100px;
  margin-top:100px;

}

.highlight{
  color:#ff8c00;
  font-weight:bold;
}

/* Header **/
header{
  background:#808080;
  min-height:30px;
  position: 
  z-index: 1000;
  width:100%;
  opacity:.9;
  color:#F7B733;
  padding-top:0px;
  border-bottom:#ff8c00 3px solid;
}

#header-inner {
  max-width:1200px;
  margin:0 auto;
}

nav {
  float: right;
  padding:35px 20px 0 0;
  font-size: 110%;
}

#menu-icon {
  background: url(./img/icon.png) center;
  width: 40px;
  height:34px;
  display: hidden;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
  top:0;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0px;
}

/* Navigation */

header nav{
  float:right;
  margin-top:10px;
}

header .highlight, header .current a{
  color:#ff8c00;
  font-weight:bold;
  text-decoration: underline;
}

header a:hover{
  color:#e6e6e6;
  font-weight:bold;
}

/* Showcase */
#showcase{
  min-height:400px;
  padding-top: 50px;
  max-width: 100%;
  background:url('../img/mannekin.jpg') no-repeat 0 -400px;
  text-align:center;
  color:#black;
}

#showcase h1{
  margin-top:100px;
  font-size:55px;
  margin-bottom:10px;
}

#showcase p{
  font-size:20px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
  float:left;
  text-align: center;
  width:30%;
  padding:10px;
}

#boxes .box img{
  width:90px;
}

/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:5px;
}

/* Main-col */
article#main-col{
  float:left;
  width:65%;
  margin:0 auto;
}

/* Courses */
ul#courses li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

/* Inner Wrapper */

footer{
  padding:0px;
  margin-top:10px;
  color:#ffffff;
  opacity: .9;
  background-color:#ff8c00;
  text-align: center;
  overflow: hidden;

}


/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  #boxes .box,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

  #showcase h1{
    margin-top:20px;
  }

/* Footer */


