@import url("https://fonts.googleapis.com/css?family=Nunito:400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500");
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeinout {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }

p {
  line-height: 1em; }

header {
  opacity: 0.9;
  padding: 55px 0px 95px 0px;
  min-height: 55vh;
  height: auto;
  color: #3D71F7;
  font-size: 28px;
  font-weight: 700;
  list-style: none;
  letter-spacing: 3.8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  header .logo-box {
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
    header .logo-box .logo-description {
      font-size: 6px;
      letter-spacing: 0.8px; }
  header h1 {
    margin: 0px; }
  header a:visited {
    color: #3D71F7; }

body, html {
  margin: 0;
  font-family: "Roboto", sans-serif; }

a {
  text-decoration: none; }

html {
  height: 100%; }

section {
  display: flex;
  justify-content: center;
  align-items: center; }

footer {
  background: #3D71F7;
  max-width: 100%;
  margin-top: 0px;
  min-height: 20vh;
  padding: 50px 20px 50px 20px;
  color: #FFFFFF; }
  footer a {
    color: #FFFFFF; }

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  max-height: 100%; }

.footer-column {
  margin-bottom: 20px; }

.footer-column ul {
  font-size: 10px;
  list-style: none;
  letter-spacing: 0.8px;
  line-height: 28px;
  padding: 0; }

.copyright-text {
  font-size: 8px;
  letter-spacing: 1px;
  margin-top: 10px; }

.footer-column li:first-child {
  font-weight: 700;
  font-size: 11px; }

footer .fas, footer .fab {
  margin-right: 10px;
  margin-top: 32px;
  font-size: 30px; }

@media (min-width: 640px) {
  /* smartphones, Android phones, landscape iPhone */ }

@media (max-width: 460px) {
  /* tablet, landscape iPad, lo-res laptops ands desktops */
  .footer-container {
    flex-wrap: wrap; } }

.footer-column {
  margin: 0px 25px 20px 25px; }
