
html, body, #main {
  margin: 0px; padding: 0px;
  height: 100%;
  background-color: white;
  color: black;
}

html, body, #main, h1, h2, h3, h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
}
b, strong {
  font-weight: normal;
}


#header {
  background-color: rgba(255, 255, 255, 0.6);
  position: fixed;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  z-index: 100;
}
#header li {
  display: inline-block;
}
#header a {
  transition: none;
  display: inline-block;
  padding: .5em 1em;
  color: #003c69;
  background-color: transparent;
  text-decoration: none;
  text-shadow: 0em 0em .15em white;
}
#header a:hover {
  background-color: #668aa5;
  color: white;
  text-shadow: none;
}


#hero {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 3.25em;
  min-height: 20em;
}
#hero .content {
  height: 100%;
  background-image: url(logo_blue_512.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  overflow: hidden;
}
@media screen and (min-width: 512px) and (min-height: 374px) {
  #hero .content { background-image: url(logo_blue_1024.png); }
}
#hero .moto {
  position: relative;
  top: 50%;
  padding: 1em 0em;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  text-shadow: 0em 0em 0.15em white;
  text-align: center;
}
#hero p {
  font-weight: normal;
  margin: 0px;
}
.spacer-arrow-down {
  display: block;
  position: relative;
  overflow: hidden;
  background-color: #668aa5;
  margin-top: -2.75em;
  height: 2.75em;
}
.spacer-arrow-down::before,
.spacer-arrow-down::after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -1.5em;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  width: 0em;
  height: 0em;
}
.spacer-arrow-down::before {
  top: .75em;
  border-top: 1.5em solid white;
}
.spacer-arrow-down::after {
  top: .25em;
  border-top: 1.5em solid #668aa5;
}


.page {
  width: 100%;
  min-height: 100%;
  overflow: auto;
  box-sizing: border-box;
  padding-top: 3em;
  padding-bottom: 5em;
}
.inversed {
  background-color: #668aa5;
  color: white;
}


a {
  text-decoration: underline;
  color: inherit;
  transition: color 0.4s ease 0s;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  color: #be5900;
}
.inversed a:hover, .inversed a:active, .inversed a:focus {
  color: #ffc592;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}


.content-one {
  max-width: 50em;
  margin: auto;
  padding: 0em 1.5em;
  box-sizing: border-box;
}
.content-three {
  width: 75em;
  margin: auto;
  overflow: auto;
  padding: .5em 0em 1.5em 0em;
}
.content-three.highlight {
  background-image: linear-gradient(to left, white, white 33%, #f2f5f8 33%, #f2f5f8 67%, white 67%, white 100%);
}
.content-three .aspect {
  float: left;
  width: 25em;
  padding: 0em 1.5em;
}
.content-four {
  width: 72em;
  margin: auto;
  overflow: auto;
  padding: .5em 0em 1.5em 0em;
}
.content-four .aspect {
  float: left;
  width: 18em;
  padding: 0em 1em;
}

.aspect {
  display: block;
  margin: 0em;
  box-sizing: border-box;
}
.aspect p, .aspect ul {
  font-size: 0.95em;
}


h1 {
  margin: 0px 0px .3em 0px;
  font-weight: normal;
  font-size: 2.5em;
}
h2 {
  margin: 3em 0em 3em 0em;
  text-align: center;
  font-size: 2em;
}
h3 {
  margin: 4.5em 0em 1.5em 0em;
  text-align: center;
  font-size: 1.7em;
}
h4 {
  text-align: center;
  font-size: 1.3em;
  margin: 0em 0em 1em 0em;
}

.page li {
  margin: .3em 0em 0em 0em;
}
.page li:before {
  position: absolute;
  content: '\203A';
  color: #003c69;
  font-weight: normal;
  text-align: left;
  width: .7em;
  margin-left: -.7em;
}
.page.inversed li:before {
  color: white;
}


.aspect .summary {
  font-size: 1.1em;
}
.summary li {
  margin: 1.5em 0em .5em 0em;
}
.summary li:before {
  content: none;
}
.summary li li {
  margin-top: .5em;
}
.summary .category {
  font-weight: normal;
  font-size: 1.2em;
}
.summary li li:before {
  content: '\203A';
}


.job {
  overflow: auto;
}

.short {
  font-size: 1.2em;
  text-align: center;
  margin: -1.5em 0em 2.5em 0em;
}


#contact .aspect {
  text-align: center;
}


#footer {
  overflow: auto;
  padding: 2em 0em 4em 0em;
}
#footer p {
  font-size: .9em;
  margin: 0em 0em 1em 0em;
}
#footer ul {
  font-size: .9em;
  margin-bottom: 1em;
}
.content-footer {
  margin: auto;
  max-width: 50em;
}
.footer-item {
  float: left;
  margin: 0em 1em;
}
.footer-links {
  width: 8em;
}
.footer-contact {
  width: 13em;
}
.footer-legal {
  max-width: 23em;
}
.footer-legal li {
  margin: 0em 0em .7em 0em;
}
.footer-copyright {
  clear: both;
  text-align: center;
  margin: 0em 1em;
}


@media screen and (max-width: 75em) {
  .content-three {
    width: auto;
    max-width: 50em;
  }
  .content-three .aspect {
    display: block;
    float: none;
    width: auto;
    padding-top: 1em;
    padding-bottom: 2em;
  }
  .content-three.highlight {
    background-image: none;
  }
  .content-three.highlight .aspect:nth-child(2) {
    background-color: #f2f5f8;
  }
  .content-three h4 {
    text-align: left;
  }
  .content-four {
    width: auto;
    max-width: 50em;
  }
  .content-four .aspect {
    width: 50%;
    padding-top: 1em;
  }
}

@media screen and (max-width: 50em) {
  .content-footer {
    max-width: 25em;
  }
  .footer-legal {
    float: none;
    clear: both;
  }
}

@media screen and (max-width: 36em) {
  .content-four {
    width: auto;
  }
  .content-four .aspect {
    float: none;
    width: auto;
  }
  .content-four h4 {
    text-align: left;
  }
}

@media screen and (max-width: 36em), screen and (max-height: 24em) {
  #header {
    font-size: .9em;
  }
  #hero,
  .spacer-arrow-down {
    font-size: .8em;
  }
  h2 {
    margin: .5em 0em 2em 0em;
    font-size: 1.5em;
  }
  h3 {
    margin: 2.5em 0em 1em 0em;
    font-size: 1.2em;
  }
  h4 {
    font-size: 1.1em;
    margin: 0em 0em 1em 0em;
  }
}

