@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: Gilroy;
  src: url('../fonts/3A68DD_1_0.woff2') format("woff2"), url('../fonts/3A68DD_1_0.eot') format("embedded-opentype"), url('../fonts/3A68DD_1_0.woff') format("woff"), url('../fonts/3A68DD_1_0.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-light-webfont.woff2') format('woff2'),
url('../gilroy-light-webfont.woff') format('woff');
    font-weight: 300; /* light */
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-regular-webfont.woff2') format('woff2'),
url('../gilroy-regular-webfont.woff') format('woff');
    font-weight: 400; /* light */
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-medium-webfont.woff2') format('woff2'),
url('../gilroy-medium-webfont.woff') format('woff');
    font-weight: 500; /* Medium */
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-bold-webfont.woff2') format('woff2'),
url('../gilroy-bold-webfont.woff') format('woff');
    font-weight: 600; /* bold */
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-extrabold-webfont.woff2') format('woff2'),
url('../gilroy-extrabold-webfont.woff') format('woff');
    font-weight: 700; /* extrabold */
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-black-webfont.woff2') format('woff2'),
url('../gilroy-black-webfont.woff') format('woff');
    font-weight: 800; /* extrabold */
    font-style: normal;
}

@font-face {
    font-family: 'gilroy';
    src: url('../fonts/gilroy-heavy-webfont.woff2') format('woff2'),
url('../gilroy-heavy-webfont.woff') format('woff');
    font-weight: 900; /* light */
    font-style: normal;
}

/* --- Reset & Variables --- */
:root {
    --dark-color: #111;
    --light-color: #f7;
	--main-color: #969698;
    --accent-color: #ca3838;
    --border-color: #f7;
	--main-font: "gilroy", sans-serif;
    --secondary-font: "freight-text-pro", serif;
    --spacing-unit: 1.5rem;
    --content-width: 56.25rem;
	--max-width: 100%;
	--madco: #111;
	--white: white;
	--indian-red: #c85046;
	--black: black;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {font-size: 16px;}

body {
    color: var(--main-color);
	font-family: var(--font-main);
	font-size: 1rem; /* 16px */
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

/* Typography */

.serif {font-family: var(secondary-font);}
.sans {font-family: var(--main-font);}

.fw300 {font-weight: 300 !important;}
.fw400 {font-weight: 400 !important;}
.fw500 {font-weight: 500 !important;}
.fw600 {font-weight: 600 !important;}
.fw700 {font-weight: 700 !important;}
.fw800 {font-weight: 800 !important;}
.fw900 {font-weight: 900 !important;}

.small {font-size: 0.6rem;}
.big {font-size: 1.5rem;}
.bigger {font-size: 2rem;}
.huge {font-size: 4rem; letter-spacing: -.125rem;}

.dark {background-color: var(--dark-color);}
.light {background-color: var(--light-color);}

.light p {color: var(--dark-color);}

strong {font-weight: 800;}

h3 {
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-size: 1em;
}

.full-page-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  min-height: 100vh;
  margin: 0;
  padding: 20px;
  display: flex;
}

.div-block {
  width: 92px;
  max-width: 800px;
}

.block-content {
  text-align: center;
  flex: 0 auto;
  order: 1;
  align-self: center;
  width: 100%;
  height: auto;
  line-height: 1;
}

.block-content.slim {
  width: 100%;
  max-width: 700px;
}

.block-content.wide {
  flex: 0 auto;
  order: 1;
  max-width: 1400px;
}

.delete {
  color: var(--madco);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 13px;
  font-size: 2em;
  font-weight: 300;
  line-height: 1.5;
}

.delete.freight {
  font-family: freight-text-pro, sans-serif;
}

.hero-paragraph {
  color: #999;
  font-family: Poppins, sans-serif;
  font-size: 1.25em;
}

.madco-logo-home {
  margin-bottom: 30px;
  transition: opacity .2s;
}

.bigger {
  font-size: 2.5rem;
  line-height: 1.25;
}

.big {
  margin-bottom: 30px;
  font-size: 1.5rem;
  line-height: 1.5;
}

.big.last {
  color: var(--madco);
  margin-bottom: 0;
}

.big.light {
  font-weight: 300;
}

.big.light.freight {
  font-family: freight-text-pro, sans-serif;
}

.coming-soon {
  color: #fff;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin: 0 0 15px;
  padding-bottom: 0;
  font-family: Josefin Sans, sans-serif;
  font-size: 7.25em;
  font-weight: 300;
  line-height: 1;
}

.button-dark, .submit-btn {
  border: 0px none var(--white);
  background-color: var(--madco);
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 30px;
  width: 100%;
  margin-top: 15px;
  padding: 15px 35px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.submit-btn, .button-dark {
	border-radius: 50px;
	margin-top: 15px;
	padding: 15px 35px;
	font-family: europa, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	display: block;
}

.button-light {
  border: 0px none var(--white);
  background-color: var(--white);
  color: #111;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 15px 20px;
  font-family: Lato, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
}

.button-light.full-width {
  width: 100%;
}


/* Contact Form */

.success-message { 
	display: none;
	text-align: center;
	border: none;
	font-size: 1.5rem;
}
#success:target .success-message { display: block; }
#success:target form { display: none; }

.hidden {display: none;}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.form-block {
  margin-top: 50px;
}

.form {
	display: grid;
	grid-template-columns: 1fr 1fr; /* Two equal columns */
	gap: 20px;
}

.form input, .form select, .form textarea {
	font-size: 1.2rem;
	color: var(--dark-color);
}

.form-label {
  text-align: center;
  text-transform: uppercase;
  font-family: Josefin Sans, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
}

.form-field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--madco);
  height: 40px;
  margin: 0 0 15px;
  padding: 15px 0 0 5px;
}

.form-field:active {
  background-color: #eee;
}

.form-field::placeholder {
  color: var(--madco);
}

.form-textarea {
  border-style: solid;
  border-width: 2px 0;
  border-color: var(--madco) black;
  height: auto;
  min-height: 150px;
  margin-bottom: 0;
  padding: 5px;
  font-size: 2em;
}

.form-dropdown {
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: var(--madco) black;
	height: auto;
	margin-bottom: 0;
	padding: 5px;
	font-size: 2em;
}

.form-textarea::placeholder {
  color: var(--madco);
}

.submit-btn, .form-dropdown, .form-textarea {grid-column: span 2;}

.slider {
  height: 100%;
}

.slide {
  background-image: url('../images/KOA-Business-Card-Die-Cut--Spot-UV.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/KOA-Dark-Gray-Hoodie.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.temp-nav {
  color: var(--white);
  border: 1px #000;
  padding-top: 0;
  font-weight: 700;
}

.nav-link {
  border-style: none none solid;
  border-width: 0 0 2px;
  border-color: black black var(--white);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  border-radius: 0;
  margin: 10px 30px 0;
  padding: 0 0 4px;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
}

.nav-link:hover {
  border-bottom-color: var(--indian-red);
  color: var(--indian-red);
}

.hr {
  border: 0px none var(--white);
  background-color: var(--white);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 2px;
  margin-top: auto;
  padding-top: 0;
  font-size: 2em;
  font-weight: 700;
  display: inline-block;
  position: static;
  overflow: visible;
}

.div-block-2 {
  background-color: var(--white);
  width: 160px;
  height: 4px;
  margin: 10px 0;
  display: inline-block;
}

.freight {
  font-family: freight-text-pro, sans-serif;
  font-weight: 300;
}

.freight.big {
  text-align: left;
}

.freight.big.normal {
  font-weight: 400;
}

.freight.big.light {
  margin: 0 0 15px;
}

.freight.biggest {
  margin-bottom: 50px;
  line-height: 1.25;
}

.slim {
  max-width: 800px;
}

.wide {
  max-width: 1200px;
}

.biggest {
  font-size: 3.5em;
  line-height: 1.25;
}

.white {
  color: var(--white);
}

.column {
  padding: 0 10px;
}

.columns, .column-2 {
  padding-left: 0;
  padding-right: 0;
}

.column-2.comfortable {
  padding-left: 20px;
  padding-right: 20px;
}

.comfortable {
  padding: 0 40px;
}

.slide-3 {
  background-image: url('../images/LSM-Business-Cards.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/KOA-Wood-Logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.small {
  text-align: center;
  max-width: 418px;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  display: inline-block;
}

.deliverables {
  text-align: left;
  font-size: 1.65em;
  line-height: 1.3;
}

.slider-section {
  height: 100vh;
  min-height: 100vh;
}

.success-message {
  border: 4px solid var(--madco);
  color: var(--madco);
  background-color: #0000;
  font-family: freight-text-pro, sans-serif;
  font-size: 2.2em;
  font-style: italic;
  font-weight: 700;
}

.success-message.big.freight.center {
  color: var(--madco);
  text-align: center;
}

.error-message {
  color: red;
  background-color: #0000;
  border: 4px solid red;
  font-family: freight-text-pro, sans-serif;
  font-size: 2.2em;
  font-style: italic;
  font-weight: 700;
}

.slide-6 {
  background-image: url('../images/sitcom_soldiers-business-cards-01.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/sitcom_soldiers-treatment.jpg');
  background-position: 50%;
  background-size: cover;
}

.dropdown {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .full-page-section {
    padding: 100px 20px;
  }

  .slide, .slide-2, .slide-3, .slide-5 {
    background-size: cover;
  }

  .slider-section {
    height: 100vh;
    min-height: 100vh;
  }
}

@media screen and (max-width: 767px) {
  .full-page-section {
    height: auto;
    padding: 100px 20px;
  }

  .full-page-section.dark {
    padding: 100px 20px;
  }

  .bigger.freight {
    font-size: 2.5em;
  }

  .slider {
    height: 400px;
  }

  .slide, .slide-2, .slide-3, .slide-5 {
    background-size: cover;
  }

  .slider-section {
    height: auto;
    min-height: auto;
  }

  .dark {
    background-color: var(--madco);
  }
}

@media screen and (max-width: 479px) {
  .full-page-section {
    height: auto;
    min-height: 100vh;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full-page-section.dark {
    min-height: 100vh;
  }

  .form-field {
    width: 100%;
  }

  .form-field.left {
    width: 100%;
    margin-right: 0%;
  }

  .form-field.left.freight {
    width: 100%;
  }

  .slide-5 {
    background-size: cover;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/3A68DD_1_0.woff2') format('woff2'), url('../fonts/3A68DD_1_0.eot') format('embedded-opentype'), url('../fonts/3A68DD_1_0.woff') format('woff'), url('../fonts/3A68DD_1_0.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}