* {
  box-sizing: border-box;
}
*::selection {
  background-color: #000;
}

html, body {
  margin: 0px;
  height: 100%;
}

h1, h2, h3, h4, h5, h6, .heading {
  font-family: "Permanent Marker", cursive;
  text-transform: none;
  letter-spacing: 0;
}

h1.heading {
  text-transform: uppercase;
}

.float-r {
  float: right;
}

.paddr-0 {
  padding-right: 0px;
}

.btn {
  font-family: "Quicksand", sans-serif;
  border: 1px solid #fff;
  text-decoration: none;
  padding: 15px 35px 15px 25px;
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  background-position: 94% 20px;
  position: relative;
  z-index: 1;
}
.btn:before {
  content: " ";
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
  background-image: linear-gradient(to right, #181e29, #000000);
  z-index: -1;
}
.btn:hover:before {
  width: 100%;
}

/*** HOME PAGE ***/
.home-banner {
  height: 100vh;
  width: 100%;
  background-image: url(../images/lake.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: table;
  position: relative;
}
.home-banner h1 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  font-size: 65px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
.home-banner .scroll-down {
  display: block;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 19px);
  z-index: 9;
}
.home-banner .scroll-down a {
  display: block;
}

.container {
  max-width: 1500px;
  margin: 0 auto;
}

.home-about {
  padding-top: 180px;
  position: relative;
  margin-bottom: 150px;
}
.home-about .image {
  position: absolute;
  width: 24%;
  left: 17%;
  z-index: 9;
  top: 2%;
}
.home-about .image img {
  display: block;
  width: 100%;
}
.home-about .info {
  background-color: #0e0e0e;
  width: 70%;
  padding: 40px 40px 185px;
  margin: 0 auto;
}
.home-about .info .info-container {
  margin-left: 45%;
  display: table;
  padding-top: 35px;
}
.home-about .info .info-container h2 {
  font-weight: 100;
  font-size: 40px;
}
.home-about .info .info-container h2:after {
  content: " ";
  height: 2px;
  width: 40px;
  background-color: #FFF;
  display: block;
  margin-top: 20px;
}
.home-about .info .info-container p {
  font-family: "Quicksand", sans-serif;
  font-size: 30px;
  width: 75%;
  line-height: 44px;
  padding-bottom: 30px;
}
.home-about .info .info-container h2, .home-about .info .info-container p, .home-about .info .info-container a {
  text-align: left;
  color: #fff;
}

/*** ABOUT PAGE ***/
.about-page {
  background-color: #000;
  background-image: url(../images/new-portrait.png);
  background-size: 42%;
  background-repeat: no-repeat;
  background-position: 29% 14%;
  height: 92vh;
  width: 100%;
  display: table;
}
.about-page .text {
  float: right;
  background-color: #FFF;
  padding: 80px 40px;
  margin-top: 240px;
  margin-right: 255px;
  margin-bottom: 140px;
  width: 30%;
}
.about-page .text h1 {
  font-size: 40px;
  font-weight: 100;
}
.about-page .text h1:after {
  content: " ";
  height: 4px;
  width: 40px;
  background-color: #000;
  display: block;
  margin-top: 20px;
}
.about-page .text p {
  font-family: "Quicksand", sans-serif;
  font-size: 21px;
  width: 95%;
  line-height: 33px;
}

/*** CONTACT PAGE ***/
.contact-page {
  background-image: url(../images/contact3.jpg);
  background-size: cover;
  height: 92vh;
  width: 100%;
  display: table;
}
.contact-page .text {
  margin: 0 auto;
  display: table;
  background-color: #FFF;
  padding: 0px 40px 160px 40px;
  margin-top: 250px;
  width: 40%;
  text-align: center;
  position: relative;
}
.contact-page .text h1 {
  font-size: 40px;
  font-weight: 100;
  margin-top: 70px;
  margin-bottom: 65px;
}
.contact-page .text p {
  font-family: "Quicksand", sans-serif;
  font-size: 21px;
  width: 78%;
  line-height: 33px;
  margin: 0 auto;
}
.contact-page .text p a {
  color: #000;
  text-decoration: none;
}
.contact-page .text p a:hover {
  color: #273144;
}
.contact-page .text a.twitter {
  display: block;
  position: absolute;
  left: calc(50% - 15px);
  bottom: 36px;
  width: 30px;
  height: 30px;
}
.contact-page .text a.twitter svg {
  height: 30px;
  width: 30px;
}
.contact-page .text a.twitter svg path {
  fill: #000;
}
.contact-page .text a.twitter:hover svg path {
  fill: #3a4354;
}

/*** PORTFOLIO PAGE ***/
.portfolio-banner {
  height: 82vh;
  width: 100%;
  background-image: url(../images/computer2.jpg);
  background-size: cover;
  background-attachment: fixed;
  display: table;
  position: relative;
}
.portfolio-banner h1 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  font-size: 65px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 9;
}
.portfolio-banner .scroll-down {
  display: block;
  position: absolute;
  bottom: 50px;
  left: calc(50% - 6px);
  z-index: 9;
}
.portfolio-banner .scroll-down a {
  display: block;
}

.port-intro {
  font-size: 30px;
  text-align: center;
  display: block;
  padding-top: 30px;
  font-family: "Permanent Marker", cursive;
}

.projects {
  width: 100%;
  display: table;
  margin-top: 80px;
  margin-bottom: 80px;
}
.projects .container {
  max-width: 100%;
  padding-left: 60px;
  padding-right: 60px;
}
.projects .proj {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}
.projects .proj .image {
  width: 600px;
}
.projects .proj .image img {
  height: 625px;
  width: 600px;
}
.projects .proj .proj-text {
  margin-left: -60px;
  width: 55%;
  margin-top: 40px;
  height: 550px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 60px;
  background-image: linear-gradient(to right, #181e29, #000000);
}
.projects .proj .proj-text .button a.btn {
  padding: 10px 35px 10px 25px;
  font-size: 12px;
  background-position: 85% 13px;
}
.projects .proj .proj-text h2 {
  font-weight: 100;
  font-size: 40px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.projects .proj .proj-text h3 {
  margin-bottom: 0.5em;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  float: left;
}
.projects .proj .proj-text h3:after {
  content: "";
  display: block;
  border: 0px;
  height: 1px;
  background: #fff;
  margin: 1.4em auto;
  width: 3em;
  margin-left: 0px;
}
.projects .proj .proj-text p {
  font-family: "Quicksand", sans-serif;
  line-height: 27px;
  font-size: 14px;
  padding-bottom: 10px;
}
.projects .proj .proj-text .button {
  margin-top: 15px;
}
.projects .proj .proj-text h2, .projects .proj .proj-text h3, .projects .proj .proj-text p, .projects .proj .proj-text a.btn {
  color: #fff;
}

header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  min-height: 100px;
  z-index: 500;
  overflow: visible;
  background-color: transparent;
  padding: 40px 60px;
}
header .logo {
  float: left;
}
header .logo a {
  display: block;
}
header .burger-menu {
  width: 70px;
  height: 24px;
  float: right;
  margin-top: 20px;
}
header .burger-menu a {
  display: block;
  width: 70px;
  height: 24px;
  position: relative;
}
header .burger-menu a span {
  height: 2px;
  width: 20px;
  display: block;
  background-color: #fff;
  margin-bottom: 5px;
  margin-right: 5px;
  position: absolute;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
header .burger-menu a span.bm1, header .burger-menu a span.bm2 {
  right: 10px;
}
header .burger-menu a span.bm2, header .burger-menu a span.bm3 {
  top: 10px;
}
header .burger-menu a span.bm3, header .burger-menu a span.bm4 {
  right: 45px;
}
header .burger-menu a span.bm4 {
  top: 20px;
}
header .burger-menu:hover a span.bm1, header .burger-menu:hover a span.bm4 {
  right: 30px;
}
header .burger-menu:hover a span.bm2 {
  right: 0px;
}
header .burger-menu:hover a span.bm3 {
  right: 60px;
}
header .cross {
  position: absolute;
  top: 62px;
  right: 90px;
  display: none;
}
header .cross .close {
  display: block;
  height: 28px;
}
header .cross a:hover svg path {
  fill: #222833;
}

.menu {
  width: 100%;
  height: 100%;
  position: fixed;
  background-image: linear-gradient(to right, #181e29, #000000);
  z-index: 99;
  top: -100%;
  left: 0;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
.menu nav {
  width: 100%;
  height: 100%;
  display: table;
}
.menu nav ul {
  padding-left: 0px;
  z-index: 99999;
  position: relative;
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
}
.menu nav ul li {
  list-style-type: none;
  padding-bottom: 30px;
}
.menu nav ul li a {
  color: transparent;
  font-family: "Permanent Marker", cursive;
  font-size: 65px;
  display: block;
  text-decoration: none;
  text-align: center;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
}
.menu nav ul li a:hover {
  color: #FFF;
}
.menu nav .icons {
  position: absolute;
  bottom: 50px;
  left: calc(50% - 15px);
  z-index: 99999999;
}
.menu nav .icons a {
  display: inline-block;
  font-size: inherit;
  position: unset;
}
.menu nav .icons a svg {
  margin-right: 20px;
}
.menu nav .icons a:hover svg path {
  fill: #222833;
}

body.menu-open .menu {
  top: 0%;
}
body.menu-open .burger-menu {
  display: none;
}
body.menu-open header .cross {
  display: block;
}

footer {
  background-image: linear-gradient(to right, #181e29, #000000);
  padding-top: 100px;
  clear: both;
  z-index: 9;
  position: absolute;
  width: 100%;
}
footer .container {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 100%;
}
footer h3 {
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 38px;
}
footer .cta-button {
  margin: 0 auto;
  display: table;
}
footer .cta-button .btn {
  color: #fff;
}
footer .footer-bottom {
  display: table;
  width: 100%;
  margin-top: 140px;
  padding-bottom: 45px;
  padding-top: 64px;
  background-color: rgba(0, 0, 0, 0.1);
}
footer .footer-bottom .info {
  float: left;
}
footer .footer-bottom .info p {
  font-family: "Quicksand", sans-serif;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer .footer-bottom .quick-links {
  position: absolute;
  bottom: 23px;
  left: calc(50% - 194px);
  width: auto;
  display: table;
}
footer .footer-bottom .quick-links .left, footer .footer-bottom .quick-links .logo, footer .footer-bottom .quick-links .right {
  float: left;
}
footer .footer-bottom .quick-links .left, footer .footer-bottom .quick-links .right {
  margin-top: 14px;
}
footer .footer-bottom .quick-links .left a, footer .footer-bottom .quick-links .right a {
  margin-right: 15px;
  color: transparent;
  font-family: "Permanent Marker", cursive;
  text-decoration: none;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #FFF;
}
footer .footer-bottom .quick-links .left a:last-child {
  margin-right: 25px;
}
footer .footer-bottom .quick-links .right a:first-child {
  margin-left: 25px;
}
footer .footer-bottom .quick-links .right a:last-child {
  margin-right: 0px;
}
footer .footer-bottom .quick-links .left a:hover, footer .footer-bottom .quick-links .right a:hover {
  color: #FFF;
}
footer .footer-bottom .quick-links .logo a {
  display: block;
  width: 80px;
}
footer .footer-bottom .quick-links .logo a img {
  width: 100%;
}
footer .footer-bottom .icons {
  float: right;
}
footer .footer-bottom .icons a {
  text-decoration: none;
  margin-right: 15px;
}
footer .footer-bottom .icons a:last-child {
  margin-right: 0px;
}
footer .footer-bottom .icons a:hover svg path {
  fill: #222833;
}
footer.contact-foot {
  padding-top: 0px;
  padding-bottom: 0px;
}
footer.contact-foot .footer-bottom {
  margin-top: 0px;
}
footer.contact-foot .footer-bottom .info p {
  margin-bottom: 0px;
}
footer.contact-foot .footer-bottom .quick-links {
  bottom: 23px;
}

.slider {
  position: relative;
  height: 100vh;
  width: 100%;
  background: #777;
  overflow: hidden;
}
.slider__wrap {
  position: absolute;
  width: 100vw;
  height: 100vh;
  transform: translateX(100vw);
  top: 0%;
  left: 0;
  right: auto;
  overflow: hidden;
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transform-origin: 0% 50%;
  transition-delay: 450ms;
  opacity: 0;
}
.slider__wrap--hacked {
  opacity: 1;
}
.slider__back {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: auto 100%;
  background-position: center;
  background-repeat: none;
  transition: filter 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0%;
  background-size: auto 133.3333%;
  background-position: center;
  background-repeat: none;
  transform: scale(0.75);
  transition: transform 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 450ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 450ms step-end;
  opacity: 0;
  box-shadow: 0 3vh 3vh rgba(0, 0, 0, 0);
  padding: 15vh;
  box-sizing: border-box;
}
.slider__content {
  position: relative;
  top: 50%;
  width: auto;
  transform: translateY(-50%);
  color: white;
  font-family: "Quicksand", sans-serif;
  opacity: 0;
  transition: opacity 450ms;
}
.slider__content h1 {
  font-weight: 100;
  font-size: 9vh;
  line-height: 0.85;
  margin-bottom: 0.75vh;
  pointer-events: none;
  text-shadow: 0 0.375vh 0.75vh rgba(0, 0, 0, 0.1);
}
.slider__content a {
  cursor: pointer;
  font-size: 2.4vh;
  letter-spacing: 0.3vh;
  font-weight: 100;
  position: relative;
}
.slider__content a:before {
  content: "";
  border-top: 1px solid white;
  border-right: 1px solid white;
  display: block;
  width: 1vh;
  height: 1vh;
  transform: translateX(0) translateY(-50%) rotate(45deg);
  position: absolute;
  font-family: "Quicksand", sans-serif;
  font-weight: 100;
  top: 50%;
  left: 100px;
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__content a:hover:before {
  transform: translateX(6vh) translateY(-50%) rotate(45deg);
  transition: transform 1200ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slider__slide {
  position: absolute;
  left: 0;
  height: 100vh;
  width: 100vw;
  transition: transform 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 600ms;
  pointer-events: none;
  z-index: 0;
}
.slider__slide--active {
  transform: translatex(0%);
  z-index: 2;
}
.slider__slide--active .slider__wrap {
  transform: translateX(0);
  transform-origin: 100% 50%;
  opacity: 1;
  animation: none;
}
.slider__slide--active .slider__back {
  filter: blur(1.5vh);
  transition: filter 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-delay: 900ms !important;
}
.slider__slide--active .slider__inner {
  transform: scale(0.8);
  box-shadow: 0 1vh 6vh rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  opacity: 1;
  transition: transform 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), box-shadow 900ms cubic-bezier(0.785, 0.135, 0.15, 0.86), opacity 1ms step-end;
  transition-delay: 900ms;
}
.slider__slide--active .slider__content {
  opacity: 1;
  transition-delay: 1350ms;
}
.slider__slide:not(.slider__slide--active) .slider__wrap {
  animation-name: hack;
  animation-duration: 900ms;
  animation-delay: 450ms;
  animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@keyframes hack {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(-100vw);
    opacity: 1;
  }
  51% {
    transform: translateX(-100vw);
    opacity: 0;
  }
  52% {
    transform: translateX(100vw);
    opacity: 0;
  }
  100% {
    transform: translateX(100vw);
    opacity: 1;
  }
}
.slider__slide:nth-child(1) .slider__back, .slider__slide:nth-child(1) .slider__inner {
  background-image: url(../images/shary.jpg);
  background-size: cover;
}
.slider__slide:nth-child(2) .slider__back, .slider__slide:nth-child(2) .slider__inner {
  background-image: url(../images/crabtree.png);
  background-size: cover;
}
.slider__slide:nth-child(3) .slider__back, .slider__slide:nth-child(3) .slider__inner {
  background-image: url(../images/ft.jpg);
  background-size: cover;
}
.slider .go-to-portfolio {
  display: table;
  color: #fff;
  text-decoration: none;
  padding-top: 15px;
}
.slider .go-to-portfolio:before {
  left: 105%;
  top: 70%;
}

.sig {
  position: fixed;
  bottom: 8px;
  right: 8px;
  text-decoration: none;
  font-size: 12px;
  font-weight: 100;
  font-family: sans-serif;
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: 2px;
  z-index: 9999;
}

@media only screen and (max-width: 600px) {
  .slider__slide:nth-child(2) .slider__back, .slider__slide:nth-child(2) .slider__inner {
    background-image: none;
    background-color: #02555b;
  }
}
/*** PORTFOLIO IMAGES ***/
.mast__header h2 {
  font-weight: 100;
  font-size: 1.75em;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (min-width: 32em) {
  .mast__header h2 {
    font-size: 4em;
  }
}

hr.sep {
  border: 0px;
  height: 1px;
  background: #fff;
  margin: 1.4em auto;
  width: 3em;
}

main > section:nth-child(1):not(.site-menu), main > article:nth-child(1):not(.site-menu) {
  z-index: 2;
}
main > section:nth-child(2):not(.site-menu), main > article:nth-child(2):not(.site-menu) {
  z-index: 3;
}
main > section:nth-child(3):not(.site-menu), main > article:nth-child(3):not(.site-menu) {
  z-index: 4;
}

.mast {
  position: relative;
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  color: #fff;
  margin-bottom: 1em;
}
.mast:after {
  content: "";
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.mast__bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-size: cover;
  background-color: #111;
  animation: fade-in 1s ease both;
}
.mast__header {
  z-index: 5;
  position: fixed;
  width: 100%;
  top: 45%;
  text-align: center;
  animation: fade-in 2s 1.5s ease both;
}
.mast__pretitle {
  margin-bottom: 0.5em;
  font-size: 1em;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}
.mast p {
  width: 60%;
  font-family: "Quicksand", sans-serif;
  line-height: 27px;
  margin-bottom: 45px;
  margin: 0 auto;
}
.mast a.btn {
  color: #fff;
  background-position: 85% 20px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani-width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani-height {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.loader {
  z-index: 999999;
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #181e29, #000000);
}
.loader img {
  position: absolute;
  top: calc(50% - 42px);
  left: calc(50% - 63px);
}
.loader .spinner {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  margin: 20px auto;
  border: 5px solid transparent;
  border-top: 5px solid #FFF;
  border-right: 5px solid #FFF;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: loading 1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(50% - 125px);
}
@-webkit-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 1760px) {
  .home-about .image {
    width: 27%;
    left: 14%;
  }
  .about-page .text {
    margin-top: 200px;
    margin-right: 195px;
    width: 34%;
  }
}
@media only screen and (max-width: 1618px) {
  .home-about .image {
    width: 29%;
    left: 11%;
  }
  footer.contact-foot .container {
    max-width: 1415px;
  }
  footer .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .about-page {
    background-position: 0% 24%;
    background-size: 44%;
  }
  .about-page .text {
    margin-top: 196px;
    margin-right: 100px;
    margin-bottom: 238px;
    width: 54%;
  }
}
@media only screen and (max-width: 1500px) {
  .about-page .text {
    margin-right: 68px;
    margin-bottom: 80px;
  }
  footer.contact-foot .container {
    max-width: 1325px;
  }
}
@media only screen and (max-width: 1300px) {
  .home-banner {
    background-position: 50%;
  }
  .home-about .image {
    left: 7%;
    top: 10%;
  }
  .home-about .info {
    width: 75%;
  }
  .home-about .info .info-container {
    margin-left: 40%;
  }
  .about-page {
    background-position: 0% 106%;
  }
  .about-page .text {
    width: 52%;
  }
  footer.contact-foot .container {
    max-width: 1175px;
  }
  .proj {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1255px) {
  .projects .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-about .image {
    left: 7%;
    top: 20%;
    width: 32%;
  }
  .home-about .info {
    width: 90%;
  }
  .home-about .info .info-container {
    margin-left: 49%;
  }
  .home-about .info .info-container p {
    width: 90%;
  }
  .about-page {
    background-position: 0% 102%;
  }
  .about-page .text {
    padding: 50px 40px;
  }
  .contact-page .text {
    width: 54%;
  }
  footer.contact-foot .container {
    padding-left: 60px;
    padding-right: 60px;
  }
  .projects .proj .image {
    width: 50%;
    float: left !important;
  }
  .projects .proj .image img {
    width: 100%;
    height: auto;
  }
  .projects .proj .proj-text {
    width: 50%;
    float: left;
    height: 572px;
  }
}
@media only screen and (max-width: 1100px) {
  footer .footer-bottom {
    margin-top: 85px;
  }
  footer .footer-bottom .info {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  footer .footer-bottom .info p {
    text-align: center;
  }
  footer .footer-bottom .quick-links {
    position: unset;
    margin: 0 auto;
    margin-top: 25px;
  }
  footer .footer-bottom .icons {
    float: none;
    margin: 0 auto;
    margin-top: 25px;
    display: table;
  }
  .mast__header {
    top: 6%;
  }
  .about-page {
    background-position: 0% 106%;
    background-size: 53%;
  }
  .projects .proj .proj-text {
    width: 54%;
  }
}
@media only screen and (max-width: 1040px) {
  .projects .proj .proj-text {
    width: 50%;
    height: 502px;
    margin-left: 0px;
    margin-top: 0px;
    padding: 114px 22px;
  }
  .projects .proj .proj-text h2 {
    font-size: 27px;
    margin-bottom: 0px;
  }
  .projects .proj .proj-text h3 {
    font-size: 12px;
  }
  .projects .proj .proj-text p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .home-about .image {
    left: auto;
    right: 46px;
    top: -1%;
    width: 35%;
  }
  .home-about .info {
    width: 90%;
    padding: 209px 40px 60px 40px;
  }
  .home-about .info .info-container {
    margin-left: 0%;
  }
  .home-about .info .info-container p {
    width: 100%;
  }
  .slider__content {
    top: 0%;
  }
  .slider__inner {
    background-size: auto;
  }
  .about-page {
    background-position: 4% 100%;
    background-size: 50%;
  }
  .contact-page .text p {
    width: 85%;
  }
}
@media only screen and (max-width: 900px) {
  .home-about .image {
    right: 43px;
    width: 40%;
  }
  .about-page .text p {
    font-size: 16px;
    width: 100%;
    line-height: 29px;
  }
  .contact-page .text {
    width: 70%;
  }
  .mast p {
    width: 90%;
  }
}
@media only screen and (max-width: 830px) {
  .projects .container {
    padding-left: 0px;
    padding-right: 0px;
  }
  .projects .container .proj .image {
    height: 572px;
    width: 100%;
  }
  .projects .container .proj .proj-text {
    padding: 30px 60px 60px;
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-about .image {
    right: 39px;
    width: 44%;
  }
  .home-about .info .info-container p {
    width: 98%;
    font-size: 24px;
    line-height: 37px;
  }
  .about-page {
    background-size: 70%;
    background-position: 0% 100%;
  }
  .about-page .text {
    padding: 30px 25px;
    margin-right: 25px;
  }
  .contact-page .text {
    width: 75%;
  }
  .contact-page .text p {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .home-banner h1 {
    font-size: 40px;
  }
  .home-about .image {
    right: 29px;
    width: 50%;
  }
  .about-page {
    background-size: 46%;
    background-position: 50% 13%;
  }
  .about-page .text {
    position: absolute;
    bottom: 69px;
    left: 0px;
    width: 100%;
    margin: 0px;
    padding: 15px 25px;
  }
  .contact-page .text {
    width: 85%;
  }
  .mast__header {
    padding: 40px 25px;
  }
  .mast__header p {
    width: 100%;
  }
  .mast__bg {
    background-position: center;
  }
  .mast:nth-child(2) .mast__bg {
    background-position: 24%;
  }
  .projects .container .proj .image {
    height: 229px;
  }
}
@media only screen and (max-width: 500px) {
  .home-about .image {
    right: 128px;
  }
  .about-page {
    background-size: 36%;
    background-position: 50% 26%;
  }
  .about-page .text h1 {
    font-size: 31px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .about-page .text h1::after {
    margin-top: 10px;
  }
  .about-page .text p {
    font-size: 14px;
    line-height: 21px;
  }
  .projects .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .projects .container .proj {
    flex-direction: column;
  }
  .slider__inner {
    padding-left: 40px;
  }
  .portfolio-banner {
    background-size: 127vh;
  }
  footer .footer-bottom .quick-links {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  footer .footer-bottom .quick-links .left, footer .footer-bottom .quick-links .right {
    display: flex;
    flex-direction: column;
    float: none;
    margin-bottom: 20px;
  }
  footer .footer-bottom .quick-links .left a, footer .footer-bottom .quick-links .right a {
    margin: 10px 0;
    text-align: center;
  }
  footer .footer-bottom .quick-links .left a:last-child, footer .footer-bottom .quick-links .right a:last-child {
    margin-right: 0;
  }
  footer .footer-bottom .quick-links .right a:first-child {
    margin-left: 0;
  }
}
@media only screen and (max-width: 470px) {
  .home-about .info {
    padding: 109px 40px 60px 40px;
  }
  .projects .container .proj .image {
    height: auto;
  }
  .projects .container .proj .proj-text {
    margin-top: -10px;
  }
  .slider {
    height: 68vh;
  }
  .slider .slider__slide {
    height: 68vh;
  }
  .slider .slider__slide .slider__content h1 {
    font-size: 7vh;
    margin-bottom: 30px;
  }
  footer {
    padding-top: 35px;
  }
}
@media only screen and (max-width: 420px) {
  header .cross {
    right: 25px;
  }
  .home-about {
    margin-bottom: 0px;
  }
  .home-about .image {
    width: 63%;
    right: 22%;
    top: -17px;
  }
  .home-about .info {
    padding: 60px 20px;
    width: 100%;
    margin-top: 186px;
  }
  .home-about .info .info-container {
    padding-top: 0px;
  }
  .home-about .info .info-container h2 {
    margin-top: 0px;
  }
  .slider__inner {
    padding: 2vh;
    background-size: cover;
    background-position: 24%;
  }
  .slider__content {
    top: 16%;
  }
  .slider__slide:nth-child(1) .slider__back, .slider__slide:nth-child(1) .slider__inner, .slider__slide:nth-child(3) .slider__back, .slider__slide:nth-child(3) .slider__inner {
    background-position: center !important;
  }
  .about-page {
    background-size: 43%;
    background-position: 100% 18%;
    height: 85vh;
  }
  .about-page .text {
    position: unset;
    margin-top: 315px;
  }
  .about-page .text h1 {
    font-size: 28px;
  }
  .about-page .text p {
    font-size: 12px !important;
    line-height: 24px;
  }
  .contact-page .text {
    padding: 0px 40px 100px 40px;
    margin-top: 160px;
  }
  .contact-page .text p {
    font-size: 19px;
  }
  .contact-page .text a.twitter {
    bottom: 45px;
  }
  footer .container {
    padding-right: 25px;
    padding-left: 25px;
  }
  footer .footer-bottom .quick-links .left, footer .footer-bottom .quick-links .right {
    width: 100%;
    float: none;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
  }
  footer .footer-bottom .quick-links .left a, footer .footer-bottom .quick-links .right a {
    display: block;
    text-align: center;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  footer .footer-bottom .quick-links .logo {
    float: none;
    padding-top: 15px;
    clear: both;
  }
  footer .footer-bottom .quick-links .logo a {
    display: block;
  }
  footer .footer-bottom .quick-links .logo a img {
    margin: 0 auto;
    display: table;
  }
  footer.contact-foot .footer-bottom {
    margin-bottom: 0px;
  }
  .mast__header {
    padding: 40px 15px;
    top: 15%;
  }
  .projects .container .proj .proj-text {
    padding: 30px 40px 60px;
  }
  header .logo a {
    width: 80px;
  }
  header .logo a img {
    width: 100%;
  }
  .burger-menu a span.bm1, .burger-menu a span.bm4 {
    right: 30px;
  }
  .burger-menu a span.bm2 {
    right: 0px;
  }
  .burger-menu a span.bm3 {
    right: 60px;
  }
}
@media only screen and (max-width: 400px) {
  header {
    padding: 40px 25px;
  }
  .home-about .image {
    width: 70%;
    right: 18%;
    top: -19px;
  }
  .about-page {
    background-size: 60%;
    background-position: 100% 18% !important;
  }
  .about-page .text {
    bottom: 70px !important;
  }
  .about-page .text p {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-page .text {
    margin-top: 165px;
  }
  .contact-page .text h1 {
    margin-bottom: 30px;
  }
  .menu nav ul li {
    padding-bottom: 0px;
  }
  .menu nav ul li a {
    font-size: 54px;
  }
  .projects .container .proj .proj-text {
    padding: 30px 26px 60px;
  }
  .projects .proj-text p {
    font-size: 13px;
  }
}
@media only screen and (max-width: 320px) {
  .menu nav ul li a {
    font-size: 39px;
  }
  .home-banner h1 {
    font-size: 30px;
  }
  .about-page {
    background-size: 55% !important;
    background-position: 50% 24% !important;
  }
  .about-page .text h1 {
    font-size: 20px;
  }
  .about-page .text p {
    font-size: 11px !important;
    line-height: 20px;
  }
  .home-about .image {
    width: 77%;
    right: 12%;
    top: 4px;
  }
  .home-about .info {
    padding: 80px 20px;
  }
  .home-about .info .info-container p {
    font-size: 20px;
    line-height: 30px;
  }
  .contact-page .text {
    padding: 0px 40px 64px 40px;
  }
  .contact-page .text h1 {
    margin-top: 40px;
  }
  .contact-page .text a.twitter {
    bottom: 12px;
  }
  .portfolio-banner {
    height: 86vh;
  }
  .mast__header {
    top: 0%;
  }
  .projects {
    margin-top: 0px;
  }
}
@media only screen and (max-height: 760px) {
  .contact-page .text {
    margin-top: 160px;
  }
}
@media only screen and (max-height: 667px) {
  .about-page .text {
    padding: 10px;
    bottom: 53px;
  }
}
@media only screen and (max-height: 480px) {
  .about-page .text {
    bottom: 48px;
  }
  .portfolio-banner {
    height: 96vh;
    z-index: 9;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (orientation: landscape) {
  .menu nav ul li {
    padding-bottom: 12px;
  }
  .menu nav ul li a {
    font-size: 30px;
  }
  .menu nav .icons {
    bottom: 10px;
  }
  header .logo a {
    display: block;
    width: 70px;
  }
  header .logo a img {
    width: 100%;
  }
  .about-page {
    background-position: 6% 56%;
  }
  .about-page .text {
    margin-right: 63px;
    width: 58%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) {
  .menu nav ul li {
    padding-bottom: 12px;
  }
  .menu nav ul li a {
    font-size: 20px;
  }
  .menu nav .icons {
    bottom: 10px;
  }
  .menu-open header {
    padding: 20px 60px;
    padding-bottom: 0px;
    min-height: 60px;
  }
  .menu-open header .cross {
    top: 33px;
  }
  header .logo a {
    display: block;
    width: 70px;
  }
  header .logo a img {
    width: 100%;
  }
  .about-page {
    background-position: 6% 56%;
  }
  .about-page .text {
    margin-right: 63px;
    width: 58%;
  }
}
@media only screen and (min-device-width: 568px) and (max-device-height: 320px) and (orientation: landscape) {
  header {
    padding: 12px 60px;
  }
  .about-page {
    background-image: none;
  }
  .about-page .text {
    width: 100%;
    margin-right: 0px;
    bottom: 5px;
  }
  .about-page .text h1 {
    font-size: 28px;
    margin: 0px;
  }
  .about-page .text p {
    font-size: 12px;
    line-height: 20px;
  }
}
