@charset "utf-8";
/* CSS Document */

body {font: 10px arial, helvetica, sans-serif; color:#313234;}

.container {width: 60%; margin:20px auto;}

@media screen and (max-width: 600px) {
  .container {
    width: 90%;
    margin:0;
  }
  .footer {
    width: 90%;
    margin:0;
  }
  img {
  width:100%;
  }
}

header {text-align:center; border-bottom:solid 5px #034159}

.logo {margin:10px auto;}

footer {background-color:#034159; height: 2.0rem;}

h1 {font-size: 3rem; color:#5A9C56; margin-top:3rem;}
h2 {font-size: 2rem; color: #5A9C56; margin-top: 2rem;}
p, li, td {font-size:1.6rem;}
a {color:#034159;}
a:hover {color:#5A9C56;}

.btn {background-color: #54d815; color: #333; border: solid 1px #3b5f59; border-radius: 8px; text-decoration: none; padding:1rem;}
.btn:hover {background:#5A9C56; color:#fff;}

.text-center {text-align:center;}
