body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    background-color: #f4f4f4;
    height: 100%;
}


.container{
    width:80%;
    margin: auto;
    overflow:hidden;
}

header{
    background:#35424a;
    color:#ffffff;
    padding-top: 30px;
    min-height:70px;
    border-bottom:#e8291d 15px solid;
}

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

header ul{
    margin:0;
    padding:0;
}

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

header #branding h1{
    margin:0;
}

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

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

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


#showcase{
    min-height: 400px;
    background: url('pic/branding.jpg') no-repeat ;
    color:white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size:15px;
}

#showcase .container{

    position: absolute;
    max-width: 300px;
    color:white;
}

#showcase legend{
    font-size:30px;
    font:bold;
}
input[type=text]:focus, input[type=password]:focus{
    background-color: #ddd;
    outline: none;
  }

  .button_1{
    background-color: #4CAF50;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
    font-size: 15px;
  }

  .button_1:hover{
      opacity: 1;
  }

  #subscribe {
      padding:5px;
      color:#ffffff;
      background:#35424a;
  }

  #subscribe h1{
      float:left;
  }
  #subscribe form{
      float: right;
      margin-top:0px;

  }
  #subscribe  .button_2{
    background-color: #e8491d;
    color: white;
    padding-left:20px;
    padding-right:20px;
    border: none;
    cursor: pointer;
    opacity: 0.9;
    font-size: 13px;
    height:37px;
  }

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

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

  #contact_info .container h1{
   text-transform: uppercase;
  }


#standard h1, #reason h1, #instruction h1{
    color:#ffffff;
    background:#35424a;
    padding:20px;
    background-size:cover;
    text-align: center;
    margin-top:0px;
    margin-bottom: 5px;
}



#rating h3, #reason h3, #instruction h3{
  color:#ffffff;
  background:#35424a;
  padding:10px;
  background-size:cover;
  text-align: center;
  margin-top:0px;
  margin-bottom: 5px;
}
#instruction p{
  text-align: center;
}

#reason .alert{
  color:#ffffff;
  background:red;
  padding:5px;
  background-size:cover;
  text-align: center;
  margin-top:0px;
  margin-bottom: 0px;
}
#note{
  font-size: 12px;
}
  #result h2{
    color:#ffffff;
    background:#35424a;
    padding:20px;
    background-size:cover;
    text-align: center;
    margin-top:0px;
    margin-bottom: 5px;
}

#result table{
    width:100%;
}

#result table,th,td{
    border: 1px solid black;
}

  footer{
      padding: 5px;
      color: #ffffff;
      margin-top:20px;
      background-color: #e8491d;
      text-align: center;
      font-size:15px;

  }




@media(max-width: 768px){
 header #branding,
 header nav,
 header nav li{
     float:none;
     text-align: center;
     width:100%;
 }

 header{
     padding-bottom:20px;
 }

 #showcase h1{
     margin-top:40px;
 }
#boxes .box,
#subscribe h1,
#subscribe form{
    float:none;
    text-align: center;
    width:100%;
}


#subscribe .button_2{
    display:block;
    width:100%;
}

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