@import url('https://fonts.googleapis.com/css?family=Fira+Sans:400,500,700,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Fira Sans', sans-serif;
}

h2 {
  font-size: 3em;
  padding: 100px 0 30px;
}

h3 {
  font-size: 2em;
  padding: 50px 0 20px;
}

p,
ul {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.3;
  padding: 15px 0;
}

li {
  padding: 5px 0;
  list-style-type: square;
}

a, a:visited {
  color: #0d396b;
  text-decoration: none;
  border-bottom: 3px dotted #0d396b;
  padding-bottom: 2px;
}

a:hover, a:active {
  color: #aaa;
  border-bottom: 5px solid #aaa;
}


header {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(13, 57, 107, 0.6)), url('assets/bg.jpg');
  background-size: cover;
  background-position: center 20%;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  color: white;
  box-shadow: 0 2px 5px #666;
}

.wrapper {
  position: relative;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  height: 100%;
}

.identity {
  position: absolute;
  top: 15px;
  font-size: 1.5em;
  text-shadow: 0 0 3px black;
  opacity: .8;
}

.identity img {
  width: 70px;
  vertical-align: -35%;
  padding-right: 10px;
}

#title {
  text-transform: uppercase;
  font-size: 4.9em;
  letter-spacing: 0.1em;
}

#tagline {
  font-size: 1.9em;
  letter-spacing: 0.07em;
}

.fb-icon {
  width: 40px;
  vertical-align: middle;
  padding-right: 15px;
}

.fb-footer {
  width: 30px;
  vertical-align: middle;
}

#callout {
  clear: both;
  display: flex;
  border-radius: 15px;
  box-shadow: 0 2px 5px #666;
  background-color: #ff5b24;
  color: white;
  margin: 50px 0 15px;
}

.column {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
}

.column img {
  width: 70%;
}

#col2text {
  font-size: 2em;
}

#col3text {
  font-size: 5em;
}

footer {
  background-color: #0d396b;
  margin-top: 50px;
  padding: 50px 0;
  width: 100%;
  color: white;
  font-size: 1.2em;
  box-shadow: 0 -2px 2px #666;
}

footer a,
footer a:visited {
  color: white;
  text-decoration: none;
  border-bottom: 2px dotted white;
}

footer a:hover,
footer a:active {
  color: #ccc;
  text-decoration: none;
  border-bottom: 3px solid #ccc;
}

footer .no-underline  {
   border: 0;
 }

#contact a {
  margin-left: 20px;
}


img.right {
  float: right;
  padding: 0 0 50px 50px;
}



@media screen and (max-width: 600px) {

  iframe {
    width: 300px;
    height: 210px;
  }
}

img.small {
  width: 100%;
}


@media screen and (max-width: 1099px) {
  h2 {
    font-size: 2em;
  }

  h3 {
    font-size: 1.6em;
  }

  p {
    font-size: 1.3em;
  }

  .cover {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }

  #identity-small {
    font-size: 1.3em;
  }

  #identity-large {
    display: none;
  }

  #title {
    font-size: 4em;
  }

  #tagline {
    font-size: 1.5em;
  }

  .video {
    padding: 15px 0;
  }

  .column {
    height: 100px;
  }

  #col2text {
    font-size: 0.8em;
  }

  #col3text {
    font-size: 3em;
  }
}

footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

#copyright {
  margin-bottom: 20px;
}




@media screen and (min-width: 1100px) {
  #title {
    position: absolute;
    bottom: 10px;
    left: 0;
  }

  #identity-small {
    display: none;
  }

  #tagline {
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .video {
    float: right;
    padding: 15px 0 15px 30px;
  }

  #copyright {
    position: absolute;
    left: 0;
  }

  #contact {
    position: absolute;
    right: 0;
  }

  img.small {
    width: 35%;
  }
}
