body{
  font: 15px/1.5 Ariel,Helvetica, sans-serif;
  padding:0;
  margin:0;
  background-color:#f4f4f4;
}
/* Global*/
.container{
  width:80%;
  margin: auto;
  overflow:hidden;
}
.highlight{
  color:#EFFD5F;
   /* color:#35424a;*/
  font-weight:bold;
}

input[type="email"]{
	height:38px;
	font-size:15px;
}

input[type="text"]{
	height:38px;
	font-size:15px;
}

.button_1{
  height:40px;
  background:#e8491d;
  border:0;
  padding:20px;
  padding-bottom: 20px;
  color:#ffffff;
  text-decoration:none;
}

/* Header */
header{
   background:#800080;
  color:#ffffff;
  padding-top:30px;
  min-height:70px;
  border-bottom:#e8491d 3px solid;
  text-align: center;
}

header #branding{
  float:none;
}

header #branding h1{
  margin:0;

}

/*Showcase*/
#showcase{
   background:#EFFD5F;
  min-height:200px;
  text-align:center;
  color:#800080;
  border-bottom:#e8491d 3px solid;
}

#showcase h1{
  /*margin-top:50px;*/
  font-size:40px;
  margin-bottom:10px;
  color:#800080;
  text-decoration:none;
}

#showcase p{
  font-size:20px;
}

/*boxes*/
#showcase #boxes{
  margin-top: 20px;
}

#showcase #boxes{
  float:left
  width: 30%;
  padding:10px;
} 

/* Form Area */
#frmarea {
  min-height:200px;
   font-size:20px;
   margin-bottom:10px;
   color:#800080;
   text-decoration:none;
   border-bottom:#e8491d 3px solid;
}

#frmarea .box {
  background-color: lightblue;
  border: 1px solid blue;
  min-height: 40px;
  font-size: 1rem;
}


@media (max-width: 600px) {
  #frmarea .container .row .col {
      float: none;
      width: 100%;
      }
  }


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

footer{
  padding:20px;
  margin-top:20px;
  color:#ffffff;
  background-color:#e8491d;
  text-align:center;
}