body {
  font-family: Signika, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  padding: 0;
  margin: 0px;
  background-color: #ffffff;
}

h1 {
  font-size: 1.5em;
}

/* global */
.container {
  width: 96%;
  margin: auto;
  overflow: hidden;
}

ul {
  padding: 0;
  margin: 0;
}

.background-image {
  background-image: url("pathtoimage");
  background-size: cover;
  background-repeat: no-repeat;
  height: 400vh;
}

.button_1 {
  height:30px;
  background:#ff8021;
  border:0;
  padding-left: 20px;
  padding-right:20px;
}

@media only screen and (max-width: 480px) {
  img {
    width: 100%;
  }
}

.myDIV {
  width: 96%;
  margin: auto;
  overflow: hidden;
}

/*header */
header {
  background-color: #ffffff;
  color: #2f3182;
  padding-top: 5px;
  min-height: 40px;
  border-bottom: #2f3182 0.2rem solid;

}

header a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase !important;
  font-size: 1em;
}

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

header #branding {
  float: left;
}

header #branding H1 {
  margin: 0;
}

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

header .highlight, header .current a {
  color: #ff8021;
  font-weight: 200;
}

header .hover a {
  color: #00945;
  font-weight:200;
}

menu {
  background-color: #f1f1f6;
  color: #2f3182;
  min-height: auto;
  text-align: center;
  float: left;
  width: 100%;
}

menu nav {
  float: left;

}

menu nav li {
padding: 0px 10px;
line-height:20px;
}

menu nav.highlight, header .current a {
  color: #ff8021;
  font-weight: 200;
}

menu nav.hover a {
  color: #00945;
  font-weight:200;
}

/*showcase*/

#showcase {
  repeat: 0;
  width: 100%;
  padding: 0 0%;
  display: table;
  margin: 0;
  max-width: none;
}

#showcase {
  min-height:200px;
  text-align:center;
  color:#ff8021;
}

#showcase h1{
  margin-top: 30px;
  font-size: 1.5em;
  margin-bottom: 10px;
}

#showcase p {
  font-family: sans-serif;
  font-size: 1em;
  color: #2f3182;
}
/* newsletter*/
#newsletter {
  padding: 20px;
  color:#ffffff;
  background-color: #2f3182;
}

#newsletter h1 {
  float:left;
}

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

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

/*boxes*/
#boxes {
  margin-top:20px;
  margin-bottom: 20px;
  font-family: sans-serif;
  color: #2f3182;
  font-size: 1em;
}

#boxes h1 {
   margin-top: 30px;
  font-size: 1.5em;
  margin-bottom: 10px;
  color: #ff8021; 
}

#boxes h2 {
  margin-top: 20px;
 font-size: 1.2em;
 margin-bottom: 10px;
}

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

#boxes .box img{
  max-width: 32%;
}

#boxes .boxapp{
  float:left;
  text-align:left;
  min-width: width:50%;
  padding-left:10px;
}

#boxes .boxapp img{
  width:50%;
}



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