body {
  background-image: linear-gradient(to right, #141e30, #2c4767);
    font-family: 'Neue Haas Display', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
    overflow-x: hidden;
  }
  

  h1 {
    margin-top: 0em;
    margin-bottom: 0.3em;
    color: #ffffff;
    font-size: 3.75rem;
    line-height: 1;
    font-weight: 400;
  }
  
  h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 3em;
    line-height: 1.25;
    font-weight: 400;
  }
  

  h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    color: #ffffff;
    font-size: 2.25rem;
    line-height: 1.25;
    font-weight: 400;
  }
  
  h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: #ffffff;
    font-size: 1.875rem;
    line-height: 1.25;
    font-weight: 400;
  }
  
  h5 {
    margin-top: 1em;
    margin-bottom: 0.75em;
    color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.25;
    font-weight: 400;
  }
  
  h6 {
    margin-top: 1em;
    margin-bottom: 0.75em;
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.25;
    font-weight: 500;
  }
  
  p {
    margin-bottom: 1em;
    font-size: 1.125em;
  }
  
  a {
    -webkit-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    color: #ffffff;
    text-decoration: none;
    padding: 15px;
  }
  
  img {
    display: inline-block;
    max-width: 100%;
  }
  
  *{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .container1{
    width: 80%;
    min-height: 50vh;  
    display: -webkit-box;  
    display: -ms-flexbox;  
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    
    margin-left: auto;
    margin-right: auto;
  }
  
  .center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
  .card1{
    background-color: #2f3952;
    width: 350px;
    min-height: 400px;
    text-align: center;
    border: ridge;
    
    display: -webkit-box;
    
    display: -ms-flexbox;
    
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    margin: 60px;
    
    -webkit-box-shadow: 10px 10px 10px #ff6e40;
    
            box-shadow: 10px 10px 10px #ff6e40;
    border-radius: 20px;
    
    -webkit-animation-name: shadow-show; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
    animation-name: shadow-show;
    animation-duration: 1.5s;
    
    -webkit-transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    -o-transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000);
    transition-timing-function: cubic-bezier(0.795, 0.000, 0.165, 1.000); /* custom */
  }
    
    .card1 p{
      margin: 5px;
      font-weight: 100;
      letter-spacing: -0.25px;
      line-height: 1.25;
      font-size: 14px;
      word-wrap: pre-wrap;
      color: #fff;
      
      -webkit-animation-name: p-show; /* Safari 4.0 - 8.0 */
      -webkit-animation-duration: 1.5s; /* Safari 4.0 - 8.0 */
      animation-name: p-show;
      animation-duration: 1.5s;
    }
    
    .card1 h2{
        font-size: 24px;
        font-weight: bold;
        color: #ff6e40;
    }

    .card1 ul li {
        margin: 0 0 10px;
        padding: 0;
        list-style: none;
        color: #fff;
        font-size: 14px;
    }
    
    .package h4{
        text-align: center;
        font-weight: bold;
    }
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes line-show {
    from {margin: 0px 100px;}
    to {margin: 0px;}
  }
  
  /* Standard syntax */
  @keyframes line-show {
    from {margin: 0px 100px;}
    to {margin: 0px;}
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes p-show {
    from {color: white;}
    to {color: #000;}
  }
  
  /* Standard syntax */
  @keyframes p-show {
    from {color: white;}
    to {color: #000;}
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes shadow-show {
    from {
      -webkit-box-shadow: 0px 0px 0px 0px #e0e0e0;
      box-shadow: 0px 0px 0px 0px #e0e0e0;
    }
    to {
      -webkit-box-shadow: -20px -20px 0px 0px #000;
      box-shadow: -20px -20px 0px 0px #000;
    }
  }
  
  /* Standard syntax */
  @keyframes shadow-show {
    from {-webkit-box-shadow: 0px 0px 0px 0px #e0e0e0;box-shadow: 0px 0px 0px 0px #e0e0e0;}
    to {-webkit-box-shadow: -20px -20px 0px 0px #000: -20px -20px 0px 0px #000;}
  }







  
  nav {
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    padding: 10px 90px;
    box-sizing: border-box;
    z-index: 1000;

  }

nav .logo{
    font-weight: bold;
    font-size: 24px;
    padding: 22px 20px;
    height: 80px;
    float: left;
}

nav .logo img{
    vertical-align: 0;
}
  nav ul{
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    display: flex;
}

nav ul li a{
    line-height: 80px;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
}

nav ul li a:hover{
  cursor: pointer;
  color: #ff6e40;
  font-size: 18px;
  transition: all 1s ease;
}
  
.header{
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.section{
    position: relative;
    padding-bottom: 5vh;
    display: block;
    box-sizing: border-box;
    flex-wrap: wrap;
}

.section-blog {
  position: relative;
  padding-bottom: 5vh;
  display: block;
  box-sizing: border-box;
  flex-wrap: wrap;
}

.container{
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 32px;
    padding-left: 32px;
    box-sizing: border-box;
    display: block;
    flex-wrap: wrap;
}

.container img{
  filter: drop-shadow(2px 2px 12px #000);
  border-radius: 50%;
}

.container-card{
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    padding-bottom: 10vh;
}

.card{
    width: 270px;
    margin: 10px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 100%) 0px 22px 70px 4px;
}

.card a{
    text-decoration: none;
}

.card:hover{
    cursor: pointer;
    transform: scale3d(1.1);
    transition: all 1s ease;
}

.card-image{
    height: 200px;
    margin-bottom: 0;
    background-size: cover;
    border-radius: 20px;
}

.card-image .car-1 h4{
    transform: scale3d(1.1);
    transition: all 1s ease;
}

.car-1 h4{
    padding: 50px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.car-2 h4{
    padding: 50px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.car-3 h4{
    padding: 50px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.car-4 h4{
    padding: 50px;
    vertical-align: middle;
    color: #fff;
    font-weight: bold;
}

.card p{
    padding: 10px;
}

.car-1{
    background-image: url(../img/carpet-cleaning-nottingham-3.jpg);
    text-align: center;
    vertical-align: middle;
    background-position: center;
}

.car-2{
    background-image: url(../img/upholstery-cleaning-nottingham-1.jpg);
}

.car-3{
    background-image: url(../img/tile-cleaning-nottingham.jpg);
    background-position: bottom;
}

.car-4{
    background-image: url(../img/carpet-cleaning-nottingham-1.jpg);
    background-position: bottom;
}

.card:hover{
    background-color: #ff6e40;;
    color: #fff;
    transform: scale3d(1.03);
    transition: all 1s ease;
}

.guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
}


.row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;}

.blog {
    text-align: center;
}

.blog h5{
  font-weight: bold;
    font-size: 40px;
}

    .row.row-header {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 64px;
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }

    .row.row-header-blog {
      display: flex;
      justify-content: center;
      grid-auto-columns: 1fr;
      grid-column-gap: 64px;
      grid-row-gap: 48px;
      -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
      -ms-grid-rows: auto;
      grid-template-rows: auto;
  }

    .content {
        max-width: 560px;
        vertical-align: middle;
        align-content: center;
        display: grid;
        align-items: center;
        justify-content: center;
    }

    .content-blog {
      max-width: 560px;
      vertical-align: middle;
      align-content: center;
      text-align: center;
  }

    .content h5{
        font-weight: bold;
        color: #ff6e40;
    }

    .content-blog h5{
      font-weight: bold;
      color: #ff6e40;
      text-decoration: underline;
      text-align: center;
  }

  .content-blog h5 a{
      font-weight: bold;
      color: #ff6e40;
      text-decoration: underline;
      padding: 0;
  }

  #tag p a{
    font-weight: bold;
    color: #ff6e40;
    text-decoration: underline;
    padding: 0;
}

.header-text-wrap.btm p a{
  font-weight: bold;
    color: #ff6e40;
    padding: 0;
}

.trust {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.trust img{
  height: auto;
  width: 150px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 10px;
  filter: none;
  max-width: 250px;
}

.trust h4{
  font-weight: bold;
}

#tag{
  padding-bottom: 5vh;
  padding-top: 5vh;
}

    .content p{
        margin-bottom: 0;
    }

    .content1 {
        max-width: 560px;
        max-height: 560px;
        overflow: hidden;
        border-radius: 50%;
        box-shadow: rgb(0 0 0 / 100%) 0px 22px 70px 4px;
    }

    .content1-blog {
      height: 250px;
      width: 250px;
      overflow: hidden;
      border-radius: 20%;
      box-shadow: rgb(0 0 0 / 100%) 0px 22px 70px 4px;
  }

    div {
        display: block;
    }

    .header-text-wrap.btm {
        margin-bottom: 24px;
        padding-top: 0;
    }
    .header-text-wrap {
        overflow: hidden;
        padding-bottom: 0%;
        margin-bottom: 0%;
        line-height: 0;
        padding-top: 10%;
    }

    .content h1{
        padding-top: 5vh;
        padding-bottom: 0px;
    }

    .hero-image-content {
        overflow: hidden;
        border-radius: 50%;
    }

    img {
        display: inline-block;
        max-width: 100%;
    }
    
    img {
        max-width: 100%;
        vertical-align: middle;
        display: inline-block;
    }
    img {
        border: 0;
        filter: drop-shadow(2px 2px 20px #000);
    }

    .hero-img {
        width: 100%;
    }

    .hero-img-wrap{
        max-height: 560px;
        object-fit: cover;
        max-width: 95vw;
        background-repeat: no-repeat;
    }

    .section-title {
        max-width: 768px;
        margin-right: auto;
        margin-bottom: 64px;
        margin-left: auto;
        text-align: center;
      }

     span{
        font-weight: bold;
        color: #ff6e40;
        padding: 0;
        text-decoration: none;
     }

     span a{
        font-weight: bold;
        color: #ff6e40;
        padding: 0;
        text-decoration: none;
     }

     .signature {
        height: 100px;
        margin-top: 0;
        width: auto;
    }

    .review{
      padding: 2vh;
        align-items: center;
        text-align: center;
    }

    .review h4{
        font-weight: bold;
        padding-bottom: 20px;
    }

    .myVideo{
        height: 500px;
        width: 560px;
        object-fit: cover;
        vertical-align: bottom;
    }

    .myVideo-blog{
      height: 250px;
      width: 250px;
      object-fit: cover;
      vertical-align: bottom;
  }

    .row.row-split-content {
        display: -ms-grid;
        display: grid;
        grid-auto-columns: 1fr;
        grid-column-gap: 64px;
        grid-row-gap: 48px;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
    .row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .row .row-split-content img{
        max-height: 300px;
        max-width: 300px;
    }

    footer{
        bottom: 0;
        left: 0;
        right: 0;
        height: auto;
        width: 100vw;
        padding-top: 40px;
    }

    footer .logo{
        font-weight: bold;
    font-size: 24px;
    padding: 22px 20px;
    height: 80px;
    float: left;
    }

    .footer-content{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .footer-content h3{
        font-size: 2.1rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 3rem;
        color: #fff;
        margin: auto;
    }

    .footer-content p{
        max-width: 80%;
        margin: 10px auto;
        line-height: 28px;
        font-size: 14px;
        color: #fff;
    }

    .socials{
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 2rem;
        padding: 0;
    }
    
    .socials li{
        margin: 0 10px;
    }
    
    .socials a{
        text-decoration: none;
        color: #fff;
        padding: 5px;
        border-radius: 50%;
    }
    
    .socials a i{
        font-size: 1.5rem;
        width: 20px;
        transition: color .4s ease;
    }
    
    .info a:hover{
        cursor: pointer;
        color: #ff6e40;
        font-size: 18px;
        transition: all 1s ease;
    }

    .info {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      flex-direction: column;
    }

    .socials a:hover i{
        color: #ff6e40;
    }

    .footer-menu{
        float: right;
      }
      
      .footer-menu ul{
        display: flex;
      }
      
      .footer-menu ul li{
      padding-right: 10px;
      display: block;
      }
      
      .footer-menu ul li a{
        color: #fff;
        text-decoration: none;
        padding: 10px;
      }
      
      .footer-menu ul li a:hover{
        cursor: pointer;
        color: #ff6e40;
        font-size: 18px;
        transition: all 1s ease;

      }

      .top-nav {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
        height: 50px;
        padding: 1em;
        font-weight: bold;
        text-decoration: none;
        padding: 10px 90px;
      }

      .top-nav .logo{
        font-size: 24px;
      }

      .logo img{
        width: auto;
      }

      .top-nav ul li a:hover{
        cursor: pointer;
        color: #ff6e40;
        font-size: 18px;
        transition: all 1s ease;
      }
      
      .menu {
        display: flex;
        flex-direction: row;
        list-style-type: none;
        margin: 0;
        padding: 0;
      }
      
      .menu > li {
        margin: 0 1rem;
        overflow: hidden;
        text-decoration: none;
      }
      
      .menu-button-container {
        display: none;
        height: 100%;
        width: 30px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
      }
      
      #menu-toggle {
        display: none;
      }
      
      .menu-button,
      .menu-button::before,
      .menu-button::after {
        display: block;
        background-color: #fff;
        position: absolute;
        height: 4px;
        width: 30px;
        transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
        border-radius: 2px;
        z-index: 10000;
      }
      
      .menu-button::before {
        content: '';
        margin-top: -8px;
      }
      
      .menu-button::after {
        content: '';
        margin-top: 8px;
      }
      
      #menu-toggle:checked + .menu-button-container .menu-button::before {
        margin-top: 0px;
        transform: rotate(405deg);
      }
      
      #menu-toggle:checked + .menu-button-container .menu-button {
        background: #3a3a4a;
      }
      
      #menu-toggle:checked + .menu-button-container .menu-button::after {
        margin-top: 0px;
        transform: rotate(-405deg);
      }

      #tag .container{
        text-align: center;
        width: 100%;
      }

      #tag .container h5{
        font-weight: bold;
      }

      #tag .container p{
        font-size: 15px;
      }

      .card5 {
        background-color: dodgerblue;
        color: #fff;
        padding: 1rem;
        width: auto;
        display: grid;
        text-align: center;
        object-fit: fill;
        background-repeat: no-repeat;
        font-weight: bold;
        font-size: 16px;
        border-radius: 10px;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        background-size: cover;
        filter: drop-shadow(2px 2px 12px #000);
        background-position: center;
        position: relative;
        margin: 1rem;  
        box-shadow: inset 2000px 0 0 0 rgba(0, 0, 0, 0.3);
        height: 20rem;
      }
      
      .card5 p{
        font-size: 30px;
        filter: drop-shadow(2px 2px 12px #000);
        text-align: center;
        text-decoration: underline;
      
      }
      .cards5 {
        max-width: 100%;
        margin: 0 auto;
        display: grid;
        gap: 1rem;
        grid-template-columns: repeat(4, 1fr);
      }
      
      @media (max-width: 1100px) {
        .menu-button-container {
          display: flex;
        }
        .menu {
          position: absolute;
          top: 0;
          margin-top: 50px;
          left: 0;
          flex-direction: column;
          width: 100%;
          justify-content: center;
          align-items: center;
        }
        #menu-toggle ~ .menu li {
          height: 0;
          margin: 0;
          padding: 0;
          border: 0;
          transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
          z-index: 10000;
        }
        #menu-toggle:checked ~ .menu li {
          border: 1px solid #333;
          height: 2.5em;
          padding: 0.5em;
          transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
          z-index: 10000;
        }
        .menu > li {
          display: flex;
          justify-content: center;
          margin: 0;
          padding: 0.5em 0;
          width: 100%;
          color: #fff;
          background-color: #3a3a4a;
          z-index: 10000;
        }
        .menu > li:not(:last-child) {
          border-bottom: 1px solid #444;
        }
      }



@media (min-width: 600px) {
  .cards5 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 900px) {
  .cards5 { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1200px) {
  .cards5 { grid-template-columns: repeat(4, 1fr); }
}

@media (max-width: 599px) {
  .cards5 { grid-template-columns: repeat(1, 1fr); }
}


@media (min-width: 600px) {
      .cards5 { grid-template-columns: repeat(2, 1fr); }
    }

    @media (min-width: 900px) {
      .cards5 { grid-template-columns: repeat(3, 1fr); }
    }

    @media (min-width: 1200px) {
      .cards5 { grid-template-columns: repeat(4, 1fr); }
    }

    @media (max-width: 599px) {
      .cards5 { grid-template-columns: repeat(1, 1fr); }
    }






    

    @media screen and (min-width: 1280px)

    .row .row-split-content {
    grid-column-gap: 96px;
}



@media (max-width:1200px) {
    .footer-menu ul{
      display: flex;
      margin-top: 10px;
      margin-bottom: 20px;
    }

    .content1-blog{
      height: auto;
      width: auto;
    }

    .header-text-wrap{
        padding-top: 0;
    }

    .card1{
        min-width: 250px;
    }

    #tag .container iframe{
        width: 100%;
      }

    .myVideo{
        display: none;
    }

    .myVideo-blog{
      display: none;
    }

    @media screen and (max-width: 1200px)
    .section {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    @media screen and (min-width: 1200px) {
        .row.row-split-content {
          grid-column-gap: 96px;
        }
      }
      
      @media screen and (max-width: 1200px) {
        body {
          font-size: 16px;
          text-align: center;
        }

        .trust img{
          max-width: 100px;

        }
      
        h1 {
          font-size: 3rem;
        }
      
        h2 {
          font-size: 2.25em;
        }
      
        h3 {
          font-size: 1.875rem;
        }
      
        h4 {
          font-size: 1.5rem;
        }
      
        h5 {
          font-size: 1.25rem;
        }
      
        .style-guide-title {
          width: 100%;
          margin-right: 0px;
          margin-bottom: 36px;
          padding: 24px;
        }
      
        .style-guide-content {
          max-width: 100%;
        }
      
        .row.style-guide-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
        }
      
        .row.row-split-content {
          grid-column-gap: 32px;
        }
      
        .row.row-header {
          grid-column-gap: 48px;
        }
      
        .section-title.mb-0 {
          margin-bottom: 0px;
        }
      
        .btn-2 {
          margin: 4px;
        }
      
        .display-2xl {
          font-size: 3.75rem;
        }
      
        .display-xl {
          font-size: 3rem;
        }
      
        .display-lg {
          font-size: 2.25rem;
        }
      
        .display-md {
          font-size: 1.875rem;
        }
      
        .display-sm {
          font-size: 1.5rem;
        }
      
        .display-xs {
          font-size: 1.25rem;
        }
      
        .line {
          min-width: 200px;
        }
      
        .line-wrap {
          bottom: -40%;
          width: 200px;
        }
      }
      
      @media screen and (max-width: 1200px) {
        body {
          font-size: 16px;
        }
      
        h1 {
          font-size: 2.25rem;
        }
      
        h2 {
          font-size: 1.875rem;
        }
      
        h3 {
          font-size: 1.5em;
        }
      
        h4 {
          font-size: 1.25rem;
        }
      
        h5 {
          font-size: 1.125rem;
        }
      
        p {
          font-size: 1em;
        }
      
        .container {
          padding-right: 20px;
          padding-left: 20px;
        }
      
        .btn {
          padding-right: 2px;
          padding-left: 2px;
        }
      
        .btn.display-none-mob {
          display: none;
        }
      
        .row.row-split-content {
          grid-row-gap: 32px;
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          justify-items: center;
        }
      
        .row.row-header {
          -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
          justify-items: center;
          padding-bottom: 20px;
        }
      
        .section-title {
          margin-bottom: 48px;
        }
      
        .btn-2 {
          padding: 8px 14px;
        }
      
        .btn-2:hover {
          border-color: #1757c2;
          background-color: #1757c2;
        }
      
        .display-2xl {
          font-size: 3rem;
        }
      
        .display-xl {
          font-size: 2.25rem;
        }
      
        .display-lg {
          font-size: 1.875rem;
        }
      
        .display-md {
          font-size: 1.5rem;
        }
      
        .display-sm {
          font-size: 1.25rem;
        }
      
        .display-xs {
          font-size: 1.125rem;
        }
      
        .text-xl {
          font-size: 1.125rem;
        }
      
        .text-xl.header-text {
          margin-bottom: 32px;
        }
      
        .nav {
          height: 80px;
          float: none;
        }

        nav .logo{
            float: none;
        }
      
        .logo.logo-footer {
          margin-bottom: 24px;
        }
      
        .logo.logo-footer.w--current {
          margin-bottom: 16px;
        }
      
        .footer {
          padding-top: 64px;
          padding-bottom: 40px;
        }
      
        .footer-top {
          margin-bottom: 32px;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
        }
      
        .line {
          min-width: 150px;
        }
      
        .line-wrap {
          left: 10%;
          bottom: -60%;
          width: 150px;
        }
      }
      
      @media screen and (max-width: 1200px) {
        .container {
          padding-right: 24px;
        }
      
        .style-guide-title {
          margin-bottom: 24px;
          border-radius: 5px;
        }
      
        .btn-icon-r {
          margin-left: 4px;
        }
      
        .footer {
          padding-top: 48px;
        }

        .footer-menu{
            display: none;
        }
      }