/*--------------------------------------------CSS----------------------------------------------*/
*{
  box-sizing: border-box;
}
body{
  margin: 0 auto;
  overflow-x: hidden;
}
body::-webkit-scrollbar {/*Get out of here, scrollbar!*/
  width: 0px;
}

/*Nav White underline*/
.navbtn::after{
  transition: 0.5s;
  content:'';
  position: absolute;
  background-color:#fff;
  width: 0%;
  height: 1px;
  bottom: 25%;
  right: 0;
}
.navbtn:hover::after{
  width: 100%;
}


/*Email Send Ripple*/
#sendLoading {
  display: block !important;
  pointer-events: none;
}
.lds-ripple {
  z-index: 99999;
  display: none;
  
  /*This is how you position a fixed position element in the center of the screen. Pretty much we are putting the origin point right at the middle of the element and then moving it to half top/side of the page to make it centered*/
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -100px; /* Negative half of height. */
  margin-left: -100px; /* Negative half of width. */
}
.lds-ripple div {
  position: absolute;
  border: 4px solid #fff;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 100px;
    left: 100px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    opacity: 0;
  }
}

/*Nav Ripple FX*/
#ripple {
  background: rgb(170,246,255);
background: -moz-radial-gradient(circle, rgba(170,246,255,0.5) 0%, rgba(0,148,255,0) 100%);
background: -webkit-radial-gradient(circle, rgba(170,246,255,0.5) 0%, rgba(0,148,255,0) 100%);
background: radial-gradient(circle, rgba(170,246,255,0.5) 0%, rgba(0,148,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#aaf6ff",endColorstr="#0094ff",GradientType=1);

  pointer-events: none;
  position: fixed;
  border-radius: 50%;
  width: 1px;
  height: 1px;
  opacity: 0;
  top:0;
  left:0;
  z-index: 99999;
}


/*Form*/
.forminputtitle{
  margin-right: 20px;
}
.forminputuser{
  width: 100%;
}
.forminputuser > * {
  color: #000;
  width: 100%;
  opacity: 0.75;
  transition: 1s;
  outline: none;
}
.forminputuser > *:hover{
  opacity: 1;
}
.forminputuser > *:focus{
  opacity: 1;
}
.forminputtitle label{
  font-weight: normal;
}
.myemail{
  position: absolute;
  bottom: 40px;
}
#aligncenterbutton{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
textarea{
  height: 200px;
  resize: vertical;
}
#send{
  border: solid 5px rgba(0, 0, 0, 0);
}
@media all and (max-width:767px){
  .myemail{
    position: relative;
    bottom: 0;
    text-align: center;
  }
  .formbutton{
    margin-bottom: 20px;
  }
  .forminputuser > *{
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
/*------------------------------------------------------------------------------------------*/













.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

p {
  margin-top: 10px;
  font-size: 1em;
  line-height: 1em;
}

.landingsection {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0bf), to(#2cffc3));
  background-image: linear-gradient(0deg, #0bf, #2cffc3);
}

.contentmax {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.s1_heading {
  color: #fff;
  font-size: 5em;
  line-height: 1em;
  text-align: center;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.body {
  font-family: 'PT Sans', sans-serif;
  color: #fff;
}

.s1_h2 {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0);
  -webkit-transition: -webkit-transform 300ms ease;
  transition: -webkit-transform 300ms ease;
  transition: transform 300ms ease;
  transition: transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 3em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.25em;
  text-indent: 0.25em;
  cursor: pointer;
}

.s1_h2:hover {
  border-bottom: 1px solid #fff;
  -webkit-transform: skew(-5deg, 0deg);
  -ms-transform: skew(-5deg, 0deg);
  transform: skew(-5deg, 0deg);
}

.s1_h2container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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;
}

.verticalline {
  width: 1px;
  height: 50px;
  margin-top: 10px;
  background-color: #fff;
}

.screengradient {
  position: fixed;
  z-index: 8;
  display: block;
  width: 100vw;
  min-height: 100vh;
  -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;
  background-image: radial-gradient(circle farthest-corner at 50% 0%, hsla(0, 0%, 92.7%, 0), #000);
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
  -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;
  background-image: none;
}

.contentwithnav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 20em;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0bf), color-stop(32%, #0091ff), color-stop(70%, #006eb8), color-stop(96%, #007a68), to(#000));
  background-image: linear-gradient(180deg, #0bf, #0091ff 32%, #006eb8 70%, #007a68 96%, #000);
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -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;
  color: #fff;
}

.pieceleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 157px;
  perspective: 157px;
}

.navbtn {
  position: relative;
  padding: 20px;
  color: #fff;
  font-size: 2em;
  line-height: 1em;
  text-decoration: none;
  cursor: pointer;
}

.navbtn.w--current {
  position: relative;
}

.sections_container {
  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: 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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.landinglink {
  color: #fff;
  text-decoration: none;
}

.textmax {
  max-width: 600px;
  font-size: 1.3em;
  line-height: 1.5em;
}

.section_heading {
  margin-top: 0.5em;
  font-size: 4em;
  line-height: 1em;
  font-weight: 400;
}

.rockbottom {
  position: absolute;
  bottom: 0px;
  width: 100vw;
  height: 50px;
}

.formblock {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 900px;
  padding: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.34);
  -webkit-transition: background-color 1000ms ease;
  transition: background-color 1000ms ease;
}

.formblock:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.youtubework {
  width: 100%;
  max-width: 500px;
  margin-right: 20px;
  margin-left: 20px;
}

.piecetext {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 25px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.32);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
  font-size: 1.3em;
  line-height: 1.5em;
}

.piecetext:hover {
  background-color: rgba(0, 0, 0, 0.73);
}

.pieceright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 157px;
  perspective: 157px;
}

.worktext_container {
  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: 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;
}

.piecetitle {
  font-weight: 400;
  text-align: center;
}

.aboutimg {
  max-width: 200px;
}

.linkimg {
  max-width: 50px;
  margin-top: 0.5em;
  padding: 0.5em;
  border-radius: 50%;
  background-color: rgba(124, 255, 240, 0.75);
  -webkit-transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease, -webkit-transform 500ms ease;
}

.linkimg:hover {
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.linkimg.resume {
  max-width: 75px;
  padding: 1em;
}

.youtube {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  margin-top: 10em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hovericon {
  margin: 10px;
  -webkit-transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: background-color 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease;
  transition: transform 500ms ease, background-color 500ms ease, -webkit-transform 500ms ease;
}

.hovericon:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.youtubelinktext {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 2em;
}

.sfxtoggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  padding: 20px;
  -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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.sfxtoggle:hover {
  padding: 10px;
}

.webpieceleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 157px;
  perspective: 157px;
}

.horizontalline {
  width: 15%;
  height: 1px;
  margin-bottom: 50px;
  background-color: #fff;
}

.weblink {
  position: relative;
  width: 25%;
  max-width: 25%;
  margin-right: 20px;
  margin-left: 20px;
  -webkit-perspective: 2000px;
  perspective: 2000px;
}

.webimglink {
  width: 100%;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.webimglink:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.webpieceright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 5em;
  margin-bottom: 5em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-perspective: 157px;
  perspective: 157px;
}

.hyperlink {
  color: #fff;
}

.gap {
  width: 100%;
  height: 20em;
}

.resumecontainer {
  margin-top: 5em;
  margin-bottom: 5em;
}

.resumetext {
  margin-bottom: 20px;
}

.sfx_container {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sfxmsg {
  font-size: 1.5em;
}

.sfxmsgcontainer {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.52);
}

.sectiontitlecontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
}

.forminputblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.forminput {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: hsla(0, 0%, 100%, 0.7);
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.forminput:hover {
  background-color: hsla(0, 0%, 100%, 0.91);
}

.forminput.msg {
  height: 300px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.forminputtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.formbutton {
  width: 200px;
  margin-top: 50px;
  float: right;
  border-radius: 10px;
  background-color: #003c79;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 2em;
  line-height: 1em;
  text-align: center;
}

.formbutton:hover {
  background-color: #08f;
}

.text {
  color: #000;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.abouttextmax {
  padding-right: 20px;
  padding-left: 20px;
}

.menuicon {
  display: none;
}

.sendloading {
  position: fixed;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #0059ff, #000);
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.navripple {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 9999;
  width: 1px;
  height: 1px;
  border-radius: 50%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #b5ffff, hsla(0, 0%, 100%, 0));
  opacity: 0;
}

.lds-ripple {
  position: fixed;
  left: 50%;
  top: 50%;
  display: block;
  margin-top: -100px;
  margin-left: -100px;
}

@media screen and (max-width: 991px) {
  .s1_heading {
    font-size: 4.5em;
  }
  .nav {
    position: fixed;
    display: none;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, rgba(2, 0, 14, 0.9), rgba(0, 0, 0, 0.95));
  }
  .pieceleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .navbtn {
    font-size: 7vh;
    font-weight: 700;
  }
  .navbtn.w--current {
    font-size: 7vh;
  }
  .section_heading {
    font-size: 3em;
  }
  .pieceright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .webpieceleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .webpieceright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .menuicon {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    height: 80px;
    padding: 20px;
    -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;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    cursor: pointer;
  }
  .menuicon:hover {
    padding: 16px;
  }
  .menudots {
    height: 100%;
  }
}

@media screen and (max-width: 850px) {
  .s1_heading {
    font-size: 3em;
  }
  .s1_h2 {
    font-size: 2em;
  }
  .verticalline {
    height: 25px;
  }
  .pieceleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pieceright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .webpieceleft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .webpieceright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .forminput {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .forminputtitle {
    display: none;
  }
  .formbutton {
    width: 100%;
  }
  .menuicon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menuicon:hover {
    padding: 14px;
  }
  .image-2 {
    height: 100%;
  }
}

@media screen and (max-width: 560px) {
  .s1_heading {
    font-size: 1.8em;
  }
  .s1_h2 {
    font-size: 1.25em;
  }
  .section_heading {
    font-size: 2.25em;
  }
  .formblock {
    padding: 20px;
  }
  .piecetitle {
    font-size: 1.5em;
  }
}