.body {
  background-color: #1a425b;
  background-image: url(../images/eye.svg), url(../images/fur-background.svg);
  background-position: 50% 36%, 100% 100%;
  background-size: cover;
  color: #1a425b;
  background-repeat: no-repeat, repeat;
}

.body.home {
  background-size: 30vw;
}

.body.hamburgerpage {
  background-image: none;
}

.image {
  width: 100px;
  margin-top: 25px;
  margin-left: 25px;
}

a {
  text-decoration: none;
}

.maincontainer {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: scroll;
  width: 100%;
  height: 100vh;
  background-color: transparent;
  color: #000;
}

.maincontainer.soundpage {
  background-color: #f2b6bd;
  background-image: url('../images/Dotted-background.svg');
  background-position: 35% 105%;
  background-size: 99vw;
  background-repeat: no-repeat;
/*  background-attachment: scroll;*/
}

.maincontainer.motiongraphics {
  background-color: #25594a;
  background-image: url('../images/Rabbit-background.svg');
  background-position: 50% 50%;
  background-size: 800px;
  background-repeat: no-repeat;
}

.graphic-design {
  background-image: url('../images/icecream-background.png');
  background-position: 50% 88%;
  background-size: 24vw;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.maincontainer.ux-ui {
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  background-image: url('../images/dripping-border.png');
  background-position: 100% 7%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: ;
}

.maincontainer.graphicdesign {
  background-color: transparent;
  background-image: none;
}

.maincontainer.contactpage {
  background-color: transparent;
  background-image: none;
}

.maincontainer.about-me {
  background-color: #FCD6BF;
  background-image: none;
}

.exit {
  width: 4%;
  margin-bottom: 30px;
  cursor: pointer;

}

.image-2 {
  width: 400px;
}

.subheadingbackground {
  width: 26vw;
}

.image-4 {
  width: 386px;
}

.image-5 {
  width: 386px;
}

.image-6 {
  width: 386px;
}


.subheadingname {
  position: relative;
  font-family: Bizon, sans-serif;
  color: #eaacb7;
  -webkit-text-stroke: 1px black;
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
  text-decoration: none;
}

.subheading {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 80vh;
}

.subheading-box {
  margin: auto;
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: center;
}

.subheading-button {
  width: 58%;
  height: 14vw;
  display: flex;
  align-items: center;
  text-decoration: none;
  justify-content: center;
  background-image: url('../images/background-uxui.svg');
  background-size: cover;
}

.subheading-button.sub-2 {
  background-image: url('../images/motion-graphics.svg');
}

.subheading-button.sub-3 {
  background-image: url('../images/sound.svg');
}

.subheading-button.sub-4 {
  background-image: url('../images/graphic-design.svg');
}


.hamburger {
  position: absolute;
  left: 1vw;
  top: 0vh;
  display: inline-block;
  width: 11vw;
  margin-top: 0px;
  margin-left: 0px;
  z-index: 10;
}

.hamburger.home {
  left: 2px;
  top: -2vh;
  width: 10vw;
}

.hamburger-modal {
  display: none;
  background-color: #9cc5f0;
  top: 0;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
}

.hamburgerlink {
  width: 80px;
  height: 80px;
}

.hamburger-headings {
  width: 27vw;
  margin: 1vh;
}

.hamburgerheading.close {
  width: 51px;
}

.hamburgerheading-copy {
  width: 4%;
  padding-top: 40px;
  padding-bottom: 60px;
}

.hamburgerheading-copy.close {
  width: 51px;
}

/*hamburger animation*/

.hamburger {
  cursor: pointer;
}

.hamburger #bun-top,
.hamburger  #tomato,
.hamburger  #bun-bottom,
.hamburger  #meat,
.hamburger  #cheese,
.hamburger  #lettuce,
.hamburger  #sauce,
.hamburger  #sauce-drip-1,
.hamburger  #sauce-drip-2 {
  transition: transform 200ms;
}

.hamburger #sauce-splash {
  transition: transform 100ms;
}

.hamburger:hover #bun-top {
    transform: translate(72px, -46px);
  }

.hamburger:hover  #tomato {
    transform: translate(63px, 121px);
}

.hamburger:hover  #bun-bottom {
    transform: translate(0px, 54px);
  }

.hamburger:hover  #meat {
    transform: translate(0px, 20px)
  }

.hamburger:hover  #cheese {
    transform: translate(0px, 10px)
  }

.hamburger:hover  #lettuce {
    transform: translate(0px, -50px);
  }

.hamburger:hover  #sauce {
    transform: translate(0px, -80px)
  }

.hamburger:hover  #sauce-drip-1 {
    transform: translate(241px, 80px);
  }

.hamburger:hover  #sauce-drip-2 {
    transform: translate(219px, 125px);
  }

.hamburger:hover #sauce-splash{
  display: block;
  transform: translate(0px, -20px);
}

#sauce-splash {
    display: none;
}

/*hamburger animation*/

.socials.mobile {
  display: none;
}

.socials.desktop {
  display: inline-flex;
  position: absolute;
  bottom: 2vh;
  right: 3vw;
  flex-direction: column;
}

.social-top {
  display:inline-flex;
}

.social-bottom {
  display:inline-flex;
  margin-top: -0.5vh;
}

.icons {
  width: 4.5vw;
  padding: 3px;
}



.div-block-3 {
  position: absolute;
  display: flex;
  left: 0%;
  top: 4%;
  right: 0%;
  bottom: auto;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}


.text-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-7 {
  width: 1000px;
}

.mainheading {
  position: static;
  display: block;
  width: 75vw;
  max-width: 1500px;
  margin-top: 0vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e85d40;
  text-align: center;
}

.mainheadinglayerone {
  position: relative;
  top: 30px;
  font-family: 'Melted monster', Arial, sans-serif;
  color: #f2b6bd;
  -webkit-text-stroke: 2px black;
  font-size: 7vw;
  letter-spacing: 0.5vw;
}

.mainheadinglayerone.who {
  left: 3vw;
  top: -8vh;
  width: 9vw;
  cursor: pointer;
}

.mainheadinglayertwo {
  position: relative;
  margin-top: 0px;
  font-family: 'Melted monster', Arial, sans-serif;
  color: #e85d40;
  -webkit-text-stroke: 2px black;
  font-size: 7vw;
  letter-spacing: 0.5vw;
}

.mainheadinglayerthree {
  position: relative;
  top: 60px;
  font-family: 'Melted monster', Arial, sans-serif;
  color: #93bcba;
  -webkit-text-stroke: 2px black;
  font-size: 7vw;
  letter-spacing: 0.5vw;
}

.navigation {
  position: static;
  display: block;
  padding-top: 2vh;
  height: 23vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navigation.home {
  height: 0vh;
}

.navigation.ux-ui {
  width: 100%;
/*  position: absolute;*/
  background-repeat: no-repeat;
/*  height: 39vh;*/
}

.navigation.contact {
  height: 20vh;
}

.navigation.graphic-design {
  height: 18vh;
}

.page-headings {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.smallerheading {
  font-family: 'Helloghost ywakz', sans-serif;
  color: #7ed321;
  font-size: 60px;
  line-height: 60px;
  text-transform: lowercase;
}

.smallerheading.motiongraphics {
  margin-top: 31px;
  font-family: nr1bj, sans-serif;
  color: #000;
  font-size: 43px;
  letter-spacing: 6px;
}

.smallerheading.ux-ui {
  font-family: Kalem, sans-serif;
  color: #9cc5f0;
  font-size: 51px;
  -webkit-text-stroke: 1px black;
}

.small-heading.contactpage {
  position: relative;
  right: 2vw;
  top: 6vh;
  font-size: 5vw;
  font-family: 'Horrifiedtonight rgyxy', sans-serif;
  color: #bd10e0;
  text-align: center;
  letter-spacing: 1vw;
  -webkit-text-stroke: 1px black;
}


.image-8 {
  position: static;
  left: 325px;
  top: 252px;
  display: block;
  margin-right: 0px;
  border: 1px solid #000;
  text-align: left;
}

.gallery-modal {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #5d6c7bb0;
  z-index: 100;
}

.arrows {
  position: absolute;
  bottom: 53vh;
  width: 5vw;
}

.arrow-1 {
  left: 87vw;
  position: absolute;
  z-index: 3;
  animation-duration: 1.5s;
  animation-delay: 0.5s;
  animation-timing-function: ease-in-out;
  animation-name: scale;
  animation-iteration-count: infinite;
  /*animation-direction: alternate;*/
}

.arrow-2 {
  position: absolute;
  left: 89vw;
  z-index: 2;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.0s;
  animation-name: scale;
  animation-iteration-count: infinite;
  /*animation-direction: alternate;*/
}

.arrow-3 {
  left: 91vw;
  position: absolute;
  z-index: 1;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 1.5s;
  animation-name: scale;
  animation-iteration-count: infinite;
 /* animation-direction: alternate;*/
}

@keyframes scale {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1.0);
  }
}

.ux-ui-gallery-container {
  display: flex;
  flex-wrap: wrap;
}

.ux-ui-gallery-1 {
/*  display: none;*/
  overflow-y: scroll;
  width: 70vw;
  margin: 13vh auto;
}

.ux-ui-gallery-1.computer {
  display: flex;
}

.ux-ui-gallery-1.phone {
  display: none;
  margin: 16vh auto 0 auto;
  width: 23vw;
}

.ux-ui-gallery-1.footy-tipping {
  display: flex;
}

.ux-ui-position{
  width: 100%;
  position: relative;
  top: 1vh;
}
.ux-ui-image {
  width: 70vw;
  margin: auto;
  flex-shrink: 0;
}

.ux-ui-image.phone {
  width: 24vw;
  margin: 0 auto;
  flex-shrink: 0;
  padding: 1vw;
}

.ux-ui-image.computer {
  padding: 1vw;
}

.thumbnail {
  cursor: pointer;
}

.exit-modal {
  width: 3vw;
  position: absolute;
  top: 4vh;
  right: 48vw;
  cursor: pointer;
}

.action-icons-container {
  position: absolute;
  top: 1vh;
  right: 14vw;
  display: flex;
  align-items: flex-end;
  flex-wrap: nowrap;
}

.action-icons {
  margin: 1vw;
  cursor: pointer;
}

.action-icons.computer{
  width: 7.5vw;
}

.action-icons.phone{
  width: 3vw;
}

.ux-ui-image.footy-tipping {
  width: 23vw;
  margin: 0 auto 6vh auto;
}

/*image gallery on graphic design page*/

.graphic-gallery {
  display: flex;
  overflow-y: scroll;
  border-radius: 50%;
  height: 20vw;
  width: 20vw;
  cursor: pointer;
}

.gallery-position{
  width: 50%;
  padding: 10px 8vw;
}

.gallery-position:nth-child(even) > .graphic-gallery {
  margin-left: auto;

}
.gallery-position:nth-child(n+3) {
  padding: 26px 17vw;
}

.gallery-position:nth-child(n+5) {
  padding: 26px 5vw;
}

.gallery-position:nth-child(n+7) {
  padding: 26px 17vw;
}

.graphic-gallery-container {
  display: flex;
  flex-wrap: wrap;
  margin: 13vh auto;
}

.graphic-gallery-container.gutsy {
  flex-wrap: nowrap;
  overflow-y: scroll;
  width: 80vw;
}

.graphic-gallery-container.am {
  flex-wrap: nowrap;
  overflow-y: scroll;
  width: 65vw;
}

.graphic-image {
  width: 16vw;
  margin: auto;
  flex-shrink: 0;
}

.graphic-image.am-nutrition {
  width: 63vw;
  padding: 1vw;
}

.graphic-image.am-nutrition.smaller {
  width: 44vw;
}

.graphic-image.my-logo {
  width: 73vw;
  margin-top: 5vh;
}

.graphic-image.bonsoy {
  width: 90vw;
  margin: 10vh auto;
}

.graphic-image.coffee {
  width: 32vw;
}

.graphic-image.coffee-style {
  width: 15vw;
}

.graphic-image.coffee.thumbnail {
  width: 14vw;
}

.graphic-image.gutsy {
  width: 80vw;
  padding: 1vw;
}

.graphic-image.gutsy.thumbnail {
  width: 20vw;
}

.graphic-image.gutsy.style-guide {
  width: 32vw;
}

.graphic-image.gutsy.instagram-post {
  width: 30vw;
}

.graphic-image.gutsy.small {
  width: 53vw;
}

.graphic-image.footy-tipping {
  width: 13vw;
}

.graphic-image.harry-potter {
  padding: 1vw;
  width: 65vw;
}

.graphic-image.harry-potter.thumbnail {
  width: 14vw;
}

.graphic-image.hiyn {
  width: 97vw;
  padding-top: 4vw;
}

 #comp-image {
    display: flex;
  }

  #mobile-image {
    display: none;
  }


.content {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  position: relative;
  top: 30vh;
  height: calc(100vh - 30vh);
  overflow: scroll;
}

.content.contact {
  z-index: 10;
  position: static;
}

.main-content.about-me {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.photo-container {
  width: 30vw;
}

.about-me-paragraph {
  font-family: 'Darker Grotesque';
  font-size: 1.3vw;
  line-height: 4vh;
  letter-spacing: 0.2vw;
  text-align: center;
  border: 1px solid black;
  border-radius: 2vw;
  padding: 2vw;
}

.about-me-container {
  text-align: center;
}

.about-me-paragraph.testimonials {
  border: none;
}

.arrow-direction {
  display: block;
}
.quote-images {
  width: 3vw;
}

.testimonial-heading {
  width: 35vw;
  margin: auto;
  padding-top: 4vh;
}

.testimonial-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 2vh;
}

.testimonial-paragraph {
  display: flex;
}

.styled-links {
  text-decoration: none;
  color: black;
  font-weight: bold;
}

.heading {
  font-family: 'Darker Grotesque';
  font-size: 3vw;
  text-transform: uppercase;
  line-height: 3vw;
  letter-spacing: 1vw;
  margin: 7vh 0vw 1vh;
  padding-left: 15vw;
}

.contentsection {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10vh;
}

.centeringimage {
  display: block;
  width: 800px;
  border: 1px solid #000;
}

.image-9 {
  display: inline-block;
}

.image-10 {
  display: block;
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.top-heading {
  width: 45vw;
}

.small-heading {
  width: 20vw;
}

.small-heading.sound {
  width: 10vw;
}

.small-heading.about-me {
  width: 24vw;
  margin: 1vh auto 6vh auto;
}

.layertwo {
  position: static;
  left: 0%;
  top: 1%;
  right: 0%;
  bottom: auto;
}

.layerthree {
  position: static;
  left: 0%;
  top: 2%;
  right: 0%;
  bottom: auto;
}

.topheadingcontainer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.image-11 {
  display: block;
  width: 700px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.small-heading.graphic-design {
  border: 1px none #000;
  font-family: 'Horrifiedtonight rgyxy', sans-serif;
  color: #bd10e0;
  -webkit-text-stroke: 1px black;
  font-size: 4vw;
  line-height: 4vh;
  text-align: center;
  letter-spacing: 0.5vw;
  width: auto;
  margin:2vh;
}

.contact {
  background-color: #4a4a4a;
  background-image: url('../images/stars.svg');
  background-position: 50% 50%;
  background-size: 75vw;
/*  background-repeat: no-repeat;*/
  background-attachment: fixed;
}

.moon {
  position: absolute;
  left: 0%;
  top: 13%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 43vw;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.spaceship {
  position: absolute;
  left: 5vw;
  top: 28vh;
  width: 12vw;
}

.planet {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 17%;
  width: 9vw;
}

.div-block {
  display: block;
  width: 630px;
  margin-right: auto;
  margin-left: auto;
}

.text-block-3 {
  font-family: Bizon, sans-serif;
  color: #7ed321;
  font-size: 2vw;
  line-height: 3vw;
  -webkit-text-stroke: 1px black;
}

.link {
  position: relative;
  top: 13vh;
  display: block;
  text-align: center;
  letter-spacing: 4px;
  text-decoration: none;
  margin: 2vh;
}

.hamburgerpage {
  background-color: #9cc5f0;
}

.hamburger-monster {
  position: relative;
  top: 8vh;
  width: 100vw;
  padding-top: 0px;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-17 {
  width: 8%;
}

.image-17.padding {
  display: block;
  padding-bottom: 20px;
}

.image-18 {
  width: 25%;
}

.image-18.padding {
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-19 {
  width: 21%;
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-20 {
  width: 11%;
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-21 {
  width: 30%;
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-22 {
  width: 15%;
  padding-top: 0px;
  padding-bottom: 20px;
}

.image-23 {
  display: none;
}

.background-box-mobile {
  display: none;
}

.subheading-mobile {
  display: none;
}

.link-block-2 {
  display: block;
  width: auto;
}

.link-block-3 {
  position: relative;
  display: block;
  width: auto;
}
/*transferred from old website*/

.audio {
  margin: 20px;
  flex: 1;
  min-width: 300px;
  height: 150px;
  background-color: white;
  text-align: center;
}

.audio audio {
  margin-top: 12px;
}

.video-container {
  margin: 2vw;
  display: flex;
  flex-wrap: wrap;
}

.video {
  flex: 1;
  min-width: 33vw;
  height: 31vw;
  margin: 1vw;
  background-color: black;
  border-radius: 1vw;
}

.video video {
  height: calc(100% - 70px);
  width: 100%;
}

.media-heading {
  padding: 1vw;
  background-color: #58C694;
  color: #BD10E0;
  -webkit-text-stroke: 1px black;
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
  font-family: kalem;
}

.media-heading h2 {
  margin: 0;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

/*transfered from old website*/

/*animations*/

/* Grow Shadow */
.hvr-grow-shadow {
/*  display: inline-block;*/
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.grow:hover {
  transform: scale(1.1);
  transition: transform 200ms;
}

@media screen and (min-width: 1300px) {

  .hamburger-monster {
    top: 5vh;
  }

}

  


@media screen and (max-width: 991px) {

  .maincontainer.soundpage {
    background-image: url('../images/dotted-background-mobile.png');
    background-position: 35px 14px;
    background-size: 105%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }

  .maincontainer.ux-ui {
    background-position: 100% 17%;
    background-size: 1408px;
  }

  .image-2 {
    display: block;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
  }

  .mainheading {
    margin-top: -4vh;
  }

  .mainheadinglayerone {
    top: 7vh;
    font-size: 7.5vw;
  }

  .mainheadinglayertwo {
    top: 3vh;
    font-size: 7.5vw;
  }

  .mainheadinglayerthree {
    top: 11vh;
    font-size: 7.5vw;
  }

  .mainheadinglayerone.who {
    top: -3vh;
  }

  .socials {
    right: 1vw;
    bottom: 4vh;
  }

  .icons {
    width: 5vw;
  }

  .exit-modal {
    width: 10vw;
    right: 76vw;
  }

  .action-icons-container {
    right: 8vw;
  }

  .action-icons.phone {
    width: 5vw;
  }

  .action-icons.computer {
    width: 13vw;
  }

  .ux-ui-gallery-1 {
    width: 85vw;
  }

  .ux-ui-gallery-1.phone {
    width: 30vw;
  }

  .ux-ui-image.computer {
    width: 85vw;
  }

  .ux-ui-image.phone {
    width: 30vw;
  }

  .arrows {
    display: none;
  }

  .top-heading {
    width: 60vw;
  }

  .topheading {
    width: 650px;
    margin-top: 12px;
    font-size: 70px;
    -webkit-text-stroke: 1px black;
  }

  .small-heading.sound {
    width: 16vw;
  }

  .smallerheading {
    font-family: 'Skatefall lgl1e', sans-serif;
    font-size: 31px;
    text-transform: uppercase;
  }

/*  .heading {
    padding-bottom: 20px;
    font-size: 46px;
  }*/

/*  .contentsection {
    width: 700px;
    max-width: 768px;
    margin-top: 229px;
  }
*/
  .text-block-2 {
    font-size: 50px;
  }

  .image-16 {
    top: 153px;
  }

  .hamburger-monster {
    top: 30vh;
  }

  .video-container {
    margin: 2vw;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
  }

  .video {
    width: 75%;
    margin: 1vw auto;
    max-height: 60vh;
  }

  .audio {
    margin: 1vw auto;
    height: 19vh;
    background-color: white;
    text-align: center;
    width: 40vw;
    border-radius: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .body.home {
    background-position: 50% 20%;
    background-size: 50vw;
  }

  .footer {
    display: block;
    position: absolute;
    background-color: #C2E1E3;
    bottom: 0;
    width: 100vw;
  }

  .socials.desktop {
    display: none;
  }

  .socials.mobile {
    display: flex;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    background-color: #C2E1E3;
    right: 0;
    bottom: -1vh;
    z-index: 19;
    position: absolute;
  }

  .socials.about-me {
    background-color: #ffbf98;
  }

  .socials.sound {
    background-color: #ffbcc8;
  }

  .socials.motion {
    background-color: #398670;
  }

  .icons {
    width: 15vw;
  }

  .exit {
    width: 10%;
    margin-bottom: 20px;
  }

  .exit-modal.left {
    right: 76vw;
  }

  .exit-modal {
    width: 10vw;
    right: 21vh;
    top: 5vh;
  }

  .image {
    display: block;
    width: 45px;
    max-width: none;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .maincontainer {
    height: 100vh;
  }

  .maincontainer.soundpage {
    height: 100vh;
    background-image: url('../images/dotted-background-mobile.png');
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .maincontainer.motiongraphics {
    position: static;
    height: 100vh;
    background-position: 50% 31%;
    background-size: 63vw;
  }

  .maincontainer.ux-ui {
    position: static;
    z-index: 2;
    background-position: 100% 0%;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-color: white;
  }

  .maincontainer.graphic-design {
    background-size: 50vw;
    background-position: 50% 37%;
  }

  .subheadingbackground {
    display: block;
  }

  .subheadinghigher {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .subheadinglower {
    display: none;
    margin-top: 0px;
  }

  .subheadingcontainer {
    position: relative;
    top: 39vh;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .hamburger {
    position: unset;
    display: block;
    width: 28vw;
    margin-right: auto;
    margin-left: auto;
    height: 7vh;
  }

  .hamburger-monster {
    display: none;
  }

  .hamburger-headings {
    width: 300px;
    margin: 15px;
  }

  .hamburger.home {
    width: 28vw;
    margin-top: -1vh;
  }

  .subheading {
    display: none;
  }

  .subheadingname {
    position: absolute;
    left: 0%;
    top: 52%;
    right: 0%;
    bottom: 0px;
    font-size: 33px;
    line-height: 35px;
  }

  .subheadingname.one {
    top: 2%;
    font-size: 35px;
    line-height: 38px;
    letter-spacing: 3px;
  }

  .subheadingname.two {
    top: 29%;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 3px;
  }

  .subheadingname.three {
    top: 58%;
    font-size: 38px;
    line-height: 30px;
    letter-spacing: 3px;
  }

  .subheadingname.four {
    top: 79%;
    font-size: 35px;
    line-height: 36px;
    letter-spacing: 3px;
  }

  .subheadingbox {
    position: static;
    display: block;
    height: auto;
  }

  .mainheading {
    position: absolute;
    left: 0%;
    top: 11vh;
    right: 0%;
    bottom: auto;
    display: block;
    width: 91vw;
    max-width: none;
    margin-top: 0px;
  }

  .mainheadinglayerone {
    top: -3vh;
    font-size: 10vw;
    -webkit-text-stroke: 1px black;
  }

  .mainheadinglayertwo {
    top: -6vh;
    font-size: 10vw;
    -webkit-text-stroke: 1px black;
  }

  .mainheadinglayerthree {
    position: relative;
    top: 0vh;
    font-size: 10vw;
    -webkit-text-stroke: 1px black;    
  }

  .mainheadinglayerone.who {
    left: 6vw;
    top: -37vh;
    width: 14vw;
  }

  .navigation {
    position: fixed;
    width: 100%;
    height: 18vh;
    padding-top: 1vh;
    z-index: 1;
  }

  .navigation.ux-ui {
    z-index: 10;
  }

  .navigation.motion-graphics {
    height: 25vh;
  }

  .navigation.contact {
    height: 12vh;
  }

  .top-heading {
    width: 350px;
    margin: 10px;
    margin: 10px 0px 0px 0px;
  }

  .topheading {
    display: block;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    color: #f5f7f2;
    font-size: 30px;
    line-height: 30px;
  }

  .topheading.sound {
    font-size: 30px;
    line-height: 30px;
  }

  .small-heading {
    width: 66vw;
    margin: 1vh;
  }

  .small-heading.graphic-design {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 4px;
  }

  .small-heading.sound {
    width: 30vw;
  }

  .small-heading.contactpage {
    font-size: 13vw;
    top: 3vh;
    left: 1vw;
  }

  .small-heading.motion-graphics {
    width: 51vw;
    margin: -0.5vh;
  }

  .hamburgermenu {
    display: block;
  }

  .content {
    display: flex;
    margin-top: 33px;
    position: relative;
    justify-content: center;
    border: 1px none #000;
  }

  .main-content {
    display: flex;
    flex-direction: column;
    overflow: scroll;
  }


  .main-content.sound {
    height: calc(100% - 32vh);
    margin-top: 23vh;
  }

  .main-content.motion-graphics {
    height: calc(100% - 57vh);
    margin-top: 49vh;
  }

  .main-content.about-me {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 18vh;
  }

  .small-heading.about-me {
    width: 44vw;
    margin: 1vh auto 2vh auto;
  }

  .about-me-paragraph {
    line-height: 17px;
    font-size: 12px;
    letter-spacing: 2px;
  }

  .photo-container {
    width: 65vw;
  }

  .arrow-direction {
    display: none;
  }

  .testimonial-container {
    position: relative;
    top: 20vh;
    width: 93vw;
    margin: auto;
    padding-bottom: 10vh;
  }

  .testimonial-heading {
    width: 67vw;
    padding-top: 0vh;
    padding-bottom: 2vh;
  }

  .testimonial-paragraph {
    display: flex;
  }

  .quote-images {
    width: 10vw;
  }

  .video {
    width: 90%;
    margin: 2vh auto;
  }

  .media-heading {
    font-size: 9vw;
    height: 6vh;
    line-height: 5vh;
    letter-spacing: 0.5vw;
  }

  .media-heading.video {
    height: 9vh;
  }

  .gallery-modal {
    overflow: scroll;
  }

  .graphic-gallery-container {
    position: relative;
    margin: auto;
    top: 63vh;
    padding-bottom: 10vh;
  }

  .graphic-gallery-container.mobile {
    top: 10vh;
    display: block;
  }

  .graphic-gallery-container.gutsy {
    top: 12vh;
    display: flex;
    flex-direction: column;
    width: 100vw;
  }

  .graphic-gallery-container.mobile.am {
    width: 90vw;
    top: 16vh;
    flex-wrap: wrap;
    height: 80vh;
  }

  .graphic-image.am-nutrition {
    width: 90vw;
  }

  .graphic-image.am-nutrition.smaller {
    width: 91vw;
  }

  .graphic-image-mobile.coffee {
    width: 80vw;
  }

  .graphic-image.coffee-style {
    padding-top: 1vh;
    width: 80vw;
  }

  .graphic-image.gutsy {
    width: 99vw;
  }

  .graphic-image.gutsy.small {
    width: 99vw;
  }

  .graphic-image.gutsy.style-guide {
    width: 99vw;
  }

  .graphic-image.gutsy.instagram-post {
    width: 99vw;
  }

  .graphic-image.mobile.harry-potter {
    width: 95vw;
    padding-top: 5vh;
  }

  .graphic-image.mobile.hiyn {
    width: 84vw;
  }

  .graphic-image-mobile {
    width: 90vw;
    margin: auto;
    padding-top: 5vh;
  }


  .graphic-gallery {
    border-radius: 0;
    margin: auto;
  }

  .gallery-position {
    width: 80vw;
    padding: 7px;
    margin: auto;
    border: 1px solid #fafafa;
    background-color: mistyrose;
  }

  .gallery-position:nth-child(even) > .graphic-gallery {
    margin: auto;
    padding: 0px;

  }
  .gallery-position:nth-child(n+3) {
    padding: 7px;
    margin: auto;
  }

  .gallery-position:nth-child(n+5) {
    padding: 7px;
    margin: auto;
  }

  .gallery-position:nth-child(n+7) {
    padding: 7px;
    margin: auto;
  }

  #comp-image {
    display: none;
  }

  #mobile-image {
    display: flex;
  }

  .action-icons-container {
    right: 8vw;
    top: 4vh;
  }

  .action-icons.phone {
    width: 8vw;
  }

  .action-icons.computer {
    width: 22vw;
  }

  .arrows {
    display: none;
    bottom: 0;
    top: 84vh;
    right: 132vw;
    width: 12vw;
  }

  .arrows.phone {
    display: flex;
  }

  .arrow-2 {
    left: 91vw;
  }

  .arrow-3 {
    left: 96vw;
  }

  .heading {
    font-size: 4vw;
    padding-left: 5vw;
  }

  .ux-ui-gallery-container {
    position: relative;
    top: 21vh;
  }

  .ux-ui-gallery-1.computer {
    display: flex;
    flex-direction: column;
    overflow: scroll;
    height: 81vh;
  }

  .ux-ui-gallery-1.phone {
    width: 80vw;
  }

  .ux-ui-image.phone {
    width: 80vw;
  }

  .ux-ui-position {
    position: unset;
    top: 0;
  }

  .ux-ui-image.protea.thumbnail {
    width: 90vw;
  }

  .ux-ui-image.footy-tipping.thumbnail {
    width: 36vw;
  }

  .heading.footy-tipping {
    margin: 2vh 0vh 1vh;
  }


  .centeringimage {
/*    width: 290px;*/
    margin-right: auto;
    margin-left: auto;
/*    border-style: none;*/
  }

  .image-10 {
    width: 100px;
  }

  .body-2 {
    background-position: 50% 34%;
    background-size: 280px;
  }

  .image-11 {
    width: 250px;
    max-width: none;
  }

  .text-block-2 {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .contact {
    height: 100vh;
    background-image: url('../images/stars-mobile.png');
    background-position: 50% 0%;
    background-size: 400px;
  }

  .moon {
    width: 90vw;
    height: auto;
    top: 25%;
  }

  .spaceship {
    display: none;
  }

  .planet{
    left: auto;
    top: auto;
    right: 10%;
    bottom: 28%;
    width: 20vw;
  }

  .div-block {
    width: 250px;
    margin-top: 10px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 36px;
    letter-spacing: 1px;
    -webkit-text-stroke: 0.5px black;
  }

  .link {
    position: relative;
    width: 94vw;
    bottom: 8vh;
    font-size: 4vw;
    line-height: 2vh;
    letter-spacing: 0.5vw;
    top: auto;
  }

  .image-16 {
    position: relative;
    left: auto;
    top: 55px;
    right: 0%;
    bottom: 0%;
    width: auto;
  }

  .image-17.padding {
    width: 22%;
    padding-bottom: 30px;
  }

  .image-18.padding {
    width: 59%;
    padding-bottom: 30px;
  }

  .image-19 {
    width: 49%;
    padding-bottom: 30px;
  }

  .image-20 {
    width: 24%;
    padding-bottom: 30px;
  }

  .image-21 {
    width: 65%;
    padding-bottom: 30px;
  }

  .image-22 {
    width: 35%;
    padding-bottom: 30px;
  }

  .desktop-monster {
    display: none;
  }

  .image-23 {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 13%;
    display: block;
    width: 239px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-5 {
    position: relative;
    top: 7px;
    margin-top: 0px;
  }

  .background-box-mobile {
    display: block;
  }

  .subheading-mobile {
    position: static;
    top: -11px;
    display: block;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .subheading-box {
    width: 85vw;
  }

  .link-block {
    display: block;
    width: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}

@font-face {
  font-family: 'Melted monster';
  src: url('../fonts/Melted-Monster.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helloghost ywakz';
  src: url('../fonts/Helloghost-ywAKZ.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'nr1bj';
  src: url('../fonts/SkateFallItalic-nR1BJ.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Skatefall lgl1e';
  src: url('../fonts/SkateFall-lgl1e.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Horrifiedtonight rgyxy';
  src: url('../fonts/HorrifiedTonight-rgYXy.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bizon';
  src: url('../fonts/Bizon.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kalem';
  src: url('../fonts/kalem.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}