body{
  bbbfont: 15px/1.5 Arial, Helvetica,sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}

/* Global */
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
    text-align: center;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

ul{
  margin:0;
  padding:0;
}

.button_1{
  height:35px;
  background:#3E625F;
  border:0;
  padding-left: 7px;
  padding-right:7px;
  color:#ffffff;
}

.dark{
  padding:0px;
  background:#35424a;
  color:#FFBD4A;
  margin-top:0px;
  margin-bottom:0px;
}

/* Header **/
header{
  background:url(root/bg2.jpg);
  color:#ffffff;
  padding-top:5px;
  min-height:0px;
  border-bottom:#FFC052 0px solid;
  padding-bottom:15px;
}

header a{
  color:#ffffff;
  text-decoration:none;
  text-transform: uppercase;
  font-size:16px;
  font-weight:normal
}

header li{
  float:center;
  display:inline;
  padding: 0 10px 0 10px;
  vertical-align: bottom
}

header #branding{
  float:left;
}

header #branding h1{
  margin:0;
}

header nav{
  float:center;
  margin-top:0px;
}

header .highlight, header .current a{
  color:#A06600;
  font-weight:normal;
}

header a:hover{
	color: #FFBD4A;
	font-weight: bold;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Showcase */
#showcase{
	background: url("root/IMG_2959.jpg") no-repeat 0 -430px;
	background-size: cover
	background-position: center
	text-align: center;
	color: #ffffffffff;
}

#showcase h1{
	margin-top: 0px;
	font-size: 0px;
	margin-bottom: 0px;
	text-align: left;
	padding-bottom:0px
}

#showcase p{
  font-size:0px;
}

/* Newsletter */
#newsletter{
  padding:2px;
  color:#ffffff;
  background:#35424a
}

#newsletter h1{
  float:left;
}

#newsletter form {
  float:right;
  margin-top:5px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:5px;
  width:250px;
}

/* Boxes */
#boxes{
  margin-top:20px;
}

#boxes .box{
	float: left;
	text-align: center;
	width: 45%;
	padding: 10px;
	border-right-color:#C10131
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#boxes .box img{
  width:400px;
}

.responsive {
  max-width: 100%;
  height: auto;
}

/* 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%;
}

/* Services */
ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom:5px;
  background:#e6e6e6;
}

footer{
	padding: 10px;
	margin-top: 10px;
	color: #ffffff;
	background:url(root/bg2.jpg);
	text-align: center;
	text-shadow: 2px 2px #2A2A2A;
}

/* 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:0px;
  }

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  #newsletter form input[type="email"], .quote input, .quote textarea{
    width:100%;
    margin-bottom:0px;
  }
}
