* {
  font-family: "Vollkorn", serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

main {
  height: auto;
  width: 100%;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 25px 30px 25px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
}

main nav {
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

main nav .logo img {
  width: 70px;
  height: auto;
}

main nav .hamburger {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background-color: red;
  position: relative;
}

main nav .hamburger .hamgburgerItem {
  content: '';
  width: 22.72px;
  height: 3px;
  background-color: #550710;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .hamburger .hamgburgerItem::before {
  content: '';
  width: 22.72px;
  height: 3px;
  background-color: #550710;
  margin: -0.5em 0 0 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .hamburger .hamgburgerItem::after {
  content: '';
  width: 22.72px;
  height: 3px;
  background-color: #550710;
  margin: 0.5em 0 0 0;
  position: absolute;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .hamburger .hamburgerTrigger {
  content: '';
  position: absolute;
  top: -10px;
  right: 0;
  background-color: transparent;
  width: 30px;
  height: 30px;
  z-index: 3;
  cursor: pointer;
}

main nav .hamburger.active {
  z-index: 3;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .hamburger.active .hamgburgerItem {
  background-color: #550710;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .hamburger.active .hamgburgerItem::before {
  background-color: #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .hamburger.active .hamgburgerItem::after {
  background-color: #FFFFFF;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

main nav .links {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #550710;
  top: 0;
  left: 0;
  padding: 4em 0 0 2em;
  overflow-y: hidden;
  overflow-x: hidden;
  opacity: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  z-index: -1;
}

main nav .links ul {
  list-style: none;
  text-decoration: none;
}

main nav .links ul li {
  padding: 2em 0;
  text-decoration: none;
}

main nav .links ul li a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 26px;
  font-family: "Vollkorn", serif;
}

main nav .links .homeContainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #550710;
  -webkit-transform: translateX(-55px) translateY(30px);
          transform: translateX(-55px) translateY(30px);
  opacity: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

main nav .links .aboutContainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #550710;
  -webkit-transform: translateX(-58px) translateY(30px);
          transform: translateX(-58px) translateY(30px);
  opacity: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

main nav .links .projectsContainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: #550710;
  -webkit-transform: translateX(-75px) translateY(30px);
          transform: translateX(-75px) translateY(30px);
  opacity: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

main nav .links .contact {
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 26px;
  font-family: "Vollkorn", serif;
  padding: 1em 0;
}

main nav .links.active {
  opacity: 1;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  z-index: 2;
}

main .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .contents .firstBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .contents .firstBox .heading {
  padding: 2em 0 2em 0;
}

main .contents .firstBox .heading .title01 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 300%;
  color: #3D362C;
  text-align: end;
}

main .contents .firstBox .heading .title02 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 300%;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0.75px #550710;
  text-align: end;
  margin: -0.25em 0 0 0;
}

main .contents .firstBox .details h1 {
  font-family: "Vollkorn", serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 700;
  color: #3D362C;
  padding: 0 0 1em 0;
}

main .contents .firstBox .details p {
  color: #3D362C;
  font-size: 15px;
  line-height: 2em;
  padding: 0 0 2em 0;
}

main .contents .firstBox .buttonWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 0;
  margin: 0;
}

main .contents .firstBox .buttonWrapper .buttonContainer {
  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;
  width: 100%;
  padding: 0;
  margin: 0 0 2em 0;
}

main .contents .firstBox .buttonWrapper .buttonContainer a {
  padding: 0;
  margin: 0;
  width: 100%;
}

main .contents .firstBox .buttonWrapper .buttonContainer a .buttonOne {
  width: 100%;
  height: 50px;
  border-radius: 2em;
  border: none;
  color: #FFFFFF;
  background-color: #550710;
  font-size: 18px;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

main .contents .firstBox .buttonWrapper .scribble {
  display: none;
  opacity: 1;
}

main .contents .firstBox .buttonWrapper .scribble img {
  height: auto;
  width: 250px;
  z-index: 2;
  margin: 0 1em 1em 0;
  display: none;
  opacity: 1;
}

main .contents .secondBox {
  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;
  padding: 0 0 2em 0;
}

main .contents .secondBox img {
  height: auto;
  width: 100%;
}

footer {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-image: url(/Images/mobileFooterBackground.png);
  background-size: cover;
  padding: 20px 25px;
}

footer .contact {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5em 0 0 0;
}

footer .contact h1 {
  color: #550710;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 1em 0;
  letter-spacing: 0.1em;
}

footer .contact .mobile {
  padding: 0 0 0.75em 1em;
}

footer .contact .mobile::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  background-image: url(/Images/desktopFooterMobile.svg);
}

footer .contact .email {
  padding: 0 0 0.75em 1em;
}

footer .contact .email::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  background-image: url(/Images/desktopFooterEmail.svg);
}

footer .socials {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3em 0 0 0;
  width: 100%;
}

footer .socials h1 {
  color: #550710;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 1em 0;
  letter-spacing: 0.1em;
}

footer .socials .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 8em;
}

footer .socials .icons .facebookIcon::after {
  content: '';
  background-color: #550710;
  position: absolute;
  width: 25px;
  height: 2px;
  -webkit-transform: translateY(40px) translateX(-18px);
          transform: translateY(40px) translateX(-18px);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  opacity: 0;
}

footer .socials .icons .instagramIcon::after {
  content: '';
  background-color: #550710;
  position: absolute;
  width: 25px;
  height: 2px;
  -webkit-transform: translateY(40px) translateX(-32px);
          transform: translateY(40px) translateX(-32px);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  opacity: 0;
}

footer .socials .icons .youtubeIcon::after {
  content: '';
  background-color: #550710;
  position: absolute;
  width: 25px;
  height: 2px;
  -webkit-transform: translateY(40px) translateX(-42px);
          transform: translateY(40px) translateX(-42px);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  opacity: 0;
}

footer .socials .icons img {
  width: auto;
  height: 2em;
}

footer .designAndDevelopment {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3em 0 4em 0;
  width: 100%;
  overflow: visible;
}

footer .designAndDevelopment h1 {
  color: #550710;
  text-transform: uppercase;
  font-size: 18px;
  padding: 0 0 1em 0;
  letter-spacing: 0.1em;
}

footer .designAndDevelopment .businessLogo {
  margin: 0 1.5em 0 0;
}

footer .designAndDevelopment .businessLogo img {
  width: 100%;
  height: 1.8em;
  overflow: visible;
  margin: 0;
}

footer .designAndDevelopment .businessLogo a {
  overflow: visible;
  width: 100%;
  margin: 0 0.5em;
}

footer .designAndDevelopment .businessLogo::after {
  content: '';
  background-color: #550710;
  position: absolute;
  width: 25px;
  height: 2px;
  -webkit-transform: translateY(6px) translateX(15px);
          transform: translateY(6px) translateX(15px);
  opacity: 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

footer .footerLogo {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .footerLogo img {
  display: none;
  width: auto;
  height: 50px;
  margin: 1em 0 0 0;
}

@media only screen and (min-width: 550px) and (max-width: 1024px) {
  * {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main {
    height: auto;
    width: 100%;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 25px 30px 25px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  }
  main nav {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  main nav .logo img {
    width: 70px;
    height: auto;
  }
  main nav .hamburger {
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    background-color: red;
    position: relative;
  }
  main nav .hamburger .hamgburgerItem {
    content: '';
    width: 22.72px;
    height: 3px;
    background-color: #550710;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .hamburger .hamgburgerItem::before {
    content: '';
    width: 22.72px;
    height: 3px;
    background-color: #550710;
    margin: -0.5em 0 0 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .hamburger .hamgburgerItem::after {
    content: '';
    width: 22.72px;
    height: 3px;
    background-color: #550710;
    margin: 0.5em 0 0 0;
    position: absolute;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .hamburger .hamburgerTrigger {
    content: '';
    position: absolute;
    top: -10px;
    right: 0;
    background-color: transparent;
    width: 30px;
    height: 30px;
    z-index: 3;
    cursor: pointer;
  }
  main nav .hamburger.active {
    z-index: 3;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .hamburger.active .hamgburgerItem {
    background-color: #550710;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .hamburger.active .hamgburgerItem::before {
    background-color: #FFFFFF;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .hamburger.active .hamgburgerItem::after {
    background-color: #FFFFFF;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
  main nav .links {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #550710;
    top: 0;
    left: 0;
    padding: 4em 0 0 2em;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    z-index: -1;
  }
  main nav .links ul {
    list-style: none;
    text-decoration: none;
  }
  main nav .links ul li {
    padding: 2em 0;
    text-decoration: none;
  }
  main nav .links ul li a {
    text-decoration: none;
    color: #FFFFFF;
    font-size: 26px;
    font-family: "Vollkorn", serif;
  }
  main nav .links .homeContainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #550710;
    -webkit-transform: translateX(-55px) translateY(30px);
            transform: translateX(-55px) translateY(30px);
    opacity: 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links .aboutContainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #550710;
    -webkit-transform: translateX(-58px) translateY(30px);
            transform: translateX(-58px) translateY(30px);
    opacity: 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links .projectsContainer::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background-color: #550710;
    -webkit-transform: translateX(-75px) translateY(30px);
            transform: translateX(-75px) translateY(30px);
    opacity: 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links .contact {
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    font-size: 26px;
    font-family: "Vollkorn", serif;
    padding: 1em 0;
  }
  main nav .links.active {
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    z-index: 2;
  }
  main .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .contents .firstBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .contents .firstBox .heading {
    padding: 2em 0 2em 0;
  }
  main .contents .firstBox .heading .title01 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 300%;
    color: #3D362C;
    text-align: end;
  }
  main .contents .firstBox .heading .title02 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 300%;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 0.75px #550710;
    text-align: end;
    margin: -0.25em 0 0 0;
  }
  main .contents .firstBox .details h1 {
    font-family: "Vollkorn", serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 700;
    color: #3D362C;
    padding: 0 0 1em 0;
  }
  main .contents .firstBox .details p {
    color: #3D362C;
    font-size: 15px;
    line-height: 2em;
    padding: 0 0 1em 0;
  }
  main .contents .firstBox .buttonWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer {
    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;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer a {
    padding: 0;
    margin: 0;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer a .buttonOne {
    width: 95%;
    height: 50px;
    border-radius: 2em;
    border: none;
    color: #FFFFFF;
    background-color: #550710;
    font-size: 18px;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
  }
  main .contents .firstBox .buttonWrapper .scribble {
    display: initial;
    opacity: 1;
  }
  main .contents .firstBox .buttonWrapper .scribble img {
    opacity: 1;
    height: auto;
    width: 250px;
    z-index: 2;
    margin: 0 1em 1em 0;
    display: initial;
  }
  main .contents .secondBox {
    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;
    padding: 0 0 2em 0;
  }
  main .contents .secondBox img {
    height: auto;
    width: 100%;
  }
  footer {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: url(/Images/mobileFooterBackground.png);
    background-size: cover;
    padding: 20px 25px;
  }
  footer .contact {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5em 0 0 0;
  }
  footer .contact h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 1em 0;
    letter-spacing: 0.1em;
  }
  footer .contact .mobile {
    padding: 0 0 0.75em 1em;
  }
  footer .contact .mobile::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    background-image: url(/Images/desktopFooterMobile.svg);
  }
  footer .contact .email {
    padding: 0 0 0.75em 1em;
  }
  footer .contact .email::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    background-image: url(/Images/desktopFooterEmail.svg);
  }
  footer .socials {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 0 0 0;
    width: 100%;
  }
  footer .socials h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 1em 0;
    letter-spacing: 0.1em;
  }
  footer .socials .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8em;
  }
  footer .socials .icons .facebookIcon::after {
    content: '';
    background-color: #550710;
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transform: translateY(40px) translateX(-18px);
            transform: translateY(40px) translateX(-18px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    opacity: 0;
  }
  footer .socials .icons .instagramIcon::after {
    content: '';
    background-color: #550710;
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transform: translateY(40px) translateX(-32px);
            transform: translateY(40px) translateX(-32px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    opacity: 0;
  }
  footer .socials .icons .youtubeIcon::after {
    content: '';
    background-color: #550710;
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transform: translateY(40px) translateX(-42px);
            transform: translateY(40px) translateX(-42px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    opacity: 0;
  }
  footer .socials .icons img {
    width: auto;
    height: 2em;
  }
  footer .designAndDevelopment {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3em 0 4em 0;
    width: 100%;
    overflow: visible;
  }
  footer .designAndDevelopment h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 0 1em 0;
    letter-spacing: 0.1em;
  }
  footer .designAndDevelopment .businessLogo {
    margin: 0 1.5em 0 0;
  }
  footer .designAndDevelopment .businessLogo img {
    width: 100%;
    height: 1.8em;
    overflow: visible;
    margin: 0;
  }
  footer .designAndDevelopment .businessLogo a {
    overflow: visible;
    width: 100%;
    margin: 0 0.5em;
  }
  footer .designAndDevelopment .businessLogo::after {
    content: '';
    background-color: #550710;
    position: absolute;
    width: 25px;
    height: 2px;
    -webkit-transform: translateY(6px) translateX(15px);
            transform: translateY(6px) translateX(15px);
    opacity: 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerLogo {
    display: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footerLogo img {
    display: none;
    width: auto;
    height: 50px;
    margin: 1em 0 0 0;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1299px) {
  * {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
  }
  main nav {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2em 5%;
  }
  main nav .logo img {
    width: 80px;
    height: auto;
  }
  main nav .hamburger {
    display: none;
  }
  main nav .links {
    position: initial;
    width: initial;
    height: initial;
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    z-index: initial;
  }
  main nav .links ul {
    list-style: none;
    text-decoration: none;
    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;
    margin: 0 2em 0 0;
  }
  main nav .links ul li {
    padding: 0 2em;
    text-decoration: none;
  }
  main nav .links ul li a {
    text-decoration: none;
    color: #3D362C;
    font-size: 23px;
    font-family: "Vollkorn", serif;
  }
  main nav .links ul li .homeContainer:hover::after {
    opacity: 1;
    height: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links ul li .aboutContainer:hover::after {
    opacity: 1;
    height: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links ul li .projectsContainer::after {
    opacity: 1;
    height: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links .contact {
    background-color: transparent;
    border: solid 1px #550710;
    color: #550710;
    font-size: 23px;
    font-family: "Vollkorn", serif;
    padding: 0.5em 2.5em;
    border-radius: 2em;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .contact:hover {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-color: #550710;
    color: #FFFFFF;
  }
  main nav .links.active {
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    z-index: 2;
  }
  main .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 10% 2em 10%;
  }
  main .contents .firstBox {
    padding: 0 4em 0 0;
    position: relative;
  }
  main .contents .firstBox .heading {
    position: absolute;
    top: 0;
    padding: 0;
  }
  main .contents .firstBox .details {
    padding: 8em 0 0 0;
  }
  main .contents .firstBox .details p {
    font-size: 18px;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer button.buttonOne {
    width: 100%;
    height: 60px;
    border-radius: 2em;
    border: solid 2px;
    color: #550710;
    background-color: transparent;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer button.buttonOne:hover {
    background-color: #550710;
    color: #FFFFFF;
  }
  main .contents .firstBox .buttonWrapper .scribble {
    display: initial;
    opacity: 1;
  }
  main .contents .firstBox .buttonWrapper .scribble img {
    opacity: 1;
    height: auto;
    width: 200px;
    z-index: 2;
    margin: 0 1em 1em 0;
    display: initial;
  }
  main .contents .secondBox {
    width: 100%;
  }
  main .contents .secondBox img {
    height: auto;
    width: 250px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url(/Images/desktopFooterBackground.png);
    background-size: contain;
    padding: 8em 10%;
  }
  footer .footerDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .footerDetails .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4em 0 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .contact h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    letter-spacing: 0.1em;
  }
  footer .footerDetails .contact .mobile {
    padding: 0 0 1em 1.5em;
  }
  footer .footerDetails .contact .mobile::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    background-image: url(/Images/desktopFooterMobile.svg);
  }
  footer .footerDetails .contact .email {
    padding: 0 0 0 1.75em;
  }
  footer .footerDetails .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4em 0 0;
    width: auto;
  }
  footer .footerDetails .socials h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    letter-spacing: 0.1em;
  }
  footer .footerDetails .socials .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8em;
  }
  footer .footerDetails .socials .icons img {
    width: auto;
    height: 2em;
  }
  footer .footerDetails .socials .icons .facebookIcon:hover:after {
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .socials .icons .instagramIcon:hover::after {
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .socials .icons .youtubeIcon:hover:after {
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .designAndDevelopment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 0;
    width: 100%;
    overflow: visible;
  }
  footer .footerDetails .designAndDevelopment h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    letter-spacing: 0.1em;
  }
  footer .footerDetails .designAndDevelopment .businessLogo {
    margin: 0 0 0 -1em;
  }
  footer .footerDetails .designAndDevelopment .businessLogo img {
    width: 100%;
    height: 1.75em;
    margin: 0;
    overflow: visible;
  }
  footer .footerDetails .designAndDevelopment .businessLogo a {
    overflow: visible;
    width: 100%;
    margin: 0 0.5em;
  }
  footer .footerDetails .businessLogo:hover:after {
    opacity: 1;
    height: 10px;
  }
  footer .footerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footerLogo img {
    width: auto;
    height: 50px;
    margin: 1em 0 0 0;
    display: initial;
  }
}

@media only screen and (min-width: 1300px) {
  * {
    font-family: "Vollkorn", serif;
    font-weight: 400;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  main {
    height: auto;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 0;
  }
  main nav {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 2em 5%;
  }
  main nav .logo img {
    width: 80px;
    height: auto;
  }
  main nav .hamburger {
    display: none;
  }
  main nav .links {
    position: initial;
    width: initial;
    height: initial;
    background-color: transparent;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    z-index: initial;
  }
  main nav .links ul {
    list-style: none;
    text-decoration: none;
    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;
    margin: 0 2em 0 0;
  }
  main nav .links ul li {
    padding: 0 2em;
    text-decoration: none;
  }
  main nav .links ul li a {
    text-decoration: none;
    color: #3D362C;
    font-size: 23px;
    font-family: "Vollkorn", serif;
  }
  main nav .links ul li .homeContainer:hover::after {
    opacity: 1;
    height: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links ul li .aboutContainer:hover::after {
    opacity: 1;
    height: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links ul li .projectsContainer::after {
    opacity: 1;
    height: 10px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .links .contact {
    background-color: transparent;
    border: solid 1px #550710;
    color: #550710;
    font-size: 23px;
    font-family: "Vollkorn", serif;
    padding: 0.5em 2.5em;
    border-radius: 2em;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main nav .contact:hover {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    background-color: #550710;
    color: #FFFFFF;
  }
  main nav .links.active {
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    z-index: 2;
  }
  main .contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 10% 10% 10%;
  }
  main .contents .firstBox {
    padding: 0 4em 0 0;
    position: relative;
  }
  main .contents .firstBox .heading {
    position: absolute;
    top: 0;
    padding: 0;
  }
  main .contents .firstBox .details {
    padding: 8em 0 0 0;
  }
  main .contents .firstBox .details p {
    font-size: 18px;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer button.buttonOne {
    width: 100%;
    height: 60px;
    border-radius: 2em;
    border: solid 2px;
    color: #550710;
    background-color: transparent;
    font-size: 22px;
    cursor: pointer;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  main .contents .firstBox .buttonWrapper .buttonContainer button.buttonOne:hover {
    background-color: #550710;
    color: #FFFFFF;
  }
  main .contents .firstBox .buttonWrapper .scribble {
    display: initial;
    opacity: 1;
  }
  main .contents .firstBox .buttonWrapper .scribble img {
    opacity: 1;
    height: auto;
    width: 200px;
    z-index: 2;
    margin: 0 1em 1em 0;
    display: initial;
  }
  main .contents .secondBox {
    width: 100%;
  }
  main .contents .secondBox img {
    height: auto;
    width: 320px;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-image: url(/Images/desktopFooterBackground.png);
    background-size: contain;
    padding: 8em 10%;
  }
  footer .footerDetails {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  footer .footerDetails .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4em 0 0;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .contact h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    letter-spacing: 0.1em;
  }
  footer .footerDetails .contact .mobile {
    padding: 0 0 1em 1.5em;
  }
  footer .footerDetails .contact .mobile::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
    background-image: url(/Images/desktopFooterMobile.svg);
  }
  footer .footerDetails .contact .email {
    padding: 0 0 0 1.75em;
  }
  footer .footerDetails .socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4em 0 0;
    width: auto;
  }
  footer .footerDetails .socials h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    letter-spacing: 0.1em;
  }
  footer .footerDetails .socials .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 8em;
  }
  footer .footerDetails .socials .icons img {
    width: auto;
    height: 2em;
  }
  footer .footerDetails .socials .icons .facebookIcon:hover:after {
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .socials .icons .instagramIcon:hover::after {
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .socials .icons .youtubeIcon:hover:after {
    height: 10px;
    opacity: 1;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
  }
  footer .footerDetails .designAndDevelopment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 0 0;
    width: 100%;
    overflow: visible;
  }
  footer .footerDetails .designAndDevelopment h1 {
    color: #550710;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1em 0;
    letter-spacing: 0.1em;
  }
  footer .footerDetails .designAndDevelopment .businessLogo {
    margin: 0 0 0 -1em;
  }
  footer .footerDetails .designAndDevelopment .businessLogo img {
    width: 100%;
    height: 1.75em;
    margin: 0;
    overflow: visible;
  }
  footer .footerDetails .designAndDevelopment .businessLogo a {
    overflow: visible;
    width: 100%;
    margin: 0 0.5em;
  }
  footer .footerDetails .businessLogo:hover:after {
    opacity: 1;
    height: 10px;
  }
  footer .footerLogo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: initial;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  footer .footerLogo img {
    width: auto;
    height: 50px;
    margin: 1em 0 0 0;
    display: initial;
  }
}
/*# sourceMappingURL=projects.css.map */