/* Font Variables */
/* Theme Color Variables */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Poppins", "Helvetica", sans-serif;
  font-size: 16px;
  width: 100%;
}

.inner {
  width: 80%;
  max-width: 1800px;
  margin: 0 auto;
}

.center {
  margin: 0 auto;
}

.hero {
  background: linear-gradient(45deg, #7846FF, #2A99DE);
  height: 100vh;
  color: #FFFFFF;
}

.hero header {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero header svg {
  height: 75px;
  fill: #FFFFFF;
  margin: 0 20px;
}

.hero header .logo-text {
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.hero .hero-content {
  height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero .hero-content .hero-text {
  text-align: right;
}

.hero .hero-content .hero-text p.hero-intro {
  font-weight: 300;
  color: #DEDB2A;
  font-size: 1.5em;
  margin-bottom: 0;
}

.hero .hero-content .hero-text h1.hero-header {
  font-weight: 800;
  font-size: 7em;
  margin: 0;
  padding: 0;
}

.hero .hero-content .hero-text p.hero-subtext {
  float: right;
  max-width: 800px;
  font-weight: 300;
  font-size: 1.5em;
  margin-top: 20px;
}

.hero .hero-content .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 20px;
}

.hero .hero-content .hero-buttons .social svg {
  width: 30px;
  margin: 0 2.5px;
  fill: #FFFFFF;
}

.hero .hero-content .hero-buttons .hero-cta {
  margin-left: 10px;
}

.hero .hero-content .hero-buttons .hero-cta button {
  background: none;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: .7em;
}

.hero .hero-content .hero-buttons .hero-cta button:hover {
  background: #FFFFFF;
  color: #2A99DE;
}

.work {
  background-color: #FAFAFA;
  color: #333333;
}

.work .work-content {
  padding: 50px 0;
}

.work .work-content h1.work-header {
  font-size: 3em;
  font-weight: 800;
  color: #2A99DE;
  margin-bottom: 20px;
}

.work .work-content .alert-primary {
  background: linear-gradient(45deg, #7846FF, #2A99DE);
  color: #FFFFFF;
  font-weight: 300;
  font-size: 1.2em;
  border: 0;
  margin-bottom: 20px;
}

.work .work-content .alert-primary strong {
  font-weight: 800;
}

.work .work-content .work-grid .work-item {
  /*
                .project10 {
                    background: url('./images/Quote_Scream_MoviesMakePsychosCreative.png') no-repeat center center;
                }

                .project11 {
                    background: url('./images/Quote_Scream_MoviesMakePsychosCreative.png') no-repeat center center;
                }

                .project12 {
                    background: url('./images/Quote_Scream_MoviesMakePsychosCreative.png') no-repeat center center;
                }
                */
}

.work .work-content .work-grid .work-item .work-element {
  background-color: #2A99DE;
  margin: 10px;
  height: 400px;
  -webkit-box-shadow: 0 3px 6px rgba(51, 51, 51, 0.3);
          box-shadow: 0 3px 6px rgba(51, 51, 51, 0.3);
}

.work .work-content .work-grid .work-item .work-element:hover .work-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.work .work-content .work-grid .work-item .work-detail {
  display: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #7846FF, #2A99DE);
  opacity: .95;
  color: #FFFFFF;
  text-shadow: 0 3px 4px rgba(51, 51, 51, 0.8);
}

.work .work-content .work-grid .work-item .work-detail .detail-type {
  font-size: 2.5em;
  font-weight: 800;
  margin-bottom: 10px;
}

.work .work-content .work-grid .work-item .work-detail .detail-application {
  font-size: 1.3em;
  font-weight: 500;
}

.work .work-content .work-grid .work-item .project1 {
  background: url("./images/Minimal_MeanGirls_October3rd.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project2 {
  background: url("./images/Minimal_JurassicPark_ShavingCream.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project3 {
  background: url("./images/Minimal_BigHero6_Baymax.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project4 {
  background: url("./images/Minimal_Thor_Hammer.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project5 {
  background: url("./images/Quote_Dodgeball_5DsOfDodgeball.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project6 {
  background: url("./images/Quote_Scream_MoviesMakePsychosCreative.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project7 {
  background: url("./images/Quote_StepBrothers_WatchingCops.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project8 {
  background: url("./images/Quote_TheHungerGames_ThatIsMahogany.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project9 {
  background: url("./images/Minimal_ReadyPlayerOne_Keys.png") no-repeat center center;
}

.work .work-content .work-grid .work-item .project1, .work .work-content .work-grid .work-item .project2, .work .work-content .work-grid .work-item .project3, .work .work-content .work-grid .work-item .project4, .work .work-content .work-grid .work-item .project5, .work .work-content .work-grid .work-item .project6, .work .work-content .work-grid .work-item .project7, .work .work-content .work-grid .work-item .project8, .work .work-content .work-grid .work-item .project9, .work .work-content .work-grid .work-item .project10, .work .work-content .work-grid .work-item .project11, .work .work-content .work-grid .work-item .project12 {
  background-size: cover;
}

/* Modals */
.modal-title {
  font-size: 1em;
}

.modal-work {
  padding-top: 15px;
}

.modal-work .work-type {
  font-weight: 800;
}

footer {
  background: linear-gradient(45deg, #7846FF, #2A99DE);
  padding: 20px 0;
}

footer .footer-content {
  color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer-content .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .footer-content .footer-logo .footer-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
}

footer .footer-content .footer-logo .footer-meta .footer-name {
  font-size: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
}

footer .footer-content .footer-logo .footer-meta .footer-copy {
  font-size: .8em;
  font-weight: 300;
  text-transform: normal;
}

footer .footer-content .footer-logo svg {
  height: 50px;
  fill: #FFFFFF;
  margin-right: 10px;
}

footer .footer-content .footer-social svg {
  height: 30px;
  fill: #FFFFFF;
  margin-left: 10px;
}

footer .footer-content .footer-text {
  font-size: .8em;
  font-weight: 300;
  text-transform: normal;
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 1200px) {
  .hero .hero-content {
    height: 80vh;
  }
  .hero .hero-content .hero-text p.hero-intro {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .hero .hero-content .hero-text h1.hero-header {
    font-size: 4.5em;
  }
  .hero .hero-content .hero-text p.hero-subtext {
    max-width: 650px;
    font-size: 1.2em;
  }
}

@media (max-width: 800px) {
  .hero header svg {
    height: 50px;
    margin: 0 20px;
  }
  .hero header .logo-text {
    font-size: 22px;
  }
  .hero .hero-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .hero .hero-content .hero-text {
    text-align: center;
  }
  .hero .hero-content .hero-text p.hero-intro {
    font-size: 1em;
  }
  .hero .hero-content .hero-text h1.hero-header {
    font-size: 3em;
  }
  .hero .hero-content .hero-text p.hero-subtext {
    float: none;
    width: 100%;
    font-size: 1em;
  }
  .hero .hero-content .hero-buttons .social svg {
    margin: 0 5px;
  }
  .work .work-content h1.work-header {
    font-size: 1.5em;
  }
}

@media (max-width: 580px) {
  .hero .hero-content .hero-text h1.hero-header {
    font-size: 2em;
  }
  .hero .hero-content .hero-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
  }
  .hero .hero-content .hero-buttons .hero-cta {
    margin: 30px auto 0;
  }
  .work .work-content .work-grid .work-item .work-element {
    height: 300px;
  }
  footer .footer-content {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
  }
  footer .footer-content .footer-logo {
    margin-bottom: 30px;
  }
  footer .footer-content .footer-logo svg {
    height: 50px;
    fill: #FFFFFF;
    margin-right: 10px;
  }
  footer .footer-content .footer-logo span {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
  }
  footer .footer-content .footer-social svg {
    height: 30px;
    fill: #FFFFFF;
    margin-left: 10px;
  }
}
/*# sourceMappingURL=style.css.map */