
body {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  text-align: center;
  background-color: #F6FFFF; /*#f5f5dc;*/
}

h1 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  margin-top: 50px;
  font-size: 2em;
}

p {
  font-size: 1.2em;
}
/*
.logo-con {
  display: flex;
  justify-content: center;
  align-items: center;
}
*/

.header-line {
  width:100%;
  height: 5px;
}

.red-background {
  background-color: #E20019;

}

.green-background {
  background-color: #008A2D;
}

.main-container {
  padding: 50px;
}

.content-container {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   -webkit-align-items: center;
   align-items: center;
   -webkit-justify-content: center;
   justify-content: center;
}

.logo-image {
  width: 100%;
  max-width: 565px;
  height: auto;

}

a {
  color: #008A2D;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}


@media (min-width: 441px) and (max-width: 620px) {

  body {
    font-size: 0.85em;
  }

}

@media (max-width: 440px) {

  body {
    font-size: 0.7em;
  }

}
