body{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding:0;
  margin:0;
  background-color: #f4f4f4;

}



/* Global */
.container{
  width:80%;
  margin:auto;
  overflow: hidden;
}

/*
ul{
  margin:0;
  padding:0;
}

*/

.button_1{
  height: 36px;
  background: #e8491d;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  color: #ffffff;
}


.dark a {
    text-decoration: none;
    color:#e8491d;
}

.dark{
  padding: 15px;
  background: #35424a;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* Header */
header{
  background: #35424a;
  color: #ffffff;
  padding-top:30px;
  min-height: 70px;
  border-bottom:#e8491d 3px solid;
}

header a{
  color:#ffffff;
  text-decoration: none;
  text-transform: uppercase; 
  font-size: 16px;
}


header ul {
    padding:0;
    margin:0;
}

header li{
  float:left;
  display:inline;
  padding: 0 20px 0 20px;
}

header #branding{
  float:left;
}

header #branding h1{
  margin: 0;
  /*
  margin-top: 0;
  margin-left: 10px;
  */
}

header nav{
  float:right;
  margin-top:10px;
  font-weight: bold;
}

header .highlight, header .current a{
  color:#e8491d;

}

header a:hover{
  color:#cccccc;

}

/* Showcase */
#showcase{
  min-height: 700px;
/*  background:url('../img/showcase4.jpg') no-repeat 0 -100px; */
  
  background:url('../img/owl-2903707_1920.jpg') 100px 100px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
  color: #ffffff;
}



#showcase h1{
  /* color:#e8491d; */
  color: #ffffff;

  /* 
  margin-top: 100px;
  font-size: 55px;
  margin-bottom: 10px;
 */
  z-index: 999;
  font-size: 40px;
  margin-top: 550px;
  

    
  
}



#showcase p{
  font-size: 20px;
}


/* Newsletter */
#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: 20px;
  
}


#boxes .box h3 {
    color: #333
}

#boxes .box p {
    color: #666
}


#boxes .box{
  float:left;
  text-align: center;
  width: 30%;
  padding: 10px;
}

#boxes .box img{
    height: 90px;
    
}

body #processed {
    text-align: center;

}


body #processed a {
    text-decoration:none;
    font-weight: bold;
    text-transform: uppercase;
    color:#e8491d;
}


/* Sidebar */
aside#sidebar{
  float:right;
  width:30%;
  margin-top: 10px;
}

article#main-col {
  float:left;
  width: 65%;
  
	     

}
article#main-col p{

  color:#666
}

article#main-col li{

  color:#555
}
article#main-col a{
    text-decoration: none;
    color:#e8491d;
}


ul {
    list-style-type:disc;
    
}

ul#services{
    margin:auto;
    list-style-type:disc;
}

ul#bullet_items{
    margin:auto;
    list-style-type:disc;
}

footer{

  text-align: center;
  padding:10px;
  margin-top: 10px;
  color:#ffffff;
  background-color: #35424a;
}


