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

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  body {
    background: url(/dist/img/interior\ stage.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  body {
    background: url(/dist/img/interior\ stage.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  body {
    background: url(/dist/img/interior\ stage.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  body {
    background: url(/dist/img/interior\ stage.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  body {
    background: url(/dist/img/interior\ stage.jpg) no-repeat center center fixed;
    background-size: cover;
    height: 100vh;
    z-index: 1;
    overflow: hidden;
  }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .logo {
    position: absolute;
    top: 22%;
    z-index: 8;
    background: url(/dist/img/ilionBanner.png) no-repeat center center;
    background-size: contain;
    transition: all 0.5s ease-in-out;
  }
  .logo.open {
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
  }
  .logo.contact {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .logo {
    position: absolute;
    top: 22%;
    z-index: 8;
    background: url(/dist/img/ilionBanner.png) no-repeat center center;
    background-size: contain;
    transition: all 0.5s ease-in-out;
  }
  .logo.open {
    transform: translateY(-55%);
    transition: all 0.5s ease-in-out;
  }
  .logo.contact {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .logo {
    position: absolute;
    top: 22%;
    z-index: 8;
    background: url(/dist/img/ilionBanner.png) no-repeat center center;
    background-size: contain;
    transition: all 0.5s ease-in-out;
  }
  .logo.open {
    transform: translateY(-55%);
    transition: all 0.5s ease-in-out;
  }
  .logo.contact {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .logo {
    position: absolute;
    top: 22%;
    z-index: 8;
    background: url(/dist/img/ilionBanner.png) no-repeat center center;
    background-size: contain;
    transition: all 0.5s ease-in-out;
  }
  .logo.open {
    transform: translateY(-55%);
    transition: all 0.5s ease-in-out;
  }
  .logo.contact {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .logo {
    position: absolute;
    top: 22%;
    z-index: 8;
    background: url(/dist/img/ilionBanner.png) no-repeat center center;
    background-size: contain;
    transition: all 0.5s ease-in-out;
  }
  .logo.open {
    transform: translateY(-55%);
    transition: all 0.5s ease-in-out;
  }
  .logo.contact {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-height: 700px) {
  .logo {
    top: 15%;
  }
  .logo.open {
    top: 22vh;
    transition: all 0.5s ease-in-out;
  }
  .logo.contact {
    transform: translateY(-20%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra Extra small devices (phones, 380px and down)*/
@media only screen and (max-width: 380px) {
  .menuBar {
    position: fixed;
    z-index: 7;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
/* All other devices (phones, 380px and down) */
@media only screen and (min-width: 380px) {
  .menuBar {
    position: fixed;
    z-index: 10;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
/* Extra Extra small devices (phones, 380px and down) */
@media only screen and (max-width: 380px) {
  .contactButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .contactButton__icon {
    height: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/contactIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 380px) and (max-height: 500px) {
  .contactButton__icon {
    visibility: visible;
  }
}
@media only screen and (max-width: 380px) {
  .contactButton__icon.open {
    right: 0vw;
    transform: rotate(-180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .contactButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra small devices (phones, 600px and up) */
@media only screen and (min-width: 380px) {
  .contactButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .contactButton__icon {
    height: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/contactIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 380px) and (max-height: 500px) {
  .contactButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 380px) {
  .contactButton__icon.open {
    right: 0vw;
    transform: rotate(-180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .contactButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .contactButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .contactButton__icon {
    height: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/contactIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (max-height: 500px) {
  .contactButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 600px) {
  .contactButton__icon.open {
    right: 0vw;
    transform: rotate(-180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .contactButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .contactButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .contactButton__icon {
    height: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/contactIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 768px) and (max-height: 500px) {
  .contactButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .contactButton__icon.open {
    right: 0vw;
    transform: rotate(-180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .contactButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .contactButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .contactButton__icon {
    height: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/contactIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 992px) and (max-height: 500px) {
  .contactButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .contactButton__icon.open {
    right: 0vw;
    transform: rotate(-180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .contactButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .contactButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .contactButton__icon {
    height: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/contactIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 500px) {
  .contactButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .contactButton__icon.open {
    right: 0vw;
    transform: rotate(-180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .contactButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra Extra small devices (phones, 380px and down)*/
@media only screen and (max-width: 380px) {
  .contactSlider__Btn {
    height: 20vh;
    width: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 380px) and (max-height: 500px) {
  .contactSlider__Btn {
    visibility: visible;
  }
}
@media only screen and (max-width: 380px) {
  .contactSlider__Btn.open {
    right: 0vw;
    background-size: contain;
  }
  .contactSlider__Btn.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* All other devices (phones, 380px and down) */
@media only screen and (min-width: 380px) {
  .contactSlider__Btn {
    height: 20vh;
    width: 20vh;
    position: absolute;
    left: 0;
    top: 0;
    right: -45vw;
    bottom: 0;
    margin: auto;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 380px) and (max-height: 500px) {
  .contactSlider__Btn {
    visibility: visible;
  }
}
@media only screen and (min-width: 380px) {
  .contactSlider__Btn.open {
    right: 0vw;
    background-size: contain;
  }
  .contactSlider__Btn.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
.contactNav {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  visibility: hidden;
}
.contactNav.open {
  visibility: visible;
}
.contactNav .contactMenuNav {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  list-style-type: none;
  padding-right: 1rem;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}
.contactNav .contactMenuNav.open {
  transform: translateX(0);
}
.contactNav .contactMenuNav img {
  width: 100vh;
  position: absolute;
  left: 0;
  top: -15vh;
  right: 0;
  bottom: 0;
  margin: auto;
  justify-content: center;
}
.contactNav .contactMenuNav__link {
  position: relative;
  font-size: 2rem;
  padding: 1vw;
}
@media only screen and (max-width: 560px) {
  .contactNav .contactMenuNav__link {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .contactNav .contactMenuNav__link {
    font-size: 3rem;
  }
}

.contactSlideOut {
  position: flex;
  top: 0;
  left: 0;
  width: 100vw;
  visibility: hidden;
}
.contactSlideOut.open {
  visibility: visible;
}
.contactSlideOut__texture {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  background: lightgray;
  list-style-type: none;
  padding-right: 1rem;
  transform: translateX(-100%);
  transition: all 0.5s ease-in-out;
}
.contactSlideOut__texture.open {
  transform: translateX(0);
}

/* Extra Extra small devices (phones, 380px and down) */
@media only screen and (max-width: 380px) {
  .projectsButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .projectsButton__icon {
    height: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/projectsIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 380px) and (max-height: 500px) {
  .projectsButton__icon {
    visibility: visible;
  }
}
@media only screen and (max-width: 380px) {
  .projectsButton__icon.open {
    left: 0vw;
    transform: rotate(180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .projectsButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra small devices (phones, 600px and up) */
@media only screen and (min-width: 380px) {
  .projectsButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .projectsButton__icon {
    height: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/projectsIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 380px) and (max-height: 500px) {
  .projectsButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 380px) {
  .projectsButton__icon.open {
    left: 0vw;
    transform: rotate(180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .projectsButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .projectsButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .projectsButton__icon {
    height: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/projectsIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (max-height: 500px) {
  .projectsButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 600px) {
  .projectsButton__icon.open {
    left: 0vw;
    transform: rotate(180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .projectsButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .projectsButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .projectsButton__icon {
    height: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/projectsIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 768px) and (max-height: 500px) {
  .projectsButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .projectsButton__icon.open {
    left: 0vw;
    transform: rotate(180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .projectsButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .projectsButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .projectsButton__icon {
    height: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/projectsIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 992px) and (max-height: 500px) {
  .projectsButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .projectsButton__icon.open {
    left: 0vw;
    transform: rotate(180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .projectsButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .projectsButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 72%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .projectsButton__icon {
    height: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/projectsIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 500px) {
  .projectsButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .projectsButton__icon.open {
    left: 0vw;
    transform: rotate(180deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .projectsButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra Extra small devices (phones, 380px and down)*/
@media only screen and (max-width: 380px) {
  .projectsSlider__Btn {
    height: 20vh;
    width: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 380px) and (max-height: 500px) {
  .projectsSlider__Btn {
    visibility: visible;
  }
}
@media only screen and (max-width: 380px) {
  .projectsSlider__Btn.open {
    left: 0vw;
    background-size: contain;
  }
  .projectsSlider__Btn.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* All other devices (phones, 380px and down) */
@media only screen and (min-width: 380px) {
  .projectsSlider__Btn {
    height: 20vh;
    width: 20vh;
    position: absolute;
    left: -45vw;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 380px) and (max-height: 500px) {
  .projectsSlider__Btn {
    visibility: visible;
  }
}
@media only screen and (min-width: 380px) {
  .projectsSlider__Btn.open {
    left: 0vw;
    background-size: contain;
  }
  .projectsSlider__Btn.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
.projectsNav {
  z-index: 7;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  visibility: hidden;
}
.projectsNav.open {
  visibility: visible;
}
.projectsNav .projectsMenuNav {
  display: flex;
  flex-flow: row;
  align-items: center;
  height: 100vh;
  overflow-x: auto;
  list-style-type: none;
  padding-left: 20vw;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.projectsNav .projectsMenuNav.open {
  transform: translateX(0);
}
.projectsNav .projectsMenuNav__item {
  display: flex;
  position: relative;
  flex-flow: row;
  align-items: center;
  padding-right: 4vw;
  min-width: 500px;
  height: 20vh;
  cursor: pointer;
}
.projectsNav .projectsMenuNav__item img {
  width: 20vh;
  padding-right: 2vw;
}
.projectsNav .projectsMenuNav__item__blurb {
  position: relative;
  padding: 15% 0 10% 0;
  font-size: 1.25rem;
  flex-basis: 3000px;
  cursor: pointer;
}
.projectsNav .projectsMenuNav__link {
  font-size: 2rem;
}
@media only screen and (max-width: 500px) {
  .projectsNav .projectsMenuNav__link {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 814px) {
  .projectsNav .projectsMenuNav__link {
    font-size: 3rem;
  }
}

.projectsSlideOut {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  visibility: hidden;
}
.projectsSlideOut.open {
  visibility: visible;
}
.projectsSlideOut__texture {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
  background: lightgray;
  list-style-type: none;
  padding-right: 1rem;
  transform: translateX(100%);
  transition: all 0.5s ease-in-out;
}
.projectsSlideOut__texture.open {
  transform: translateX(0);
}

/* Extra Extra small devices (phones, 380px and down) */
@media only screen and (max-width: 380px) {
  .lionButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 67vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .lionButton__icon {
    height: 24vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/lionIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (max-width: 380px) and (max-height: 500px) {
  .lionButton__icon {
    visibility: visible;
  }
}
@media only screen and (max-width: 380px) {
  .lionButton__icon.open {
    transform: rotate(540deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .lionButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra small devices (phones, 600px and up) */
@media only screen and (min-width: 380px) {
  .lionButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 67vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .lionButton__icon {
    height: 24vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/lionIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 380px) and (max-height: 500px) {
  .lionButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 380px) {
  .lionButton__icon.open {
    transform: rotate(540deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .lionButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .lionButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 67vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .lionButton__icon {
    height: 24vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/lionIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 600px) and (max-height: 500px) {
  .lionButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 600px) {
  .lionButton__icon.open {
    transform: rotate(540deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .lionButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .lionButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 67vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .lionButton__icon {
    height: 24vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/lionIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 768px) and (max-height: 500px) {
  .lionButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 768px) {
  .lionButton__icon.open {
    transform: rotate(540deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .lionButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .lionButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 67vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .lionButton__icon {
    height: 24vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/lionIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 992px) and (max-height: 500px) {
  .lionButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .lionButton__icon.open {
    transform: rotate(540deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .lionButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .lionButton {
    position: fixed;
    z-index: 3;
    right: 0vw;
    left: 0;
    margin: auto;
    top: 67vh;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
  .lionButton__icon {
    height: 24vh;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/dist/img/lionIcon.png) no-repeat center center;
    background-size: contain;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
  }
}
@media only screen and (min-width: 1200px) and (max-height: 500px) {
  .lionButton__icon {
    visibility: visible;
  }
}
@media only screen and (min-width: 1200px) {
  .lionButton__icon.open {
    transform: rotate(540deg);
    background: url(/dist/img/ilionLogo.png) no-repeat center center;
    background-size: contain;
  }
  .lionButton__icon.hide {
    transform: translateY(500%);
    transition: all 0.5s ease-in-out;
  }
}
html {
  overflow: hidden;
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  position: fixed;
  overflow-y: scroll;
}

a {
  color: gray;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 2rem;
  text-transform: uppercase;
  text-justify: auto;
  padding: 0;
  margin: auto;
  font-weight: 300;
  transition: all 0.5s ease-in-out;
  text-decoration: none;
}

footer {
  font-size: 0.6rem;
  position: fixed;
  bottom: 0.4rem;
  right: 1rem;
  text-align: right;
  padding: 1rem;
}/*# sourceMappingURL=main.css.map */