/* Globals */
/* line 7, scss/style.scss */
html, * {
  box-sizing: border-box;
  font-family: 'Bitter', serif;
}

/* line 8, scss/style.scss */
body {
  color: #111111;
}

/* line 9, scss/style.scss */
img {
  max-width: 100%;
}

/* line 10, scss/style.scss */
h1, h2, h3, h4, h5 {
  color: #000066;
  margin-top: 10px;
}

/* line 11, scss/style.scss */
ul {
  list-style-type: none;
}

/* line 12, scss/style.scss */
h1 {
  font-size: 24px;
}

/* line 13, scss/style.scss */
a {
  text-decoration: none;
  color: #000066;
}

/* line 15, scss/style.scss */
.shout {
  background-color: #660000;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
}

/* line 16, scss/style.scss */
.copyright {
  font-size: 14px;
  color: #e6e6e6;
}

/* line 17, scss/style.scss */
.addy {
  list-style-type: none;
  padding: 0;
}

/* line 18, scss/style.scss */
.center {
  text-align: center;
}

/* line 19, scss/style.scss */
.testi {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 21, scss/style.scss */
.testi li {
  width: 95%;
  border: 2px solid #990000;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 5px 0;
}
/* line 22, scss/style.scss */
.testi strong {
  display: block;
  color: #000066;
}

/* line 24, scss/style.scss */
.contact-buttons {
  display: flex;
  justify-content: space-around;
}
/* line 26, scss/style.scss */
.contact-buttons p {
  width: 45%;
  text-align: center;
  padding: 10px;
  border: 2px solid #990000;
}

/* Header */
/* line 32, scss/style.scss */
#header #logo {
  text-align: center;
  display: block;
  vertical-align: middle;
}
/* line 34, scss/style.scss */
#header #logo img {
  display: inline-block;
}
/* line 36, scss/style.scss */
#header #contact {
  text-align: center;
}
/* line 38, scss/style.scss */
#header #contact p {
  display: inline-block;
  margin: 10px 0;
  border: 2px solid #990000;
  padding: 5px;
  width: 50px;
  font-size: 24px;
  border-radius: 5px;
}
/* line 39, scss/style.scss */
#header #contact a {
  display: inline-block;
  font-weight: 700;
  width: 95%;
  color: #fff;
  background-color: #000066;
}
/* line 40, scss/style.scss */
#header #contact span {
  display: none;
}

/* line 44, scss/style.scss */
#nav-icon {
  width: 100%;
  background-color: #000066;
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 5px;
}
/* line 46, scss/style.scss */
#nav-icon i {
  padding: 5px;
}

/* line 49, scss/style.scss */
#nav {
  display: none;
  margin-bottom: 10px;
}
/* line 51, scss/style.scss */
#nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
/* line 53, scss/style.scss */
#nav ul li {
  border-bottom: 2px solid #990000;
  padding: 5px;
}
/* line 54, scss/style.scss */
#nav ul a {
  font-weight: 700;
}

/* line 58, scss/style.scss */
#banner {
  margin-bottom: 5px;
}
/* line 60, scss/style.scss */
#banner img {
  width: 100%;
}

/* line 63, scss/style.scss */
#footer {
  background-color: #000066;
  color: #fff;
  padding: 10px;
}
/* line 66, scss/style.scss */
#footer .fcon p {
  display: inline-block;
  margin: 10px 0;
  width: 100%;
}
/* line 67, scss/style.scss */
#footer .fcon strong {
  display: inline-block;
  width: 50%;
}
/* line 69, scss/style.scss */
#footer span {
  font-size: 14px;
}
/* line 70, scss/style.scss */
#footer a {
  background: #fff;
  border: 2px solid #fff;
  color: #990000;
  padding: 0 10px;
  font-weight: 700;
  border-radius: 5px;
}
/* line 71, scss/style.scss */
#footer h3 {
  color: #fff;
  margin-bottom: 10px;
  margin-top: 0;
}

@media only screen and (min-width: 600px) {
  /* line 76, scss/style.scss */
  #header > div {
    display: inline-block;
    width: 60%;
  }
  /* line 77, scss/style.scss */
  #header h4 {
    margin: 0;
  }
  /* line 78, scss/style.scss */
  #header #logo {
    display: inline-block;
    width: 39%;
  }
  /* line 79, scss/style.scss */
  #header #contact {
    text-align: right;
  }
  /* line 81, scss/style.scss */
  #header #contact span {
    display: inline;
  }
  /* line 82, scss/style.scss */
  #header #contact p, #header #contact a {
    width: auto;
  }
  /* line 83, scss/style.scss */
  #header #contact p {
    display: inline-block;
    font-size: 15px;
  }
  /* line 84, scss/style.scss */
  #header #contact a {
    padding: 0 5px;
  }

  /* line 88, scss/style.scss */
  #nav-icon {
    display: none;
  }

  /* line 90, scss/style.scss */
  #nav {
    display: block;
    background-color: #000066;
    text-align: right;
    float: right;
  }
  /* line 93, scss/style.scss */
  #nav ul li {
    display: inline-block;
    border-bottom: none;
    padding: 5px 15px;
  }
  /* line 94, scss/style.scss */
  #nav ul a {
    color: #fff;
  }

  /* line 99, scss/style.scss */
  #footer .fcon {
    text-align: right;
  }
  /* line 101, scss/style.scss */
  #footer .fcon strong {
    width: auto;
  }
  /* line 102, scss/style.scss */
  #footer .fcon p {
    width: auto;
  }

  /* line 107, scss/style.scss */
  .testi li {
    width: 45%;
  }

  /* line 110, scss/style.scss */
  .col-half {
    width: 49%;
    margin-right: 0.5%;
    display: inline-block;
    vertical-align: top;
  }

  /* line 112, scss/style.scss */
  .right {
    text-align: right;
    float: right;
  }
}
@media only screen and (min-width: 1200px) {
  /* line 116, scss/style.scss */
  body {
    background: #111111;
    margin: 0;
  }

  /* line 117, scss/style.scss */
  a:hover {
    text-decoration: underline;
  }

  /* line 121, scss/style.scss */
  #header #contact p:hover {
    border-color: #000066;
  }
  /* line 123, scss/style.scss */
  #header #contact p:hover a {
    background-color: #990000;
    text-decoration: none;
  }

  /* line 128, scss/style.scss */
  #wrapper {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 10px;
  }

  /* line 131, scss/style.scss */
  #footer a:hover {
    background: #990000;
    text-decoration: none;
    color: #fff;
  }
  /* line 132, scss/style.scss */
  #footer .fcon {
    text-align: right;
  }
}
