/*
 * Utility classes
 */

.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
 /* UTILITY END */

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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") format('truetype');
  font-weight: normal;
  font-style: normal;
  color: #333;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}

.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* higher than 2500 */
@media(min-width:156.25em){
  .hero{
    /* width: 50%; */
      column-gap:10em;
      margin-left: 25em;
      margin-right: 25em;}
    }

/* higher than 2353 */
@media(min-width:147.0625em){
  .hero{
      /* max-width:100em; */
      column-gap:10em;
      margin-left: 18em;
      margin-right: 18em;}
    }

/* higher than 2051 */
@media(min-width:128.1875em){
    .hero{
        /* max-width:100em; */
        column-gap:10em;
        margin-left: 10em;
        margin-right: 10em;
    }
    .hero-image-box{
        padding: 4.6em 5em 1.8em 288.2em;
    }
    
    .hero-img{
        width: 60.5em;
        height: 45.4em;
    }
    
    .hero-text-box{
        margin-top: 2em;
        width: 30.2em;
        padding: 0.25em 0 0.1em 0;
}

.hero-text{
    font-size:10.6em;
    line-height: 1em;
}

.face-to-face{
    max-width:140em;
    line-height: 2em;
}

.face-to-face .grid--2col{
    column-gap: 8em;
    grid-template-columns: 1fr 3fr;
    padding: 1.8em 1.8em 1.8em 3em;
    margin: 0;
}

.face-to-face .grid-img{
    width:28em;
    height:27.4em;
}

.face-to-face .grid-img-box{
   width: 30%;
   padding: 0;
   margin: 0;
}

.text-box-2{
    width: 65em;
}

.face-to-face .grid-text, .list{

    font-size: 1.4em;
line-height: 1.2em}

.heading-primary{
font-size: 2.05em;
}

.heading-secondary{
font-size: 2.8em;
line-height: 1em;
}

.btn{
    font-size:1.05em;
}
}

/* higher than 1972 */
@media(min-width:113.1875em){
    
    .hero{
        max-width:130em;
        column-gap:5em;
    }
    .hero-image-box{
        padding: 5.6em 5em 1.8em 20.2em;
    }
    
    .hero-img{
        width: 32.5em;
        height: 28.3em;
    }
    
    .hero-text-box{
        margin-top: 2em;
        width: 30.2em;
        padding: 0.25em 0 0.1em 0;
}

.hero-text{
    font-size:1.6em;
    line-height: 1em;

}

.heading-primary{

font-size: 2.05em;
}

.heading-secondary{
font-size: 2.8em;
line-height: 1em;

}

.btn{
    font-size:1.8em;
    padding: 0.5em 0.4em;
    margin-top: 1.4em;
}
.btn.btn-cta{
  margin-right: 0.1em;
}
}


/* higher than 1811 */
@media(min-width:113.1875em){
    /* html{
        font-size:85%;
    } */
    .hero{
        /* max-width:135em; */
        column-gap:2em;
        background-image: url('amusementbgsmall-02.png'), linear-gradient(to bottom right, rgba(215, 215, 215, 0.4), rgba(247, 247, 247, 0.4));
    }

.hero-image-box{
    padding: 8.6em 5em 1.8em 2.2em;
}

.hero-img{
    width: 43.5em;
    height: 37.8em;
}

.hero-text-box{
    margin-top: 2em;
    /* margin-bottom: 1.3em; */
    width: 32.2em;
    padding: 0.25em 0 0.1em 0;
}

.hero-text{
    font-size:2.2em;
    line-height: 1em;
}

.face-to-face{
    max-width:140em;
    /* line-height: 2em; */
}

.face-to-face .grid--2col{
    column-gap: 8em;
    grid-template-columns: 1fr 3fr;
    padding: 1.8em 1.8em 1.8em 3em;
    margin: 0;
}

.face-to-face .grid-img{
    width:28em;
    height: 27.4em;
}

.face-to-face .grid-img-box{
   width: 30%;
   padding: 0;
   margin: 0;
}

.text-box-2{
    width: 55em;
}

.face-to-face .grid-text, .list{

    font-size: 1.4em;
line-height: 1.2em}

.heading-primary{

font-size: 2.8em;
margin-bottom: 0.2em;
}

.heading-secondary{
font-size: 3.2em;
line-height: 1em;
margin-bottom:1em;
}
}



/* max-width: 1810 */
@media(max-width: 113.125em){
    /* html{
        font-size: 75%;
    } */

    .hero{
        max-width: 125em;
        column-gap:8em;
    }
    .hero-image-box{
        padding: 3.6em 1.8em 0.9em 7.2em;
        /* width: 10%; */
    }

    .hero-img{
        width: 30.5em;
        height:26.5em;
    }

    .hero-text-box{
        margin-top: 2em;
        margin-bottom: 1.3em;
        width: 30.2em;
        padding: 0.25em 0 0.1em 0;
    }

    .hero-text{
        font-size: 1.4em;
        line-height: 1em;
    }

    .heading-secondary{
        font-size: 2.4em;
        line-height: 1em;
        margin-bottom: 0.6em;
    }

    .heading-primary{
        font-size: 1.9em;
    }
 
    .btn{
       margin: 1em 0.5em 0 0.5em;
       font-size: 1.8em;
    }
    .btn.btn-cta{
      margin-right: 0.1em;
    }
   
    .face-to-face{
        max-width: 140em;
    }

    .face-to-face .grid--2col{
        column-gap: 8em;
        grid-template-columns: 1fr 3fr;
        padding: 1.8em 1.8em 1.8em 3em;
        margin: 0;
    }

    .face-to-face .grid-text-box{
    width: 55em;
    }

    .face-to-face .grid-text, .list{
        font-size: 1.2em;
        line-height: 1.2em;
    }

    .face-to-face .grid-img{
        width: 25em;
        height: 24.5em;
    }

    .face-to-face .grid-text-box{
    width: 50em;
    }

    }


/* Max-width: 1696 */
@media(max-width: 106em){
.face-to-face .grid--2col{
    column-gap: 6em;
}}


/* max-width: 1576 */
@media(max-width: 98.5em){
    .face-to-face .grid--2col{
        column-gap: 4em;
    }
}

/* Max Width 1550px */

    @media(max-width: 96.875em){
 body{
    font-size: 1.6em;
 }
 
 .grid-img{
width: 350px;

 }
        .hero{
column-gap: 2em;
}

.hero-image-box{
    padding: 3.6em 3.6em 0 7.2em;
}
.hero-img{
    width: 30.25em;
}


.list{
    padding: 0.75em 3em 2em 3em;
}
    }

/* Max Width 1400 */
    @media(max-width: 87.5em){
        .hero{
            max-width: 87.5em;
       column-gap: 1.5em;
       }

    .hero-img{
        width: 30.25em;
    }

    .face-to-face .grid--2col{
        column-gap: 7em;
    }

    .face-to-face .grid-img{
        width: 22em;
        height:21.6em;
    }

    .face-to-face .grid-text-box{
        width: 45em;
    }
}
 
    /* max-width 1300px */
           
@media(max-width:81.25em){
    .hero{
        max-width: 75em;
        column-gap: 5em;
    }

    .heading-primary{
        font-size:2em;
        margin-bottom: 0.2em;
            }
    .heading-secondary{
font-size:2.2em;
margin-bottom: 0.5em;
    }

    .hero-text-box{
        width: 28.2em;
    }

    .hero-text{ 
        padding: 0 1em 0.5em 1em;
    }
    .hero-image-box{
        padding: 3.6em 2.6em 0 3.2em;
    }

    .btn{
        margin-top: 0.25em;
    }

    .face-to-face{
        max-width: 75em;
    }
    .face-to-face .grid--2col{
        column-gap: 6em;
    }

    .face-to-face .grid-text-box{
        width: 36em;
    }
}

/* MAX-WIDTH 1200 */
@media(max-width: 75em){
    .main-nav-link{
        font-size: 1.4em;
         }
        
.hero{
    max-width: 110em;
    column-gap: 1em;
}

.hero-image-box{
    padding: 3.6em 2.6em 0em 1.2em;
}

.hero-img{
    width: 22.5em;
    height: 19.6em;
}

.hero-text-box{
    margin-top: 0.5em;
}

.hero-text{ 
    font-size: 1.2em;
}

.heading-secondary{
    font-size: 2.05em;
    line-height: 1em;
    margin-bottom: 0.5em;
    /* line-height:1e.5em; */
}

.btn{
    margin-top: 0.5em;
}

.face-to-face{
    max-width: 60em;
}

.face-to-face .grid--2col{
    column-gap: 3em;
}

.face-to-face .grid-img{
    width: 20em;
    height: 19.6em;
}

.face-to-face .grid-text-box{
    width: 31em;
}

.face-to-face .grid-text, .list{
    font-size: 1em;
    line-height: 1.2em;
}

.face-to-face .list{
    line-height: 1.4em;
}
.btn-cta{
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}
}

/* MAX-WIDTH 1069 */
@media(max-width: 66.8125em){
    .main-nav-link{
        font-size: 1.2em;
         }
        
    .hero{
        max-width: 100%;
        column-gap: 1em;
    }

    .hero-text-box{
        width: 22.2em;
        padding: 0.25em 0 0.1em 0;
    }

    .hero-image-box{
        padding: 2.6em 3.6em 0.9em 1.2em;
    }

    .hero-img{
        width: 28.3em;
        height: 24.6em;
    }

    .heading-primary{
        margin-bottom: 0.1em;
    }

    .included-services{
        font-size: 0.9em;
    }

    .services .grid-text-box{
        width: 30em;
            }
    .designer-bio .grid-text{
         width: 23em;   
        }
    .grid--2colb{
        column-gap: 2em;
    }
}

@media screen and (max-width: 991px) {
  .hero{
    width: 100%;
  }
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
  .logo-image{
    width: 80%;
    padding-top: 20px;
  }
 
}
/* MAX-WIDTH 960 */
@media(max-width: 60em){
    .main-nav-list{
padding: 1.2em 1em;
    }
 
    .main-nav-link{
font-size: 3.6em;
line-height: 1em;
 }

 .hero{
  width: 100%;
  margin: 0 auto;
 overflow-x: hidden;


 }
 

    .hero-text-box{
        width: 20.2em;
        padding: 0 0 0.2em 0;
        margin-top: 1em;
    }

    .hero-img{
        width: 25.3em;
        /* padding-left: */
    } 

    .heading-primary{
        margin-bottom: 0.1em;
        padding: 0.5em 0 0.1em 0;
        font-size: 1.6em;
    }

    .heading-secondary{
        margin-bottom: 0.5em;
        font-size: 1.8em;
    }

    .btn{
        margin-top: 0.5em;
        font-size: 1.6em;
    }

    .face-to-face{
        column-gap: 0.25em;
    }

    .face-to-face .grid-img{
        width: 15em;
        height: 14.7em;
        }
    .face-to-face .grid-text-box{
width: 30em;
    }

    .face-to-face .grid-text, .list{
        font-size: 1em;
        padding-left: 0.5em;
    }

    .btn-cta{
        font-size: 1.8em;
        margin-top: 0.05em;
    }

    .services .grid--2col{
        column-gap: 1em;
    }

    .services .grid-img{
        width:  20em;
        height: 19.2em;
    }

    .text-box-service{
        width: 27em;
    }
    .services .btn-cta, .btn-more-info{
        margin-top: 1em;
        font-size: 2em;
    }
    .services .btn-more-info{
        margin-top: 0.5em;
        font-size: 2em;
      padding-right: 1.2em;
    }
.designer-bio .grid-img{
    width: 22em;
    height: 15.3em;
}
}


/* MAX-WIDTH 869 */
@media(max-width: 54.32em){
  .hero{
width: 100%;
/* column-gap: 0.2em; */
  }
    .hero-image-box{
        padding: 2.9em 1em 0.9em 2.2em;
    }
    .hero-img{
        width: 23.3em;
        height: 20.3em;
    } 

    .hero-text-box{
        width: 19.2em;
        padding: 0 0 0.2em 0;
        margin-top: 0.5em;
    }

    .hero-text{
        padding: 0 1em 0 1em;
    }
    .heading-primary{
        font-size: 1.6em;
        margin-bottom: 0.1em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 1.94em;
        margin-bottom: 0.5em;
        padding: 0 0.01em 0.01em 0.01em;
    }

    .btn{
        font-size: 1.6em;
        padding-right: 0.175em;
    }

    .btn-cta{
        padding-right: 0.75em;
    }

.face-to-face .grid--2col{
    column-gap: 2.2em;
    padding-left: 0.1em

}

.face-to-face .grid-text-box{
    width: 28em;
    padding-right: 0.5em;
}

.face-to-face .grid-img-box{
    padding-left: 0.1em;
}
.face-to-face .grid-img{
width: 15em;
height: 14.7em;
}
.services .grid--2col{
    column-gap: 0.6em;
    padding: 0.3em;
}

.services .grid-img{
    width:  20em;
    height: 19.2em;
}

.services .grid-text-box{
    width: 26em;
}

.services .grid-text{
    font-size: 1.2em;
}
.services .btn-cta, .btn-more-info{
    margin-top: 1em;
    font-size: 1.8em;
}
.services .btn-more-info{
    margin-top: 0.5em;
    font-size: 1.8em;
  padding-right: 1.2em;
}

.included-services .grid--3col{
    column-gap: 0.2em;
}
.bio-img-box{
    width: 25em;
    align-content: center;
}
.bio-img-box .grid-img{
    align-self:center;
}
.designer-bio .grid-text{
width: 19em;
}
.bio-quote{
    font-size: 1.6em;
    line-height: 1em;
}
.designer-bio .grid-img{
    width: 20em;
    height: 13.9em;
}
.designer-bio .btn-more-info{
    padding-left: 2em;
    padding-right: 2em;
}
.designer-bio .grid-img-box{
    width: 20em;
}
}

/* MAX-WIDTH 800 */
@media(max-width: 50em){
        
    .hero{
            width: 100%;
            column-gap: 0.5em;
            background-image: url('amusementbgsmall-02.png'), linear-gradient(to bottom right, rgba(215, 215, 215, 0.4), rgba(247, 247, 247, 0.4));
        }
    
    .hero-image-box{
        padding: 4.6em 2.2em 0.9em 1.8em;
    }
    .hero-img{
        width: 21.3em;
        height: 18.5em;
    } 

    .hero-text-box{
        width: 17.2em;
        padding: 0 0 0.2em 0;
        margin-top: 1em;
    }

    .hero-text{
        padding: 0 1em 0 1em;
    }
    .heading-primary{
        font-size: 1.6em;
        margin-bottom: 0.1em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 1.8em;
        margin-bottom: 0.5em;
        padding: 0 0.01em 0.01em 0.01em;
    }

    .btn{
        font-size:1.4em;
    }

    .face-to-face{
        column-gap: 0.75em;
    } 

    .face-to-face .grid-img{
        width: 13em;
        height: 12.7em;
    }

    .face-to-face .grid-text-box{
        width: 28em;
    }

    .face-to-face .grid-text{
        font-size: 0.8em;
        padding-right: 1em;
    }

    .umbrella-image{
        width: 20.8em;
        height: 20.4em;
    }
}

@media screen and (max-width: 767px) {
  .menu-button.w-nav-button{
    padding: 0 18px 18px 18px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}


/* MAX-WIDTH 750 */
@media(max-width: 46.85em){

    .logo{ 
        width: 11.9em;
        height: 3em;
    }

    .hero{
        max-width: 160em;
    }
    .hero-image-box{
        padding: 4.6em 1.9em 0.9em 0.9em;
    }
    .hero-img{
        width: 18.3em;
        height: 15.9em;
    } 

    .hero-text-box{
        width: 19.2em;
        padding: 0 0 0.2em 0;
        margin-top: 0.5em;
    }

    .hero-text{
        padding: 0 1em 0 1em;
    }
    .heading-primary{
        font-size: 1.6em;
        margin-bottom: 0.1em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 1.8em;
        margin-bottom: 0.5em;
        padding: 0 0.01em 0.01em 0.01em;
    }

    .face-to-face .grid-text-box{
        width: 25em;
    }

    .services .grid--2col{
        column-gap: 0.05em;
    }

    .services .grid-img{
        width: 18em;
        height: 17.3em;
    }
    .services .grid-text-box{
        width: 24em;
        padding-left:0.1em;
    }

    .included-services .grid--3col{
        grid-template-columns: 1.4fr 1.5fr 1.5fr;
    }
    .designer-bio .grid-img{
        width: 18em;
        height: 12.5em;
    }
    .designer-bio .grid-img-box{
        width: 18em;
    }
    .footer-logo-image{
        width:12.5em;
        height: 4.5em;
    }
}

/* MAX-WIDTH 723 */
@media(max-width: 45.185em){

    /* .main-nav-link{
        font-size: 0.6em;
         } */
    .hero-image-box{
        padding: 3.6em 1em 0.9em 1em;
    }
    .hero-img{
        width: 17.3em;
        height: 15em;
    } 

    .hero-text-ox{
        width: 18.2em;
        padding: 0 0 0.2em 0;
        margin-top: 0.5em;
    }

    .hero-text{
        font-size: 0.9em;
    }
    .heading-primary{
        font-size: 1.6em;
        margin-bottom: 0.1em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 1.8em;
        margin-bottom: 0.259em;
        padding: 0 0.01em 0.01em 0.01em;
    }

    .face-to-face .grid--2col{
        column-gap: 0.45em;
    }
}

/* MAX-WIDTH 680 */
@media(max-width: 42.5em){
    html{
        font-size: 30%;
    }
    .hero{
      width:86em;
      padding:0 0.2em 0 0.2em;
      margin: 0 auto;
    }
    .logo{
        width: 20.4em;
        height: 5em;
    }
    .main-nav-link{
        font-size: 3.8em;
         }

    .hero-image-box{
        padding: 4.6em 8em 0.9em 5.5em;
    }
    .hero-img{
        width: 30.6em;
        height: 26.6em;
    } 

    .hero-text-box{
        width: 28.2em;
        padding: 0 0 0.2em 0;
        margin-top: 1em;
    }

    .hero-text{
        font-size: 1.8em;
    }

    .heading-primary{
        font-size: 2.4em;
        margin-bottom: 0.5em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 2.4em;
        margin-bottom: 0.659em;
        padding: 0 0.01em 0.01em 0.01em;
    }
    .subheading{
        font-size: 2.4em;
        padding: 0.45em;
    }

    .service-headline{
        font-size: 3.5em;
        padding: 0.075em;
    }
    .heading-tertiary{
        font-size:2.4em;
    }
    .btn{
        margin-top: 1.4em;
        font-size: 2.2em;
    }
    .face-to-face{
        max-width: 140em;
    }

    .face-to-face .grid--2col{
        column-gap: 1.5em;
    }

    .face-to-face .grid-img{
        width: 25em;
        height: 24.5em;
    }

    .face-to-face .grid-text-box{
        width: 45em;
    }

    .face-to-face .grid-text, .list{
        font-size: 1.4em;
    }
    .face-to-face .grid-text{
        font-size: 1.8em;
        line-height: 1.2em;
    }
    .face-to-face .list-item{
        font-size: 1.3em;
        line-height: 1.4em;
    }

    .btn-cta{
        margin-top: 0.25em;
        font-size: 2em;
    }
    .btn-mobile-nav{
        display:block;
        z-index: 999999;
        }

        .services .grid--2col{
            column-gap: 3em;
        }
    
        .services .grid-img{
            width: 30em;
            height: 28.8em;
        }
        .services .grid-text-box{
            width: 39em;
        }
        .services .grid-text{
            font-size: 1.8em;
            line-height: 1.2em;
            width: 23em;
        }

        .services .btn-cta{
            font-size: 2em;
        }
        .services .btn-more-info{
           padding-left: 1em;
           padding-right: 0.9em;
           font-size: 2em;
        }

        .included-services .list{
            font-size: 1.8em;
        }
        .designer-bio .grid-img{
            width: 24em;
            height: 16.7em;
        }
        .designer-bio .grid-img-box{
            width: 28em;
        }
        .bio-quote{
            font-size: 2.4em;
        }
        .footer-logo-image{
            width:15.5em;
            height: 5.5em;
        }
        .copyright, .copyright2{
            font-size: 1.57em;
            line-height: 1.57em;
        }
        .email, .contact{
            font-size: 1.25em;
            line-height: 1.25em
        }
        .facebook, .instagram{
            width: 6em;
            height: 6em;
        }

        .linklist{
            padding-left: 3em;
        }
    }


/* MAX-WIDTH 588 */

@media(max-width:36.75em){
    html{
        font-size: 30%;
    }

    .logo-image{
      width: 70%;
      padding-top: 18px;
    }

    .menu-button.w-nav-button{
      margin: 0 1em 0 0;
      padding-top: 0px;
    }

    .navbar-logo-left-container.shadow-three{
      width:520px;
      height: 80px;
      padding-top: 0px;
    }

    .icon.w-icon-nav-menu::before{
      font-size: 40px;
      margin-top: 0;
    }

    .hero{
      width: 100%;
      column-gap: 2em;
    }
    .hero-image-box{
        padding: 6.6em 2.8em 0.9em 5.1em;
        /* width: 29%; */
    }

    .hero-img{
        width: 26.3em;
        height: 22.9em;
    } 

    .hero-text-box{
        width: 28.2em;
        padding: 0 0 0.2em 0;
        margin-top: 1em;
    }

    .hero-text{
        font-size: 1.8em;
    }

    .heading-primary{
        font-size: 2.6em;
        margin-bottom: 0.5em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 2.8em;
        margin-bottom: 0.659em;
        padding: 0 0.01em 0.01em 0.01em;
    }
    .subheading{
        font-size: 2.6em;
        padding: 0.45em;
        padding-left: 0;
    }

    .service-headline{
        font-size: 3.25em;
        padding: 0.075em;
    }

    .btn{
        margin-top: 1.4em;
        font-size: 2.3em;
    }
    
    .face-to-face{
        max-width: 120em;
    }

    .face-to-face .grid--2col{
        column-gap: 1.8em;
    }

    .face-to-face .grid-img{
        width: 24em;
        height: 23.5em;
    }

    .face-to-face .grid-text-box{
        width:39em;
    }

    .face-to-face .grid-text, .list{
        line-height: 1.4em;
    }

    .btn-cta{
        margin-top: 0.1em;
        font-size: 2.8em;
    }
    
    .services .grid--2col{
        column-gap: 1.4em;
    }

    .services .grid-img{
        width: 25em;
        height: 24em;
    }
    .services .grid-text-box{
        width: 42em;
        padding-top: 1em;
    }
    .services .grid-text{
        font-size: 1.8em;
        width: 20em;
    }
    .services .btn-cta, .btn-more-info{
        padding-left: 3em;
        padding-right: 1em;
        width: 14em;
    }
    .services .btn-more-info{
        padding-right: 3em;
        padding-left: 3em;
    }
    .designer-bio .grid-img{
        width: 22em;
        height: 15.3em;
    }
    .heading-tertiary{
        font-size:3.4em;
        padding-top: 0.5em;
    }
    .designer-bio .grid-text{
        width: 19em;
    }
}

/* MAX-WIDTH 540 */
@media(max-width:33.75em){
    .main-nav-link{
        font-size: 8em; }
    .face-to-face .grid--2col{
        column-gap: 2.2em;
    }

    .face-to-face .grid-img{
        width: 24em;
        height: 23.5em;
    }

    .face-to-face .grid-text-box{
        width:34em;
    }
    .designer-bio .grid-img{
        width: 22em;
        height: 15.3em;
    }
    .designer-bio .grid-text{
        width: 17em;
    }
    .footer-logo-image{
        width:14.9em;
        height: 5.3em;
    }
    .facebook, .instagram{
        width: 7.5em;
        height: 7.5em;
    }
    .linklist{
        padding-left: 2em;
    }
    .copyright, .copyright2{
        font-size: 1.6em;
        line-height:1em;
    }
}


/* MAX-WIDTH 510*/

@media(max-width:31.875em){
    html{
        font-size: 20%;
    }
    .navbar-logo-left-container.shadow-three{
      width:406px;
      height: 70px;
      margin-right:0;
    }

    .logo-image{
padding-top: 10px;
padding-left: 10px;
    }
    .menu-button.w-nav-button{
      margin: 0 0.5em 0 0;
      padding: 0 18px 0 18px;
      height: 40px;
    }

    .icon.w-icon-nav-menu::before{
      font-size: 40px;
      margin-top:  0;
      padding-top:0px;
      padding-bottom: 10px;
    }
    .icon.w-icon-nav-menu{
      font-size: 40px;
      margin-top:  0;
    
    }
    .navbar-brand{
      padding: 0;
      width: 200px;
      height: 30px;
      margin-top: 10px;
    }
    .hero{
        width: 100%;
        column-gap: 1.5em;
    }
    .hero-image-box{
        padding: 7.6em 2.8em 0.9em 6.6em;
    }
    .hero-img{
        width: 39.12em;
        height: 34.08em;
    } 

    .hero-text-box{
        width: 38.2em;
        padding: 0 0 0.2em 0.1em;
        margin-top: 1em;
    }

    .hero-text{
        font-size: 2.4em;
    }
    .heading-primary{
        font-size: 2.8em;
        margin-bottom: 0.5em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 3.2em;
        margin-bottom: 0.659em;
        padding: 0 0.01em 0.01em 0.01em;
    }

    .subheading{
        font-size: 2.8em;
        padding: 0.65em;
        padding-left: 0.1em;
    }

    .service-headline{
        font-size: 4em;
        padding: 0.075em;
    }

    .btn{
      padding-left: 0.1em;
    }

    .hero.btn{
    
        margin: 1.4em 4.4em 1.4em 4.4em;
        font-size: 5.4em;
        width: 12.2em;
        padding-left: 0.2em;
    }

    .face-to-face .btn{
        font-size: 3em;
        /* padding-left: 1.4em; */
        padding-top:0.4em;
        padding-bottom: 0.25em;
    }

    .face-to-face .grid--2col{
        column-gap: 1.8em;
    }

    .face-to-face .grid-img{
        width: 20em;
        height: 19.6em;
        padding: 0;
    }

    .face-to-face .grid-text-box.text-box-2{
        width:62em;
    }

    .face-to-face .grid-text{
        font-size: 2.4em;
        line-height:1em;
        width: 23em;
    }

    .face-to-face .list-item{
        font-size: 1.8em;
        line-height: 1.2em;
    }

    .btn-cta{
        margin-top: 0.1em;
        padding: 0.35em 0.8em 0.35em 0.8em;
    }

    .services .grid--2col{
        column-gap: 1.2em;
    }

    .services .grid-img{
        width: 22em;
        height: 21.1em;
    }
    .services .grid-text-box{
        width: 22em;
    }
    .services .grid-text{
        font-size: 2.4em;
        width: 18em;
    }
    .services .btn-cta,.btn-more-info{
        font-size: 3em;
        width: 10em;
        padding: 0.35em 1em 0.35em 1em;
        padding-bottom: 0.35em;
        text-align: center;
    }
    .services .btn-more-info{
        font-size: 3em;
        width: 10em;
        padding: 0.35em 1em 0.35em 1em;
    }
    .face-to-face .grid-text-box{
      width: 16em;
  }
      .face-to-face .grid-text{ 
          width: 16em;
      }
      .list.benefits-list{
        width: 22em;
        padding-left: 0.5em;
      }
      .included-services{
   padding-left: 2em;
      }
    .included-services .grid--3col{
        grid-template-columns: 1.1fr 1fr 1fr;
    }
    .included-services .list{
        font-size: 2.8em;
    }
    .designer-bio .grid-text-box{
        width: 30em;
    }
    .designer-bio .grid-img{
        width: 22em;
        height: 15.3em;
    }
   
    .designer-bio .grid-text{
        width: 18em;
        font-size: 2.4em;
        line-height: 1.2em;
    }
    .footer-logo-image{
        width:16.5em;
        height: 5.9em;
    }
    .linklist{
        font-size: 2.6em;
        line-height: 1.4em;
        padding-left: 1em;
    }
    .copyright, .copyright2{
        font-size: 2.4em;
        line-height:1em;
    }
    .social-item{
        width: 4em;
        height: 4em;
    }
    .email-btn-footer{
        font-size: 1.5em;
    }
}

@media screen and (max-width: 479px) {
  .hero{
    background-image: url('amusementbgsmall-02.png'), linear-gradient(to bottom right, rgba(215, 215, 215, 0.4), rgba(247, 247, 247, 0.4));
  }
  .hero-text-box{
    width: 30em;
  }
  .hero-image-box{
    padding-right: 1em;
    padding-left: 1.6em;
  }

  .navbar-logo-left-container.shadow-three{
    padding: 0;
  }
  .navbar-brand{
    height: 45px;
  }
.logo-image{
  max-width: 100%;
  padding: 10px 0 5px 0;
}
  .menu-button.w-nav-button{
    margin: 0.8em 1.2em 0 0;
    padding-top: 0px;
  }
  .w-container {
    max-width: none;
    background-color: #8b898d;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }

.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
}

@media screen and (max-width: 479px){
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
}

/* MAX-WIDTH 430*/
@media(max-width:26.875em){
  .heading-secondary{
margin-top: 0.1em;
margin-bottom: 0.2em;
}
.grid-text{
  margin-bottom: 0.1em;
}
.hero-text{
  margin-top: 0.1em;;
  margin-bottom: 0.1em;
}
.services .btn-cta{
  padding: 0.35em 0.4em 0.35em 0.4em;
  max-width: 10em;
  font-size: 3em;
  margin-right: 0;
  text-align: center;
}
.services .btn-more-info{
  padding: 0.35em 0.4em 0.35em 0.4em;
  max-width: 10em;
  font-size: 3em;
  margin-right: 0;
  text-align: center;
}
  .designer-bio .btn-cta{
    padding: 0.35em 0.65em 0.35em 0.65em;
    max-width: 10em;
    font-size: 3em;
    margin-right: 0;
    text-align: center;
    margin-top: 3em;
    margin-bottom: 0.3em;
  }
  .designer-bio .btn-more-info{
    padding: 0.35em 0.2em 0.35em 0.2em;
    max-width: 9em;
    text-align: center;
  }
}

/* MAX-WIDTH 410*/
@media(max-width:25.625em){
    /* html{
        font-size: 20%;
    } */
  .navbar-logo-left-container.shadow-three{
    height: 60px;
  }
    .navbar-brand{
      padding: 0;
      width: 250px;
      height: 30px;
      margin-top:0;
    }

    .logo-image{
      width: 60%;
    }
    .menu-button.w-nav-button{
      margin: 0.5em 4.5em 0 0;
      padding: 0 0.5em 0.5em 0.5em;
    }
    .hero{
        width: 100%;
        background-image: url('amusementbgsmall-02.png'), linear-gradient(to bottom right, rgba(215, 215, 215, 0.4), rgba(247, 247, 247, 0.4));
        column-gap: 0.003em;
    }
    .hero-image-box{
        padding: 7.2em 2em 0.9em 2em;
    }
    .hero-img{
        width: 33.96em;
        height: 29.52em;
    }

    .hero-text-box{
        width: 32.2em;
        padding: 0 0 0.2em 0em;
        margin-top: 1em;
        margin-right: 4em;
    }

    .hero-text{
        font-size: 2.4em;
        line-height: 1em;
    }

    .btn{
        margin: 1.4em .4em 0.8em .4em;
        font-size: 2.8em;
        line-height: 1em;
        padding: 0.2em 0.1em 0.2em 0.1em;
    }
    .face-to-face .grid--2col{
column-gap: 2.2em;
    }
    .face-to-face .grid-text-box.text-box-2{
        width:43em;
    }
    .face-to-face .grid-text{
        width: 17em;
    }
    .btn-cta{
      padding: 0.4em 2em 0.4em 2em;
    }
    .services .grid--2col{
        column-gap: 3em;
    }

    .services .grid-img{
        width: 30em;
        height: 28.8em;
    }
    .services .grid-text-box{
        width: 36em;
    }
    .services .grid-text{
        font-size: 2.4em;
        width: 14em;
    }
    .services .btn-cta{
        font-size: 3em;
        width: 10em;
        padding-left: 0.8em;
        padding-right:0.8em;
    }
    .services .btn-more-info{
        font-size: 3em;
        width: 10em;
        padding-left: 0.8em;
        padding-right:0.8em;
    }
    .designer-bio .grid-img{
        width: 25em;
        height: 17.4em;
    }
    .designer-bio .grid-text{
        width: 15em;
        font-size: 2.4em;
    }
    .bio-quote{
        font-size: 3em;
    }
    .footer-logo-image{
        width:17.5em;
        height: 6.3em;
    }
}

/* MAX WIDTH 402 */

@media(max-width:25.125em){
    html{
        font-size: 20%;
    }
    .menu-button{
padding: 10px;
}
.navbar-brand{
  padding: 0;
}
    .hero-text-box{
        width: 26.2em;
        padding: 0 0 0.2em 0;
        margin-top: 1em;
    }

    .hero-text{
        font-size: 2.4em;
        line-height: 1em;
    }  
.face-to-face .grid-text-box{
    width: 22.2em;
}
    .face-to-face .grid-text{ 
        width: 14em;
    }
    .btn{
        margin-top: 0.8em;
        line-height: 1em;
        margin-left: 0.5em;
    }
    .face-to-face .btn-cta{
            font-size: 3em;
        }
        .linklist{ 
          padding-left: 0.2em;}
    }

/* MAX-WIDTH 365*/

 @media(max-width:22.8125em){ 
   
      .menu-button.w-nav-button{
        margin: 0 0.9em 0 0;
        padding: 0 4px 10px 4px;
      }

      .icon.w-icon-nav-menu::before{
        font-size: 32px;
      }
      .navbar-brand{
        padding: 0;
        width: 200px;
        height: 30px;
      }
      .navbar-logo-left-container.shadow-three{
        width: 340px;
        height: 40px;
       margin: 1em auto;
      }

      .logo-image{
        width: 60%;
        padding: 0;
        margin-top: 0.7em;
      }
    
      .hero{
        width: 100%;
      }

    .hero-image-box{
        padding: 10.6em 2.4em 0.9em 2em;}
   
    .hero-img{
        width: 26.9115em;
        height: 23.4465em;
        margin-top: 4em;
    } 

    .hero-text-box{
      width: 150px;
    }

    .hero-text{
font-size: 2.4em;
    }

    .heading-primary{
        font-size: 2.6em;
        margin-bottom: 0.2em;
        padding: 0.5em 0 0.1em 0;
    }

    .heading-secondary{
        font-size: 2.8em;
        margin-bottom: 0.5em;
        padding: 0 0.01em 0.6em 0.01em;
    }

    .service-headline{
        font-size: 3em;
        padding: 0.2em;
    }

    .btn{
        margin-top: 1.4em;
      
    }
    .face-to-face .grid--2col{
        column-gap: 1.2em;
            }
   
    .face-to-face .grid-img{
        width: 22em;
        height: 21.6em;
    }

    .face-to-face .grid-text-box{
width: 38em;
    }
    .services .grid--2col{
        column-gap: 1.6em;
    }

    .services .grid-img{
        width: 21em;
        height: 20.2em;
    }
    .services .grid-text-box{
        width: 28em;
    }
    .services .grid-text{
        font-size: 2.4em;
        width: 13em;
    }
    .included-services{
        width: 75em;
    }
    .included-services .grid--3col{
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 0.01em;
    }
    .included-services .list{
        padding-right:0.8em;

    }
    .heading-tertiary{
        font-size:2.7em;
    }
    .designer-bio .grid-img{
        width: 25em;
        height: 17.4em;
    }
    .designer-bio .grid-text{
        width: 12em;
        font-size:2.4em;
    }
    .bio-quote{
        font-size: 3em;
        width: 10em;
    }}

/* MAX-WIDTH 315*/

@media(max-width:19.6875em){
    html{
        font-size: 20%;
    }
.navbar-logo-left-container.shadow-three{
  width: 310px;
  margin-bottom: 0;
  margin-right: 0;
}
    .menu-button.w-nav-button{
      margin-right: 1.2em;
    }
   
    .hero{
        column-gap: 0.003em;
    }
    .hero-image-box{
        padding: 8.6em 1em 0.9em 3em;
    }

    .hero-text-box{
      width: 130px;
    }

    .btn{
        margin-top: 1.4em;
        /* font-size: 1.6em; */
    }
    .face-to-face .grid--2col{
        column-gap: 3.2em;
            }
    .face-to-face .grid-text-box{
        width:38em;
            }
    .face-to-face .grid-img{
        width: 22em;
        height: 21.6em;
    }
    .services .grid-img{
        width: 21em;
        height: 20.2em;
    }
    .services .grid-text-box{
        width: 28em;
    }
    .services .grid-text{
        font-size: 2.4em;
        width: 11em;
    }
    .included-services{
        width: 55em;
    }
    .included-services .list{
        font-size: 2.61em;
    }
    .designer-bio .grid-img-box{
        width: 25em;
    }
    .designer-bio .grid-img{
        width: 25em;
        height: 17.4em;
    }
    .designer-bio .grid-text{
        width: 10em;
        font-size: 2.4em;
    }
    .bio-quote{
        font-size: 3em;
    }
}


    





