body{
  font: 15px/1.5 Arial, Helvitica, sans-serif;
  padding:0;
  margin:0;
  background-color: #f4f4f4;
}
/* Global */

.allButFooter {
    min-height: calc(100vh - 50px);
}

.container{
  width:100%; /*was 90% */
  margin:0;
  overflow:hidden;
}

.container1{
  width:90%; /*was 90% */
  margin-left:20px;  /*was 10px */
  margin-right:20px;  /*was 10px */
  overflow:hidden;
}

ul{
  margin: 0;
  padding: 0;
}

.button_1{
  height:38px;
  background:#01880F;
  border:0;
  padding-left:20;
  padding-right:20;
  color:#ffffff
}

.dark{
  padding:20px;
  background:#242720;
  color:#ffffff;
  margin-top:10px;
  margin-bottom:10px;
  margin-left: 10px;
  margin-right: 10px;
}

/* Header **/

header{
  background: #ffffff;
  color:#ffffff;
  padding-top: 20px;
  min-height: 50px;
  max-height: 700px;
  padding-bottom: 20px;
  border-bottom: #01880F 3px solid;

}

header a{
  color:#ffffff
  text-decoration:none;
  text-transform: uppercase;
  font-size: 16px;
}

header li{
  float:left;
  display:inline;
  padding:0 20px 0 20px
}

header #branding{
  float:left;
  margin-left: 10px; /*added*/
}

header #branding h1{
  margin:0;
}

header nav{
  float:left;
  margin-top:15px;
}

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

header a:hover{
  color:cccccc;
  font-weight:bold;
}

header{
  padding-bottom: 10px;
}

/* Showcase */

#showcase{
  min-height:300px;
  background:url("../img/pexels-photo-315939.jpg") no-repeat 0px -400px;
  text-align:center;
  padding-top: 120px;
  color:#ffffff;
  border-bottom: #01880F 3px solid;
}

#showcase h1{
  margin-top:100px;
  font-size:40px;
  text-shadow: black 0.1em 0.1em 0.2em;
  margin-bottom:10px;
}

#showcase p{
  font-size:18px;
  text-shadow: black 0.1em 0.1em 0.2em;
}

/* newsletter */

#newsletter{
  padding:15px;
  color:#01880F;
  background:#ffffff;
}

#newsletter h1{
  float:left;
  margin-left: 20px
}

#newsletter form{
  float:right;
  margin-top:15px;
  margin-right: 25px;
  padding-right: 20px;
}

#newsletter input[type="email"]{
  padding:4px;
  height:25px;
  width:250px;
}

/* Boxes */

#boxes{
  margin-top:20px;
  margin-left:20px;
}

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

#boxes .box img{
  width:100%;
}

/* contact boxes */

#contact-boxes{
  margin-top:0;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

#contact-boxes .box{
  float:left;
  text-align:center;
  width:30%;
  min-height:400px; /*makes up for diff height of box images*/
  padding:10px;
  border-top: #cccccc solid 1px;
  border-bottom: #cccccc solid 1px;
}

#contact-boxes .box img{
  margin-top: 20px;	
  width:30%;
}


/* main-column */

article#main-col{
  margin-top: 20px;
  float:left;
  width:40%;
  margin-left:20px;
  padding-left:5px;
  padding-right:5px;
}

article#main-col1{
  margin-top: 20px;
  float:center;
  width:100%;
  margin-left:20px;
  padding-left:5px;
  padding-right:5px;
}

/* sidebar */

aside#sidebar{
  float:right;
  width:40%;
  margin-top:40px;
    margin-left:10px;
}

aside#sidebar .quote input, aside#sidebar .quote textarea{
  width:90%;
  padding:20px;
  padding-right:10px;
}

/* Services */

ul#services li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background:#e6e6e6;
}

ul#contact li{
  list-style: none;
  padding:20px;
  border: #cccccc solid 1px;
  margin-bottom: 5px;
  background:#e6e6e6;
}

footer{
  height:50px;
  margin-top:0;
  color:#ffffff;
  background-color:#01880F;
  text-align:center;
  overflow:hidden;
}

/* media queries */

@media(max-width:768px){
 header #branding,
 header nav,
 header nav li,
 #newsletter h1,
 #newsletter form,
 #boxes .box,
 #contact-boxes .box,
 article#main-col,
 article#main-col1,
 article#right-col,
 aside#sidebar{
   float:none;
   text-align: center;
   width: 90%;
 }

 #showcase h1{
   margin:40px;
 }
 #newsletter button, .quote button{
   display: block;
   width: 100%;
   margin: 5px;

 }
 #newsletter form input[type="email"]{
   width: 100%;
   margin-bottom: 5px;
 }
 }




/* nav */

body{
  font-family:"Arial", Serif;
  background-color:#f4f4f4;
  overflow-x:visible; /* hidden? */
}

.navbar{
  background-color:#01880F;
  overflow:hidden;
  height:50px;
  width:100%;
}

.navbar a{
  float:left;
  display: block;
  color:#f2f2f2;
  text-align:center;
  padding:10px 10px;
  text-decoration:none;
  font-size:16px;
}

.navbar ul{
  margin:8px 0 0 0;
  list-style:none;
}

.navbar a:hover{
  background-color:#000;
  color:#FCFE0F;
}

.side-nav{
  height:100%;
  width:0;
  position:fixed;
  z-index:1;
  top:0;
  left:0;
  background-color:#111;
  opacity:0.9;
  overflow-x:hidden;
  padding-top:60px;
  transition:0.5s;
}

.side-nav a{
  padding:10px 10px 10px 30px;
  text-decoration:none;
  font-size:16px;
  color:#ccc;
  display:block;
  transition:0.3s;
}

.side-nav a:hover{
  color:#FCFE0F;
}

.side-nav .btn-close{
  position:absolute;
  top:0;
  right:22px;
  font-size:36px;
  margin-left:50px;
}

#main{
  transition:margin-left 0.5s;
  padding:20px;
  overflow:hidden;
  width:100%;
}

/*navbar queries */

@media(max-width:768px){
  .navbar-nav{display:none}
}

@media(min-width:568px){
  /*.open-slide{display:none}*/
}