/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,500,500i,700,900");
@import url("https://fonts.googleapis.com/css?family=Kameron:400,700");
html {
  position: relative;
  min-height: 100%; }

body {
  color: #161e73;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px; }

a {
  color: #161e73; }

.top-section {
  height: 40vh;
  position: relative; }
  .top-section .header {
    position: absolute;
    min-height: 60%;
    bottom: 0;
    background-color: #161e73;
    clip-path: polygon(50% 80%, 100% 20%, 100% 100%, 0 100%, 0 20%);
    width: 100%;
    margin-top: 0;
    font-family: Arial, Helvetica, "sans-serif"; }
  .top-section .logo-holder {
    position: absolute;
    padding-top: 5%; }
  .top-section #logo {
    position: relative; }

nav {
  font-size: 1.8rem;
  color: #ecf0f1; }

main {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 3rem; }
  main section {
    margin: 30px auto; }
  main section.row {
    margin: 0px auto; }
  main p, main ul {
    max-width: 660px;
    margin: 30px auto;
    font-size: 1.6rem; }

.red {
  color: #161e73; }

#main-image {
  min-height: 60vh;
  background: no-repeat center top;
  background-size: cover; }

.subhead {
  font-weight: 500;
  font-style: italic; }

footer {
  background-color: #ecf0f1;
  color: #b7b7b7;
  width: 100%;
  bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px; }
  footer p {
    font-size: 1.4rem; }
    footer p b {
      font-weight: 900;
      color: #DBD9D9; }
    footer p a {
      color: #fff; }
  footer h2 {
    font-weight: 700;
    font-family: Arial, Helvetica, "sans-serif"; }

.article-bg {
  padding: 25px; }

/*NAVIGATION*/
/*TEXT STYLES*/
h1, h2, h3 {
  font-weight: 600; }

h4, h5, h6 {
  font-weight: 700; }

article {
  text-align: left; }
  article h2, article h3, article h4 {
    margin: 20px 0 6px;
    max-width: 660px; }

h2 {
  font-size: 1.6rem; }

.header-text {
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.65);
  color: white;
  width: 100%;
  top: 35%;
  padding: 50px;
  position: absolute; }

.logo {
  display: block; }

.more {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 1.6rem;
  color: white;
  background-color: #161e73;
  border: solid 3px #161e73;
  margin: 8px; }
  .more:hover {
    background-color: transparent;
    color: #161e73; }

/*FORMS*/
.form-control {
  border-radius: 0; }

.form-error {
  text-align: center;
  color: #161e73;
  border-bottom: 1px solid #e6e6e6;
  padding: 15px;
  font-size: 1.6rem; }

form {
  margin: 10px 15px; }

.submitForm {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #161e73;
  border: none;
  width: auto;
  color: white;
  font-size: 2rem;
  /* height: 70px; */
  display: inline-block;
  padding: 5px 30px;
  margin: 10px auto;
  cursor: pointer; }
  .submitForm:hover {
    background-color: #1e299e; }

@media screen and (max-width: 820px) {
  main p, main ul {
    font-size: 1.6rem; }

  .header-text {
    font-size: 3rem; }

  .header {
    font-size: 2.6rem; }

  article h2, article h3, article h4 {
    margin: 10px auto 10px;
    max-width: 660px; }

  h2 {
    font-size: 1.6rem; } }
@media screen and (max-width: 768px) {
  .top-section {
    height: 35vh; }
    .top-section .header {
      position: absolute;
      min-height: 50%;
      bottom: 0;
      background-color: #161e73;
      clip-path: polygon(50% 80%, 100% 20%, 100% 100%, 0 100%, 0 20%);
      width: 100%;
      margin-top: 0;
      font-family: Arial, Helvetica, "sans-serif"; }
    .top-section .logo-holder {
      position: absolute; }
    .top-section #logo {
      position: relative;
      max-width: 30%; }

  .more {
    float: left;
    clear: right; }

  .navbar-nav {
    height: auto; }

  .navbar-nav > li {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease; }

  .navbar-nav > li:hover, .navbar-nav > .active:hover {
    background-color: firebrick; }
    .navbar-nav > li:hover a:hover, .navbar-nav > .active:hover a:hover {
      color: white; }
    .navbar-nav > li:hover span, .navbar-nav > .active:hover span {
      display: none; } }

/*# sourceMappingURL=style.css.map */
