/* Google Fonts - Mulish */
/* Extra Light */
@font-face {
  font-family: "Mulish";
  font-weight: 200;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-ExtraLight.ttf") format("truetype");
}
/* Extra Light Italic*/
@font-face {
  font-family: "Mulish";
  font-weight: 200;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-ExtraLightItalic.ttf") format("truetype");
}
/* Light */
@font-face {
  font-family: "Mulish";
  font-weight: 300;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-Light.ttf") format("truetype");
}
/* Light Italic */
@font-face {
  font-family: "Mulish";
  font-weight: 300;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-LightItalic.ttf") format("truetype");
}
/* Regular */
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-Regular.ttf") format("truetype");
}
/* Regular Italic */
@font-face {
  font-family: "Mulish";
  font-weight: 400;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-Italic.ttf") format("truetype");
}
/* Medium */
@font-face {
  font-family: "Mulish";
  font-weight: 500;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-Medium.ttf") format("truetype");
}
/* Medium Italic*/
@font-face {
  font-family: "Mulish";
  font-weight: 500;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-MediumItalic.ttf") format("truetype");
}
/* Semi Bold */
@font-face {
  font-family: "Mulish";
  font-weight: 600;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-SemiBold.ttf") format("truetype");
}
/* Semi Bold Italic */
@font-face {
  font-family: "Mulish";
  font-weight: 600;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-SemiBoldItalic.ttf") format("truetype");
}
/* Bold */
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-Bold.ttf") format("truetype");
}
/* Bold Italic */
@font-face {
  font-family: "Mulish";
  font-weight: 700;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-BoldItalic.ttf") format("truetype");
}
/* Extra Bold */
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-ExtraBold.ttf") format("truetype");
}
/* Extra Bold Italic */
@font-face {
  font-family: "Mulish";
  font-weight: 800;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-ExtraBoldItalic.ttf") format("truetype");
}
/* Black */
@font-face {
  font-family: "Mulish";
  font-weight: 900;
  font-style: normal;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-Black.ttf") format("truetype");
}
/* Black Italic */
@font-face {
  font-family: "Mulish";
  font-weight: 900;
  font-style: italic;
  src: local("Mulish"), url("../fonts/Mulish/static/Mulish-BlackItalic.ttf") format("truetype");
}
html * {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Avenir", "AvenirLT", "Mulish", Arial, sans-serif;
  font-weight: 400;
  background: #000000;
}
body img {
  display: block;
  max-width: 100%;
}

header {
  background: #000000;
  color: #ffffff;
  padding: 50px 20px 20px 20px;
}
header img {
  display: block;
  max-height: 65px;
}
header ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0 0 40px 0;
}
header ul li {
  display: block;
  font-size: 26px;
  padding: 0 10px;
}
header ul li a {
  display: block;
  padding: 5px 15px;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.25s background, 0.25s color;
}
header ul li a:hover {
  background: #ffffff;
  color: #000000;
}
header ul li.img {
  padding: 0 40px;
}
header ul li.img a {
  padding: 0;
}
header ul li.img a:hover {
  background: transparent;
}

main, footer {
  background: #000000;
  color: #ffffff;
}

aside {
  background: #000000;
  color: #ffffff;
}

footer {
  padding: 100px 20px 20px 20px;
}
footer .contain {
  display: flex;
  align-items: center;
}
footer img {
  display: block;
}

h1 {
  font-weight: 800;
  font-size: clamp(24px, 5vw, 48px);
  text-align: center;
}
h1.giant {
  font-size: clamp(38px, 6.5vw, 72px);
  margin: 1em 0 1rem 0;
}

.top_img video {
  max-width: 100%;
}

.top_img img {
  margin: 0 auto;
}

.more-info,
.form {
  max-width: 480px;
  padding: 0 20px 0 20px;
  margin: 0 auto;
}

.more-info {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 800;
}
.more-info span {
  color: #CDD31E;
}

input,
.form {
  font-size: clamp(20px, 2.75vw, 30px);
  font-weight: 500;
}

.form {
  padding-top: 30px;
}
.form small {
  font-size: 60%;
  font-weight: 300;
  font-style: italic;
}

.input_wrapper {
  display: block;
  position: relative;
}

.input_wrapper_text {
  padding-top: 20px;
}
.input_wrapper_text label,
.input_wrapper_text input[type=text] {
  padding: 7px 7px 2px 7px;
  width: 100%;
}

.input_wrapper_check {
  display: block;
  position: relative;
  padding: 10px 0 10px 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input_wrapper_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.input_wrapper_check label {
  display: flex;
  align-content: center;
  align-items: center;
  cursor: pointer;
}

input[type=radio] ~ .box {
  position: absolute;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: transparent;
  border: 2px solid #ffffff;
  display: block;
}

/* On mouse-over, add a grey background color */
.input_wrapper_check:hover input ~ .box {
  border-color: #CDD31E;
  background: rgba(255, 255, 255, 0.1);
}

/* When the radio button is checked, add a blue background */
.input_wrapper_check input:checked ~ .box {
  border-color: #CDD31E;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.box:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.input_wrapper_check input:checked ~ .box:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.input_wrapper_check .box:after {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
  background: #CDD31E;
}

input[type=text] {
  border: 0;
  color: #ffffff;
  background: transparent;
  border-bottom: 2px solid #ffffff;
}
input[type=text]:focus {
  outline: none;
}
input[type=text]:focus, input[type=text]:hover {
  border-color: #CDD31E;
  background: rgba(255, 255, 255, 0.1);
}
input[type=text]:focus, input[type=text]:not(:placeholder-shown) {
  background: rgba(255, 255, 255, 0.1);
}
input[type=text]:focus + label, input[type=text]:not(:placeholder-shown) + label {
  font-size: 12px;
  padding-top: 0;
  top: 0;
}
input[type=text] ~ label {
  font-weight: 300;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
  pointer-events: none;
  transition: 0.25s top, 0.25s padding, 0.25s font-size;
}

input[type=submit],
input[type=button],
button {
  padding: 10px 20px;
  background: #CDD31E;
  color: #000000;
  border: 2px solid #CDD31E;
  cursor: pointer;
  transition: 0.25s background, 0.25s color;
  font-size: clamp(16px, 2.25vw, 24px);
}
input[type=submit]:hover,
input[type=button]:hover,
button:hover {
  background: #000000;
  color: #CDD31E;
}

.callout {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

h1 span {
  background-image: linear-gradient(to right, transparent 50%, #F2AFB0 50%);
  background-origin: 0;
  background-size: 200% 40%;
  background-repeat: repeat-x;
  background-position: -100% 100%;
}

.work-header {
  padding: 100px 0 20px 0;
}

.footer-nav {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
}
.footer-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 0 0 0 20px;
  font-size: 24px;
}
.footer-nav li:first-child {
  padding: 0;
}
.footer-nav li.icon a {
  display: flex;
}
.footer-nav li.end {
  flex-grow: 1;
  text-align: right;
}
.footer-nav li a {
  color: #ffffff;
  text-decoration: none;
  padding: 10px;
}
.footer-nav li a img {
  display: inline-block;
  max-height: 30px;
  max-width: 100%;
}
.footer-nav li a:hover {
  color: #CDD31E;
  text-decoration: underline;
}

.contain {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Specific colors for work */
/* tablet */
@media (max-width: 960px) {
  header img {
    max-height: 50px;
  }

  header ul li {
    font-size: 18px;
  }

  .work-header {
    padding: 20px 0;
  }
  .work-header .view-work {
    display: none;
  }
  .work-header .work-info {
    padding: 0 20px;
    font-size: 16px;
  }

  .project-nav .project_title {
    font-size: 24px;
  }

  footer #footer-logo {
    height: 61px;
  }

  .footer-nav {
    padding: 0 10px;
  }
  .footer-nav li {
    font-size: clamp(14px, 4vw, 16px);
  }
  .footer-nav li a {
    font-weight: 400;
  }
  .footer-nav li.icon a {
    padding: 0;
  }
}
@media (max-width: 768px) {
  header ul li {
    font-size: 18px;
  }
  header ul li:not(.img) {
    display: none;
  }

  .footer-nav {
    padding: 20px 0;
    justify-content: center;
  }
  .footer-nav li.end {
    width: 100%;
    padding: 40px 0 20px 0;
    text-align: center;
  }

  .desktop-only {
    display: none;
  }
}
/* Mobile */
@media (max-width: 550px) {
  .project-nav {
    flex-wrap: wrap;
  }
}
@media (min-width: 767px) {
  .mobile-only {
    display: none;
  }
}

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