body {
  background-color: #FFF;
  margin: 0;
  padding: 0px 60px;
}

.header {
  background-color: #DBE9EE;
  border-bottom: 1px solid #466995;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
}


ul {
  margin: 30px auto;
  text-align: center;
  position: relative;
  top: 3px;
  left: 10px;
}

li {
  color: #000;
  display: inline-block;
  font-family: 'Arial', serif;
  font-size: 90px;
  text-align: center;
  font-weight: 300;
}


h1 {
  color: #466995;
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  color: #333;
  font-family: 'Varela Round', sans-serif;
  font-size: 26px;
  font-weight: 100;
  margin: 0 auto 40px auto;
}

h3 {
  color: #466995;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}


h4 {
  color: #466995;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase
}

p {
  color: #333;
  font-family: 'Varela Round', sans-serif;
  font-size: 25px;

}

a {
  text-decoration-line: none;
}

div.fill-screen {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
}

img.make-it-fit {
    max-width: 99%;
    max-height: 99%;
}

.footer {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #efefef;
  text-align: center;
  line-height: normal; 
  width: 100%;
}

.footer img {
  margin:5px;
  border-radius: 100%;

  
}
