body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    padding: 0px;
    margin: 0px;
    text-align: right;
    background: color #f4f4f4;  
}


/*global */
.container{
    width: 80%;
    margin: auto;
    overflow: hidden;
}

 ul{
    margin: 0%;
    padding: 0%;
}

/*header*/
header{
    background: #061219;
    color: #f4f4f4;
    padding-top: 10px;
    min-height: 50px;
    border-bottom: #e81d1d 3px solid;
    text-transform: uppercase;

}
 
header a{
color: #f4f4f4;
text-decoration: none;
font-size: 16px;
}

header li{
    float: left;
    display:inline;
    padding: 0 20px 0 20px;
}
header #branding{
    float: left;
}

header #branding h1{
    margin: 0;

}

header nav{
    float: right;
    margin-top: 10px;
}

header .highlight, header .current a{
    color: #e8271d;
    font-weight:bold;
}
header .highlight h1 {
  font-size: 2em;
  color: #333;
}

header a:hover {
  color: #cccccc;
  font-weight: bold;
}

/*showcase*/
#showcase{
    min-height: 400px;
    background:url(./img/showcase.png) no-repeat;
    text-align:center;
    color: #fff;
}

  #showcase p {
    font-size: 40px;
    color: #f4f4f4;               /* fill color */
    font-weight: bold;
    -webkit-text-stroke: 0px #061219; /* outline width and color #91791f*/
    text-stroke: 1px #000;         /* non-prefixed fallback */
  }

  /* Optional: outline the heading too */
  #showcase h1 {
    -webkit-text-stroke: 0px #061219;
    text-stroke: 1px #000;
    color: #f4f4f4;
  }

  
#newsletter{
    padding: 5px;
    color:#f4f4f4;
    background:#061219;

}

#newsletter h3{
    float: left;
    display:inline;
    padding: 0 5px 0 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}
img{
    width: 120px;
}

/*boxes*/
#boxes .box{
    margin-top: 20px;   
}

#boxes .box{
    float: left;
    text-align: center;
    width: 30%;
    padding: 10px;
}

#boxes .box img{
    width: 120px;
}
 footer{
    padding: 20px;
    margin-top: 20px;
    color: #f4f4f4;
    background-color: #061219;
    text-align: center;
 }

/*media Queries*/
@media screen and (max-width: 768px) {
      header .container,
      header #branding,
      header nav,
      header nav li,
      #boxes .box{
        overflow: none;
        float: none;
        text-align: center;
        width: fit-content;
        }    
    }
 

