@font-face {
  font-family: 'Spacebit';
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/spacebit-webfont.woff2") format("woff2"), url("../fonts/spacebit-webfont.woff") format("woff");
}

body {
  font-weight: 100;
  font-family: "Montserrat";
}

html {
  font-size: 16px;
  color: #211c19;
  scroll-behavior: smooth;
}

.brown {
  color: #54453f;
}

.tan {
  color: #ccbead;
}

.orange {
  color: #f45d20;
}

.lime-green {
  color: #b5e050;
}

.dark-blue {
  color: #132f75;
}

.white {
  color: #fff;
}

.italic {
  font-style: italic;
  font-weight: 300;
}

.medium {
  font-weight: 700;
}

.bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.center {
  text-align: center;
}

.letter-spacing {
  letter-spacing: -3px;
}

.margin-bottom {
  margin-bottom: 20px;
}

.margin-top {
  margin-top: 25px;
}

section, .content {
  padding: 0;
}

.pb-2 {
  padding: 0 !important;
}

@media screen and (max-width: 1024px) {
  nav.main-nav ul {
    text-align: right;
    line-height: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  body.nav-open nav.main-nav ul li.nav-trigger:after {
    content: ' ×';
    position: absolute;
    top: .93em;
    right: .5em;
  }
}

h1, h2, h3, a.thumb .caption .title, h4, a.thumb .caption .tag, h5, h6 {
  font-family: "Montserrat";
  margin: .5rem 0;
}

h1 a, h2 a, h3 a, a.thumb .caption .title a, h4 a, a.thumb .caption .tag a, h5 a, h6 a, p a, .list li a, .btn a {
  text-decoration: none;
  color: #f45d20;
  border-bottom: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, a.thumb .caption .title a:hover, h4 a:hover, a.thumb .caption .tag a:hover, h5 a:hover, h6 a:hover, p a:hover, .list li a:hover, .btn a:hover {
  opacity: .5;
}

h2 {
  color: #211c19;
}

a.buttons:link, a.buttons:visited {
  font-family: "Montserrat", sans serif;
  font-size: 1.3em;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  color: #f45d20;
  border: 2px solid #ccbdad;
  padding: 20px 60px;
  margin: 20px 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s cursor:pointer;
}

a.buttons:hover, a.buttons:active {
  background: #ccbdad;
  color: color: #f45d20;
}

@media screen and (max-width: 480px) {
  a.buttons:link, a.buttons:visited {
    font-size: 1em;
    padding: 15px 30px;
  }
}

header.main-header {
  line-height: 3rem;
}

body.scrolled:not(.nav-open) header.main-header {
  line-height: 2.5rem;
}

.main-nav {
  font-family: "Montserrat";
  font-weight: 900;
}

header.main-header .brand {
  font-family: 'Spacebit';
  font-size: 2rem;
  height: 3.5rem;
  display: block;
  float: left;
}

header.main-header a {
  color: #211c19;
  font-weight: 800;
}

header.main-header a:hover {
  color: #f45d20;
}

header.main-header .brand-icon {
  display: none;
}

.brand-icon-svg {
  width: 45%;
}

.hero {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

section.hero>.container {
  max-width: 1000px;
}

hr.dashed {
  margin: 40px 0;
  border: 0;
  border-bottom: dashed 4px #ccbead;
}

@media screen and (max-width: 640px) {
  hr.dashed {
    margin: 20px 0;
  }
}

@media screen and (max-width: 580px) {
  header.main-header .brand-icon {
    display: table;
    margin-top: 1em;
  }

  header.main-header .brand-icon img {
    width: 65%;
    height: auto;
  }

  .brand-icon img {
    margin-top: 1em;
  }

  header.main-header .brand {
    display: none;
  }
}

/* Feature Voxel */
.feature {
  background-color: #8c6d41;
  padding: 0;
}

.feature-caveman {
  overflow: hidden;
  margin-left: 30%;
}

@media screen and (min-width: 1401px)and (max-width:3500px) {
  .feature {
    background-position: 70%, 50%;
  }
}

@media screen and (max-width: 1400px) {
  .feature {
    background-position: 20%, 50%;
  }
}

@media screen and (max-width: 1024px) {
  .feature {
    background-position: 20%, 50%;
  }
}

@media screen and (max-width: 640px) {
  .feature {
    background-position: 30%, 50%;
  }
}

@media screen and (max-width: 480px) {
  header.main-header .brand {
    font-size: 1.2rem;
    padding-top: 5px;
  }

  .feature {
    background-position: 30%, 50%;
  }

  .feature-caveman {
    margin-left: 10%;
  }

  .gallery-1, .gallery-2 {
    pointer-events: none;
  }
}

/* Feature 2 Voxel */
.feature-2 {
  background: url(../img/feature-2.png) repeat, #303438;
  background-size: 15%;
  padding: 0;
}

.feature-t-4000 {
  overflow: hidden;
  margin-left: 27%;
}

@media screen and (min-width: 2401px)and (max-width:2800px) {
  .feature-2 {
    background-position: 17%, 50%;
  }
}

@media screen and (max-width: 2400px) {
  .feature-t-4000 {
    margin-left: 20%;
  }
}

@media screen and (max-width: 2020px) {
  .feature-t-4000 {
    margin-left: 10%;
  }
}

@media screen and (max-width: 1400px) {
  .feature-t-4000 {
    margin-left: 0%;
  }
}

@media screen and (max-width: 1024px) {
  .feature-2 {
    background-size: 20%;
  }

  .feature-t-4000 {
    margin-left: 5%;
  }
}

/* Feature 3 Voxel */
.feature-3 {
  background-color: #1d1f22;
  padding: 0;
}

.feature-rambo {
  overflow: hidden;
  margin-left: 22%;
}

@media screen and (min-width: 2401px)and (max-width:2300px) {
  .feature-3{
    background-position: 17%, 50%;
  }
}
@media screen and (max-width: 2500px) {
  .feature-rambo {
  margin-left: 15%;
  }
}
@media screen and (max-width: 2020px) {
  .feature-rambo {
    margin-left: 5%;
  }
}
@media screen and (max-width: 1400px) {
  .feature-rambo {
    margin-left: 0%;
  }
}
@media screen and (max-width: 1024px) {

  .feature-rambo {
    margin-left: 0%;
  }
}

/* Feature 4 Voxel */
.feature-4 {
  background: url(../img/feature-4.jpg) no-repeat;
  background-position: 10% center;
  background-size: cover;
  padding: 0;
}

.feature-underworld {
  overflow: hidden;
  /* margin-left: 10%; */
  padding: 5% 0;
}

/* Callout Section */
.callout {
  background: url(../img/callout.png) repeat, #391507;
  padding: 8em 2rem !important;
}

.callout h2 {
  font-size: 4rem;
  font-weight: 400;
  color: #f45d20;
}

@media screen and (max-width: 480px) {
  .callout {
    padding: 3em 2rem !important;
  }

  .callout h2 {
    font-size: 2.5rem;
  }
}

.callout h3 {
  /* font-size: 30px; */
  font-weight: 500;
  color: #fff;
  text-transform: lowercase;
  padding: 10px 0 0 0;
}

.callout p {
  color: #fff;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2em;
  margin: .5em;
}

/* Models Section */
.sl-wrapper .sl-image .sl-caption {
  display: none;
  padding: 10px;
  color: #fff;
  background: transparent;
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  bottom: .6em;
  left: 1em;
  right: 0;
}

@media screen and (max-width: 1350px) {
  .sl-wrapper .sl-image .sl-caption {
    font-size: 1.5rem;
    font-weight: 400;
    bottom: .6em;
    left: 1em;
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
  .sl-wrapper .sl-image .sl-caption {
    font-size: 1rem;
    bottom: .4em;
    left: .6em;
    right: 0;
  }
}

@media screen and (max-width: 780px) {
  .sl-wrapper .sl-image .sl-caption {
    font-size: 1.2rem;
  }
}

.container-gallery {
  width: 100%;
  margin: 0 auto;
}

.gallery {
  display: flex;
  flex-flow: row wrap;
}

.container-gallery .gallery-1 a img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container-gallery .gallery-2 a img {
  float: left;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

@media screen and (max-width: 480px) {
  .gallery {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .content img {
    margin-bottom: 0;
  }
}

.clear {
  clear: both;
}

/* Superhero Section */
.superhero-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.superhero-content-left {
  background: url(../img/superhero_text_background.jpg) no-repeat;
  background-size: cover;
  flex: 50%;
  display: flex;
  align-items: center;
}

.superhero-container {
  width: 65%;
  margin: 8% auto;
}

@media screen and (max-width: 2260px) {
  img.superhero-logos {
    min-width: 45%;
    max-width: 45%;
  }
}

.superhero-content-left p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

.superhero-content-right {
  background-color: #c5ad78;
  width: 100%;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.superhero-content-right img {
  min-width: 125%;
  max-width: 100%;
  height: auto;
  margin: auto 0;
}

@media screen and (max-width: 1480px) {
  .superhero-content-left, .superhero-content-right {
    flex: 100%;
  }

  .superhero-content-right img {
    max-width: 75%;
  }
}

/* Monster Section */
.monster-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.monster-content-right {
  background-color: #1a1513;
  flex: 50%;
  display: flex;
  align-items: center;
}

.monster-container {
  width: 65%;
  margin: 8% auto;
}

.monster-content-right p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

.monster-content-left {
  background-color: #5b5245;
  width: 100%;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.monster-content-left img {
  min-width: 130%;
  max-width: 100%;
  height: auto;
  margin-left: 20%;
}

@media screen and (max-width: 1480px) {
  .monster-content-left, .monster-content-right {
    flex: 85%;
  }

  .monster-content-left img {
    max-width: 75%;
  }
}
@media screen and (max-width: 640px) {
  .superhero-content-left p, .monster-content-right p, .callout p, .about-content-left p, .slasher-content-left p {
    font-size: 1rem;
    line-height: 2rem;
  }

  .superhero-container, .monster-container {
    width: 75%;
    margin: 8% auto;
  }
}

/* Slasher Section */
.slasher-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.slasher-content-left {
  background: url(../img/slasher_text_background.jpg) no-repeat center;
  background-size: cover;
  background-color: #162b3e;
  flex: 50%;
  display: flex;
  align-items: center;
}

.slasher-container {
  width: 65%;
  margin: 8% auto;
}

.slasher-content-left p {
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
}

.slasher-content-right {
  background-color: #8b8465;
  width: 100%;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.slasher-content-right img {
  min-width: 125%;
  max-width: 100%;
  height: auto;
  margin: auto 0;
  padding-left: 10%;
}

@media screen and (max-width: 1480px) {
  .slasher-content-left, .slasher-content-right {
    flex: 100%;
  }

  .slasher_img-content-right img {
    max-width: 75%;
  }
}
@media screen and (max-width: 640px) {
   .slasher-content-left p {
    font-size: 1rem;
    line-height: 2rem;
  }

  .slasher-container {
    width: 75%;
    margin: 8% auto;
  }
}

/* Robot Section */
.extra {
  display: none;
}

@media screen and (max-width: 1024px) {
  .extra {
    display: inline;
  }
}

/* About Section */
.content-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.about-content-left {
  flex: 55%;
  display: flex;
  align-items: center;
}

.about-container {
  width: 75%;
  margin: 10% 0% 10% 20%;
}

.about-container h2 {
  font-weight: 300;
}

.about-content-left p {
  text-align: left;
  color: #211c19;
  font-size: 1.3rem;
  line-height: 2.5rem;
}

.about-svg {
  width: 25%;
}

.office-content-right {
  flex: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

@media screen and (max-width: 1650px) {
  .about-content-left, .about-content-right {
    flex: 100%;
  }

  .about-svg {
    width: 25%
  }

  .about-container, .contact-container {
    margin: 4% auto;
  }
}
@media screen and (max-width: 640px) {
  .about-container, .contact-container {
    width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .about-container img {
    width: 45%;
    margin-top: 2em;
  }

  .about-content-left p {
    font-size: 1rem;
    line-height: 2rem;
  }

  .overflow {
    overflow: hidden;
  }

  .overflow img {
    min-width: 130%;
    margin-left: -3.5em;
  }
}

/* Contanct Section */
.contact-content-wrapper {
  display: flex;
  flex-flow: row wrap;
  background-color: #f7f6f4;
}

.contact-content {
  width: 100%;
  flex: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.contact-container {
  width: 40%;
  margin: 5% auto;
}

.contact-content p {
  text-align: left;
  color: #211c19;
  font-size: 1.2rem;
}

.contact-container h2 {
  font-weight: 300;
  font-size: 2.3em;
}

.contact-container h3 {
  margin-bottom: -3em;
}

.pt-4 {
  padding-top: 2rem !important;
}

.connect-form input, .connect-form textarea {
  background-color: transparent;
  border: 2px #ccbdad solid;
  padding: 1rem;
  font-family: "Montserrat";
  font-size: 1.3em;
}

.connect-form input:focus, .connect-form textarea:focus {
  background-color: rgba(204, 189, 173, .1) !important;
}

.connect-form textarea {
  width: 100% !important;
  max-height: 300px;
  height: 9em;
}

::placeholder {
  color: #ccbdad;
}

.submit {
  border: 0;
  margin: 10px 0 0;
  cursor: pointer;
  background-color: transparent;
  border: 2px #ccbdad solid;
  color: #f45d20;
  font-family: "Montserrat";
  font-weight: 600;
  font-size: 1.3em;
  padding: 15px 75px;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.submit:hover {
  background: #ccbdad;
  color: color: #f45d20;
}

label.error {
  color: #b71906;
  font-weight: 700;
  padding: 0;
  position: absolute;
  margin-top: -20px;
  text-transform: uppercase;
}

@media screen and (max-width: 780px) {
  div[class^=grid-] div[class^=col-], .grid div[class^=col-] {
    box-sizing: border-box;
    padding-right: 0;
  }

  .submit {
    width: 100%;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 640px) {
  .contact-container {
    width: 85%;
  }
}

@media screen and (max-width: 480px) {
  .connect-form input, .connect-form textarea {
    padding: 1rem;
    font-size: 1em;
    margin: 10px 0;
  }

  .connect-form>.pt-4 {
    padding: 0 !important;
  }

  .submit {
    font-size: 1.2em;
  }
}

.background-color {
  background-color: #211c19;
}

.success-container {
  margin: 100px 50px;
}

.success-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success {
  text-align: center;
  word-break: break-word;
}

.success h2 {
  color: #fff;
}

.success>p {
  margin-bottom: 0;
  font-size: 22px;
  color: #fff;
}

.success-wrapper img {
  max-width: 85%;
}

.success a {
  color: #8fc8e1;
  text-decoration: none;
}

.margin {
  margin: 50px;
}

@media only screen and (min-width:320px) and (max-width:680px) {
  .success-wrapper {
    margin: 20px 0 0 0;
  }

  div.success.margin {
    display: none;
  }

  .success-wrapper img {
    display: none;
  }
}

/* Footer Section */
footer {
  background-color: #54453f;
}

footer .brand {
  font-family: 'Spacebit';
  font-size: 2rem;
  display: block;
}

footer a {
  text-decoration: none;
}

footer p {
  color: #fff;
  font-size: .8rem;
}

.social-icons ul {
  list-style-type: none;
  float: right;
}

.social-icons ul li {
  float: left;
  margin: 0 10px;
  text-indent: -9999px
}

.social-icons ul li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: url(../img/social-icons.png) no-repeat scroll 0 0 #fff;
}

.social-icons ul li.linked-link a, .social-icons ul li.vimeo-link a, .social-icons ul li.coroflot-link a, .social-icons ul li.pinterest-link a, .social-icons ul li.dribbble-link a {
  background-color: transparent;
  transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.linked-link a {
  background-position: -44px -1px
}

.social-icons ul li.linked-link a:hover {
  background-color: #3483c7;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.vimeo-link a {
  background-position: -95px 0
}

.social-icons ul li.vimeo-link a:hover {
  background-color: #4bb7e7;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.coroflot-link a {
  background-position: 3px 0
}

.social-icons ul li.coroflot-link a:hover {
  background-color: #d84115;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.pinterest-link a {
  background-position: -140px 0
}

.social-icons ul li.pinterest-link a:hover {
  background-color: #E60223;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

.social-icons ul li.dribbble-link a {
  background-position: -190px 0
}

.social-icons ul li.dribbble-link a:hover {
  background-color: #e34a85;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out
}

@media screen and (max-width: 780px) {
  footer .brand, footer p {
    text-align: center;
  }

  footer div[class^=grid-] .col-6, .grid .col-6 {
    width: 100%;
  }

  .social-icons ul {
    float: left;
    padding-left: 0;
  }

  .social-icons ul li {
    margin: 0 5px;
  }

  .social-icons {
    display: table;
    margin: 0 auto;
  }
}
