
/* ==========================================================================
   Author's custom styles
   ========================================================================== */


html {
  height: 100%;
}

body {
  font-family: 'Muli', sans-serif;
  background-color: rgba(255, 255, 255, 1);
/*   border: 8px solid rgba(57, 181, 74, 1); */
  font-size: 17px;
  min-height: 100%;
  box-sizing: border-box;
  text-align: center;
  color: rgba(57, 181, 74, 1);
  position: relative;
}

h2 {
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 12px;
}

a,
a:hover,
a:focus,
a:visited {
  color: rgba(57, 181, 74, 1);
}


main {
  position: absolute;
  width: 100%;
  top:50%;
  -ms-transform: translate(0, -40%);
  -webkit-transform: translate(0, -40%);
  transform: translate(0, -40%);
}

p {
  
}

hr {
  width: 80px;
  margin: 100px auto 50px;
  border-color: rgba(57, 181, 74, 1);
  border-width: 1px;
  border-style: solid;
}

.logo {
  width: 280px;
  height: 56px;
  margin-bottom: 60px;
}

.underline {
  text-decoration: underline;
}



/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {
  h2 {
  font-size: 18px;
    letter-spacing: .075em;

}

}

@media only screen and (min-width: 768px) {
       .logo {
         width: 480px;
         height: 96px;
         }

}

@media only screen and (min-width: 1140px) {

}
