@import url("https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap");
.small {
  font-size: 0.8rem;
  line-height: 180%;
}

.normal {
  font-size: 1rem;
  line-height: 180%;
}

.medium {
  font-size: 1.2rem;
  line-height: 140%;
}

.large {
  font-size: 1.8rem;
  line-height: 120%;
}

body {
  font-family: "open sans", sans serif;
  margin: 0;
  padding: 0;
  background-color: whitesmoke;
  font-size: 1rem;
  line-height: 180%;
}

a {
  text-decoration: none;
  color: #0a3cbe;
}

a:hover {
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  color: #f0c814;
}

h1 {
  font-size: 1.2rem;
  line-height: 140%;
}

h2 {
  font-size: 1.2rem;
  line-height: 140%;
}

h3 {
  font-size: 1rem;
  line-height: 180%;
}

.flex-wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 100vh;
}

@media (hover: none), (hover: on-demand) {
  a:hover {
    color: #0a3cbe;
  }
}
footer {
  margin-top: auto;
  width: 100%;
  box-sizing: border-box;
  background-color: black;
  color: whitesmoke;
  padding: 2rem;
}
footer ul {
  text-align: center;
  padding: 0;
  margin: auto;
  list-style-type: none;
  font-size: 0.8rem;
  line-height: 180%;
}
footer a {
  text-decoration: none;
  color: whitesmoke;
}

header.mainHeader {
  background-color: black;
  padding: 1.5rem 0 1rem 0;
}

.logo {
  position: relative;
  width: 5rem;
  left: 50%;
  transform: translate(-50%);
}

.content {
  align-self: center;
  padding: 3rem;
  text-align: center;
  margin-bottom: 0.5rem;
  line-break: loose;
  max-width: 50rem;
}
.content p + .large {
  position: relative;
  top: -0.2em;
}

.portrait {
  width: 30%;
  min-width: 7.5rem;
  max-width: 12.5rem;
  padding-bottom: 1em;
}

span.nobreak {
  white-space: nowrap;
}

.buttons {
  padding: 0.3125rem;
}
.buttons a {
  background: #0a3cbe no-repeat center;
  background-size: 60%;
  display: inline-block;
  box-sizing: border-box;
  height: 16vw;
  max-height: 3rem;
  max-width: 16.75rem;
  margin: 0.3125rem;
  width: calc(95% - 0.625rem);
  border-radius: 4px;
}
.buttons a:first-of-type {
  background-image: url(../resources/Artstation_logo.svg);
}
.buttons a:last-of-type {
  background-image: url(../resources/Behance_logo.svg);
}
.buttons a:hover {
  background-color: #f0c814;
  transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
}

.video-bg {
  display: none;
}

@media only screen and (min-width: 50em) {
  body {
    background-color: black;
  }

  .content {
    background-color: rgba(245, 245, 245, 0.95);
    margin-top: auto;
    margin-bottom: auto;
  }

  footer {
    margin-top: 0;
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 200px;
  }

  header {
    box-shadow: rgba(255, 255, 255, 0.25) 0px 0px 200px;
  }

  .video-bg {
    display: block;
    position: relative;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
  }
}
@media (hover: none), (hover: on-demand) {
  .buttons a:hover {
    color: #f0c814;
  }
}

/*# sourceMappingURL=styles.css.map */
