body{
	font: 15px/1.5 Arial, Helvetica,sans-serif;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

/* Global */
.container{
  width:80%;
  margin:auto;
  overflow:hidden;
}
.container2 {
	width: 104%;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

ul{
	margin-top: 78px;
	margin-right: 78px;
	margin-left: 78px;
	margin-bottom: 78px;
	padding: 0;
}



.dark{
  padding:15px;
  background:#35424a;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
}

/* Header **/
header{
  background:grey;
  color:#ffffff;
  min-height:70px;
  border-bottom:grey 3px solid;
}
.header2 h2 {
	margin-left: 90px;
	color: black;
}
#welcome {
	font-size: 60px;
	color: black;
}
.navigation {
	margin-top: 77px;
	margin-bottom: 119px;
	min-width: 20px;
	max-height: 15px;
	margin-left: 182px;
	margin-right: 92px;
}

.navigation a{
	color: black;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	background: white;
	border-style: solid;
	border-radius: 20px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	border-color: #000000;
}

.navigation li{
	display: inline-table;
	padding-right: 83px;
	padding-left: 34px;
	padding-bottom: 0;
	overflow: inherit;
}


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

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

header a:hover{
  color:#cccccc;
  font-weight:bold;
}
.information {
	padding: 16px;
}
.information h1 {
	color: black;
	margin-top: 70px;
}

/* Newsletter */
#newsletter{
	color: #ffffff;
}

/*Newsletter--Welcome--Information*/
.information {
	background: #adadb2;
	border: 5px solid #FFFFFF;
	border-radius: 44px;
	padding: 20px;
	overflow: visible;
	width: 50%;
	margin-left: 230px;
	margin-right: 230px;
	margin-bottom: 50px;
}
section.information p {
	color: black;	
	
	min-height: 80px;
	min-width:100px;
	margin:1% auto 0 auto;
	line-height:16px;
	font-size:16px;
	text-align:center;
	
}

section.information h2 {
	font-size: 25px;
	margin-top: 10px;
	margin-right: 80px;
	margin-left: 62px;
	margin-bottom: 10px;
	color: #262626;
	font-family: sans-serif;
	text-align: center;
}	


/* 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;
}

/* Boxes */
#boxes{
  margin-top:20px;
  background: #adadb2;
	border-style:groove;
	border-width: 5px;
	border-color: #626161;
}

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

#boxes .box img{
  width:310px;
}
.box p {
	background: white;
	border-style:solid;
	border-radius:10px;
	padding: 10px;
}


footer{
	padding-top: 72px;
	padding-right: 72px;
	padding-left: 72px;
	padding-bottom: 72px;
	margin-top: 94px;
	color: #FFFFFF;
	background-color: grey;
	text-align: center;
}

/* Media Queries */
@media(max-width: 768px){
  header #branding,
  header nav,
  header nav li,
  #newsletter h1,
  #newsletter form,
  article#main-col,
  aside#sidebar{
    float:none;
    text-align:center;
    width:100%;
  }

  header{
    padding-bottom:20px;
  }

 

  #newsletter button, .quote button{
    display:block;
    width:100%;
  }

  
