@import url("https://fonts.googleapis.com/css?family=Odibee+Sans&display=swap|Sacramento");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gallery, .columns, .menu, #imageEvoque,
#imageStore,
#imageAustin,
#imageDreamer,
#imageFlyer,
#imageExodus,
#imageTerraForma,
#imageFeralBlack,
#imageFeralWhite,
#imageBody,
#imageMobile,
#imageSpecialist,
#imageSpecialistBlack, h3.signature, h1 {
  display: flex;
}

h3.title, #footer-title,
#footer-copy, .work-links, .contact {
  text-align: center;
}

#imageEvoque,
#imageStore,
#imageAustin,
#imageDreamer,
#imageFlyer,
#imageExodus,
#imageTerraForma,
#imageFeralBlack,
#imageFeralWhite,
#imageBody,
#imageMobile,
#imageSpecialist,
#imageSpecialistBlack {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

#imageEvoque,
#imageStore,
#imageAustin,
#imageDreamer,
#imageFlyer,
#imageExodus,
#imageTerraForma,
#imageFeralBlack,
#imageFeralWhite,
#imageBody,
#imageMobile,
#imageSpecialist,
#imageSpecialistBlack, h3.signature, h1 {
  align-items: center;
  justify-content: center;
}

.landing-content, .content-section, .about-me, .content-block, .case-study, .hamburger span::before,
.hamburger span::after, .hamburger span, .hamburger {
  display: block;
  margin: 0 auto;
}

.contact-footer {
  font-size: 1.2em;
  padding-top: 6.3em;
}

.landing-footer {
  font-family: "Odibee Sans", cursive;
  font-size: 2em;
  padding-top: 5.3em;
}

.work-links {
  color: #000000;
  font-family: "Odibee Sans", cursive;
  font-size: 2em;
  margin: 2em;
}
.work-links a {
  color: #000000;
}
.work-links a:hover {
  color: #E71D36;
}

#nav-title {
  width: 100px;
  position: fixed;
  color: #000000;
  font-family: "Odibee Sans", cursive;
  font-size: 2em;
  padding: 2em;
  right: 50px;
}

#nav-title a {
  color: #000000;
}
#nav-title a:hover {
  color: #FFFFFF;
}

#footer {
  font-size: 1.5em;
  padding-top: 1em;
}

#footer a:hover {
  color: #FFFFFF;
}

#footer-title,
#footer-copy {
  color: #000000;
  font-family: "Odibee Sans", cursive;
  font-size: 1em;
  margin-top: 1em;
  padding: 1em;
}

#footer-copy {
  color: #000000;
}

header {
  position: absolute;
  width: 100vw;
  left: 0;
  z-index: 100;
}
header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 42px;
  background-color: transparent;
}

.nav [type=checkbox] {
  display: none;
}

.list-none {
  list-style: none;
}

.floating-li > li {
  display: inline-block;
}

.hamburger {
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 2;
  overflow: hidden;
  padding: 0;
  width: 42px;
  height: 42px;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
  transition: background 0.3s;
}

.hamburger span {
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  height: 2px;
  background: #000000;
}

.hamburger span::before,
.hamburger span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000000;
  content: "";
}

.hamburger span::before {
  top: -6px;
}

.hamburger span::after {
  bottom: -6px;
}

/** Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
* down to center and transform into an "x". */
.hamburger--htx {
  background-color: transparent;
}

.hamburger--htx span {
  transition: background 0s 0.3s;
}

.hamburger--htx span::before,
.hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}

.hamburger--htx span::before {
  transition-property: top, transform;
}

.hamburger--htx span::after {
  transition-property: bottom, transform;
}

/* active state, i.e. menu open */
[type=checkbox]:checked ~ label {
  background-color: rgba(0, 0, 0, 0);
}
[type=checkbox]:checked ~ label span {
  background: none;
}

[type=checkbox]:checked ~ label span::before {
  top: 0;
  transform: rotate(45deg);
}

[type=checkbox]:checked ~ label span::after {
  bottom: 0;
  transform: rotate(-45deg);
}

[type=checkbox]:checked ~ label span::before,
[type=checkbox]:checked ~ label span::after {
  transition-delay: 0.3s, 0.3s;
}

.nav {
  display: block;
}

.menu {
  align-items: right;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
  width: 100%;
  background: #fff;
  position: relative;
  margin: 0;
  padding: 0 42px;
  transform: scale(1, 0);
  transform-origin: top center;
  transition: transform 0.65s;
  opacity: 95%;
}

.menu a {
  font-size: 3em;
  color: #000000;
}
.menu a:hover {
  color: #E71D36;
}

.menu li {
  padding: 2em;
  height: 42px;
  line-height: 42px;
  text-align: right;
  font-family: "Odibee Sans", cursive;
  opacity: 0;
  transition: opacity 0.3s;
}
.menu li:first-child {
  margin-top: 42px;
}

.menu li:last-child {
  border-bottom: none;
}

[type=checkbox]:checked ~ label ~ .menu {
  transform: scale(1);
  animation-name: slide-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

[type=checkbox]:checked ~ label ~ .menu li {
  opacity: 1;
  transition-delay: 1.05s;
  transition-delay: 0.75s;
}

@media (min-width: 700px) {
  .article {
    column-count: 2;
    column-gap: 4%;
  }
}
@media (min-width: 1000px) {
  .article {
    column-count: 3;
    column-gap: 1%;
  }
}
@keyframes slide-down {
  0% {
    transform: scale(1, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes imitate-video {
  0%, 100% {
    transform: scale(1) translate(-50%, -50%);
  }
  40% {
    transform: scale(1.05) translate(-50.5%, -49.75%);
  }
  60% {
    transform: scale(1.09) translate(-48%, -48%);
  }
}
@keyframes slide-title-in {
  0% {
    opacity: 0;
    transform: translateY(50vh);
  }
  50% {
    opacity: 0;
    transform: translateY(50vh);
  }
  80% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.case-study {
  width: 55%;
  height: 100%;
}

.content-block {
  font-size: 1em;
  width: 350px;
}

.fscreen {
  margin-bottom: 3em;
}

.margin {
  margin-bottom: 1em;
}

.objective {
  color: #000000;
  font-size: 3em;
}

.fullscreen-bg {
  opacity: 60%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

.fullscreen-bg__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: auto;
    height: 100%;
  }
}
body {
  background-color: #fbf9f4;
  width: 100%;
}

h1 a {
  color: #000000;
}
h1 a:hover {
  color: #FFFFFF;
}

h2 {
  font-family: "Odibee Sans", cursive;
  font-size: 2em;
  padding: 1em;
}

h2 a {
  color: #000000;
  text-decoration: underline;
}
h2 a:hover {
  color: #FFFFFF;
}

h3 {
  font-family: "Odibee Sans", cursive;
  font-size: 1.8em;
  padding: 2em;
}

h3.signature {
  font-size: 2em;
}

h3.title {
  padding: 0.5em;
}

h4 {
  color: #000000;
  font-size: 4em;
  font-family: "Odibee Sans", cursive;
  padding: 1em;
}

p {
  padding: 1.5em;
}

.about-me {
  font-size: 1.7em;
}

.bold {
  color: #c37175;
}

.cursive {
  font-family: "Great Vibes", cursive;
  font-size: 1.8em;
}

.underline {
  font-weight: bold;
  text-decoration: underline;
}

.content-section {
  position: relative;
  min-height: 100vh;
  padding: 2em 1em;
  animation: slide-title-in 2000ms 1 alternate forwards;
  -webkit-animation: slide-title-in 2000ms 1 alternate forwards;
}

.hello {
  width: 13em;
  padding-left: 1em;
}

.grow {
  width: 10%;
  transition: all 0.2s ease-in-out;
}
.grow:hover {
  transform: scale(1.1);
}

.image {
  width: 90%;
}

.label a {
  color: #000000;
}
.label h3 {
  color: #000000;
}

.landing-content {
  border: 5px solid #000000;
  width: 690px;
  height: 690px;
  padding-top: 1em;
}

.logo {
  padding-top: 6.3em;
  width: 10em;
}

.open {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  width: 300px;
}
.open:hover {
  transform: scale(1.1);
}

.plus-minus {
  padding: 1em;
}
.plus-minus li a {
  color: #000000;
  font-size: 2em;
}

.social {
  margin: 8px;
  width: 2em;
}

.vertical-text {
  width: 1em;
  transform: rotate(-50deg);
}

.column {
  width: 200px;
  border: 5px solid #000000;
  background: #000000;
  flex: 0.2;
}

.mainColumn {
  flex: 2;
}

.box {
  width: 25%;
  height: 500px;
  flex-grow: 1;
}
.box:hover {
  -webkit-filter: opacity(10%);
}

.gallery {
  flex-wrap: wrap;
  margin: 2em;
}

#nav-title a {
  display: block;
  line-height: 1em;
  text-decoration: line-through;
}
#nav-title a:hover {
  color: #FFFFFF;
}

#imageEvoque:hover,
#imageStore:hover,
#imageAustin:hover,
#imageDreamer:hover,
#imageFlyer:hover,
#imageExodus:hover,
#imageTerraForma:hover,
#imageFeralBlack:hover,
#imageFeralWhite:hover,
#imageBody:hover,
#imageMobile:hover,
#imageSpecialist:hover,
#imageSpecialistBlack:hover {
  opacity: 1;
}

#imageEvoque {
  background-image: url("../img/pink.jpg");
}

#imageStore {
  background-image: url("../img/rad-rad.png");
}

#imageAustin {
  background-image: url("../img/transparent.png");
}

#imageExodus {
  background-image: url("../img/exodus.png");
}

#imageFeralBlack {
  background-image: url("../img/feral-white.png");
}

#imageBody {
  background-image: url("../img/body-cover.png");
}

#imageMobile {
  background-image: url("../img/mobile.png");
}

#imageSpecialist {
  background-image: url("../img/hybrid-cloud-specialist.png");
}

#imageFlyer {
  background-image: url("../img/austyn-kambo.png");
}

@media only screen and (min-width: 1024px) and (max-width: 1025px) {
  .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gallery {
    margin: 0;
  }
  .menu {
    height: 100vh;
  }
}
@media only screen and (min-width: 415px) and (max-width: 1000px) {
  h3 {
    font-size: 1.3em;
  }
  .open {
    width: 200px;
  }
  .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gallery {
    margin: 0;
  }
  .menu {
    height: 100vh;
  }
  .ui.modal {
    width: 88%;
  }
  #imageEvoque {
    background-image: url("../img/pink.jpg");
  }
  #imageStore {
    background-image: url("../img/rad.png");
  }
}
@media only screen and (max-width: 415px) {
  h3 {
    font-size: 1.3em;
  }
  h3.signature {
    font-size: 2.5em;
    padding-top: 1.8em;
  }
  h4 {
    font-size: 2em;
  }
  .open {
    width: 200px;
  }
  .about-me {
    font-size: 15px;
  }
  .case-study {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 100%;
  }
  .block {
    display: block;
  }
  .contact {
    font-size: 0.5em;
  }
  .content {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .content-block {
    font-size: 0.8em;
    padding: 1em;
    width: 22em;
  }
  .content-section {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .contact-footer {
    font-size: 0.8em;
    padding-top: 6em;
  }
  .fullscreen-bg__video {
    display: none;
  }
  .gallery {
    margin: 0;
  }
  .gallery .box {
    width: 100%;
    height: 500px;
    background-size: contain;
  }
  .landing-content {
    border: none;
    padding-top: 1em;
  }
  .landing-footer {
    font-size: 18px;
  }
  .logo {
    padding-top: 3.9em;
    width: 5em;
  }
  .menu {
    height: 100vh;
  }
  .menu li {
    font-size: 1em;
    padding: 0;
  }
  .mobile {
    padding-top: 5em;
  }
  .modal {
    width: 100%;
  }
  .name {
    font-size: 1.6em;
  }
  .vertical-text {
    width: 30px;
  }
  .wrapper {
    margin: 0 auto;
  }
  #footer-title {
    padding: 5px;
  }
  #landing-page {
    background-color: #fbf9f4;
  }
  #imageEvoque {
    background-image: url("../img/pink.jpg");
  }
  #imageStore {
    background-image: url("../img/rad.png");
  }
}

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