body {
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

/* Global */

.container {
  width: 90%;
  margin: auto;
  overflow: hidden;  
}

ul {
  margin: 0;
  padding: 0;
}

.button_1 {
  height: 28px;
  background: #e8491d;
  border: 0;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;  
}

.dark {
  padding: 15px;
  color: #ffffff;
  background: #07006b;
}

.medium {
  color: #727272;
}

.light {
  padding: 15px;
  color: #07006b;
  background: #f2f2f2; 
}

.page-title {
  color: #727272;
}

a {
  color: #020081;
  
}

a:hover {
  color: #727272;
  
}

/* Header */

header {
  background: #ffffff;
  color: #ffffff;
  padding-top: 20px;
  min-height: 70px;
  /*border-bottom: #07006b 1px solid;*/
}

header a {
  color: #07006b;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header li {
  float: left;
  display: inline;
  padding: 0 25px 0 32px;
}

header #branding {
  float: left;
}

header #branding img {
  margin-top: 0;
  margin-bottom: 10px;
}

header nav {
  float: right;
  margin-top: 5px; 
}

header .highlight, header .current a {
  color: #020081;
  font-weight: bold;
}

header a:hover {
  color: #727272;
  font-weight: bold;
}

/* Showcase */

#showcase {
  min-height: 400px;
  background: url('../img/showcase/showcase_5.jpg') no-repeat 0 -350px;
  text-align: center;
  color: #ffffff;
}

#showcase h1 {
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
}

#showcase p {
  font-size: 20px;
}

/* Newslatter */

#newsletter {
  padding: 0px;
  color: #020081;
  background: #f2f2f2;
}

#newsletter h3 {
  float: left;
}

#newsletter form {
  float: right;
  margin-top: 15px;
}

#newsletter input[type="email"] {
  padding: 4px;
  height: 15px;
  width: 250px;
}

/* Boxes */

#boxes {
  margin-top: 10px;
}

#boxes .box {
  float:left;
  color: #020081;
  text-align: center;
  width: 30%;
  padding: 10px;
  margin-top: 0;    
}

#boxes .box-img {
  float:left;
  text-align: center;
  width: 30%;
  padding: 10px;
  margin-top: 10px;
}

#boxes .box-img img {
  width: 50%; 
}

/* sidebar */
aside#sidebar {
  float: right;
  width: 30%;
  margin-top: 62px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea {
  width: 90%;
  padding: 5px;
}

/* main-col */
article#main-col{
  float: left;
  width: 65%;
}

/* services */
ul#services li {
  list-style: none;
  padding: 20px;
  border: #ffffff solid 1px;
  color: #07006b;
  
}

/* contact */
table {
  font-size: 15px;
  width: 100%;
}

th {
  background: #07006b;
  color: #ffffff;
}

tr#office {
  background: #bee0ee;
  color: #07006b;
  font-weight: bold;
}


tr#seller {
  background: #eeeded;
  color: #07006b;
}


/* footer */

footer {
  padding: 20px;
  margin-top: 20px;
  color: #07006b;
  background: #f2f2f2; 
  text-align: center;
}


/* 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: 40px;
  }

  #newsletter button, .quote button {
    display: block;
    width: 100%;
  }
  #newsletter form input[type="email"], quote input, .quote textarea {
    width: 100%;
    margin-bottom: 5px;
  }

}