@media (min-width: 992px) and (max-width: 1200px) {
  body,
  html {
    display: block;
    position: relative;
    left: 0;
    height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 0;
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: #000;
  }
  #top:target::before {
    content: "";
    display: block;
    position: relative;
    height: 1vh;
    margin-top: 0;
    visibility: hidden;
  }
  #hero-area {
    display: block;
    position: relative;
    height: 18vh;
    width: 95vw;
    left: 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    padding: 0;
    margin: 2vh auto 0 auto;
  }

  #hero-area div.hero-logo {
    background: rgb(255, 0, 4);
    background-image: url(../images/gms-logo.png),
      -moz-linear-gradient(top, rgba(255, 0, 4, 1) 0%, rgba(255, 0, 4, 1) 0%, rgba(
              255,
              0,
              4,
              1
            )
            0%, rgba(0, 0, 0, 1) 50%, rgba(255, 0, 4, 1) 100%);
    background-image: url(../images/gms-logo.png),
      -webkit-linear-gradient(top, rgba(255, 0, 4, 1) 0%, rgba(255, 0, 4, 1) 0%, rgba(
              255,
              0,
              4,
              1
            )
            0%, rgba(0, 0, 0, 1) 50%, rgba(255, 0, 4, 1) 100%);
    background-image: url(../images/gms-logo.png),
      linear-gradient(
        to bottom,
        rgba(255, 0, 4, 1) 0%,
        rgba(255, 0, 4, 1) 0%,
        rgba(255, 0, 4, 1) 0%,
        rgba(0, 0, 0, 1) 50%,
        rgba(255, 0, 4, 1) 100%
      );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#ff0004',GradientType=0 );

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  nav {
    z-index: 10000;
  }
  .navbar {
    border-style: solid;
    border-radius: 5px 30px;
    border-width: 0px;
    border-color: #f8f9fa7a;
    top: 6vh;
    right: 0vw;
    left: 0;
    width: 100%;
    height: 4rem;
  }
  .navbar-custom {
    background: rgb(30, 87, 153);
    background: -moz-linear-gradient(
      top,
      rgba(30, 87, 153, 1) 0%,
      rgba(255, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 31%,
      rgba(0, 0, 0, 1) 64%,
      rgba(255, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(30, 87, 153, 1) 0%,
      rgba(255, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 31%,
      rgba(0, 0, 0, 1) 64%,
      rgba(255, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(30, 87, 153, 1) 0%,
      rgba(255, 0, 0, 1) 0%,
      rgba(0, 0, 0, 1) 31%,
      rgba(0, 0, 0, 1) 64%,
      rgba(255, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#ff0000',GradientType=0 );
    border-width: 2px;
    border-color: #f8f9fa7a;
  }
  .navbar-custom .navbar-nav .nav-link {
    color: #f8f9fafa;
    font-family: koch-regular, arial, helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: 700;
    font-size: 1.5rem;
    border-radius: 1px;
    border-width: 2px;
    border-color: #f8f9fafa;
    padding: 0 0.5rem 0 0;
  }
  .navbar-ul {
    position: relative;
    /*margin-right: 0vw;*/
    padding: 0 0 0 0;
    left: 4vw;
  }
  .navbar-custom .nav-item.active .nav-link,
  .navbar-custom .nav-item:hover .nav-link {
    color: #1f1ce2;
  }
  /*.navbar-custom .navbar-brand{
        color:#f8f9fafa;
        display:inline-block;
        padding-top:0rem;
        padding-bottom:0rem;
        margin-right:1rem;
        font-family:bolton,"Times New Roman",Times,serif;
        font-size:1.2em;
        line-height:inherit;
        white-space:nowrap;
        margin-top:0rem}*/
  .navbar-brand-custom {
    color: #f8f9fafa;
  }
  .navbar-xs-logo {
    position: absolute;
    /*left: -75vw;*/
    right: 90%;
    /*bottom: 0;*/
    top: 1.8vh;
    width: 8vw;
    max-width: 8vw;
    margin: 0 auto 0 auto;
  }
  .custom-toggler.navbar-toggler {
    border-color: #f8f9fafa;
    padding: 0 2px 1px 2px;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    height: 1.5em;
  }

  .sticky.is-sticky {
    display: block;
    position: fixed;
    margin: 0 auto 0 auto;
    padding: 0 0 0 13vw;
    top: 5vh;
    left: 0;
    z-index: 10000;
    width: 98%;
    transition: 0.5s ease-in-out;
    border-width: 2px;
    border-color: #f8f9fa7a;
  }
  .l-star-sec-head {
    position: relative;
    left: auto;
    right: 10px;
    top: -7px;
    bottom: auto;
    height: 30px;
    opacity: 0.7;
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg);
  }
  .r-star-sec-head {
    position: relative;
    left: 10px;
    right: auto;
    top: -7px;
    bottom: auto;
    height: 30px;
    opacity: 0.7;
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }

  .section-container-heading {
    position: relative;
    top: -0.5vh;
    height: 3.8rem;
    opacity: 1;
  }
  .section-container-heading > img {
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 5;
  }
  .section-container-heading-text {
    position: absolute;
    padding: 1px 20px 0 20px;
    height: 4.5vh;
    width: auto;
    top: -22.7px;
    left: 22px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }

  .section-column-content {
    display: block;
    position: relative;
    width: 95%;
    margin: 0 auto 0 auto;
    padding: 20px 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fa7a;
  }
  .section-column-content-about {
    display: block;
    position: relative;
    width: 95%;
    margin: 8vh auto 0 auto;
    padding: 20px 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fa7a;
  }

  #home {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  #home .v-twin-pos-top {
    display: block;
    position: relative;
    max-width: 10%;
    height: auto;
    margin: auto;
  }
  #home .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 1rem;
  }
  #home .section-container {
    display: block;
    position: relative;
    width: 100%;
    margin: 11.5vh 0 0 0;
    padding: 1vh 0 5vh 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #home .text-grad {
    font-size: 1.2rem;
    padding-bottom: 5%;
  }
  ul li {
    font-size: 1.3rem;
    font-weight: initial;
    padding: 0 2vh 0 2vh;
  }
  .external-link {
    font-size: 1.4rem;
    font-weight: initial;
    padding: 0 5px 1vh 5px;
  }
  .section-column-heading-text {
    position: absolute;
    font-size: 1.3rem;
    padding: 0 3vw 0 3vw;
    width: auto;
    top: -20px;
    left: 20px;
  }
  #home:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #home .quote {
    color: #f8f9fafa;
    font-size: 1.4rem;
    font-weight: bold;
    font-style: italic;
    background: 0 0;
    -webkit-text-fill-color: #f8f9fafa;
    text-align: center;
    margin-bottom: 0rem;
  }

  .section-column-content-home-auto {
    display: block;
    position: relative;
    width: 95%;
    margin: 10vh auto 0 auto;
    padding: 20px 0 1vh 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fa7a;
  }

  #carouselfadehome .center-img {
    position: relative;
    width: 25vw;
    margin: 0 auto;
    /*        left:-24vw;*/
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: -moz-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ac2224', endColorstr='#000000', GradientType=0 );
  }
  #carouselfadehome {
    position: relative;
    padding: 0 0 3vh 0;
  }
  #carousel .car-img-1 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-2 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-3 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-4 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-5 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-6 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-7 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-8 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-9 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-10 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-11 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-12 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-13 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .car-img-14 {
    margin-top: 0;
    margin-left: 3vw;
  }
  #carousel .section-column-content {
    margin: 3vh 0 0 0;
    padding: 0 0 2vh 1vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: -moz-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ac2224', endColorstr='#000000', GradientType=0 );
  }

  #home-con-xs {
    display: block;
    position: relative;
    margin: 0 auto 0 auto;
    width: 95%;
  }
  #home-con-xs .section-container {
    position: relative;
    padding: 1vh 3vw 5vh 3vw;
    margin: 4.5vh 0 0 0;
    background-image: url(../images/seamless-dp-dark.gif);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #home-con-xs .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  #home-con-xs .section-column-heading {
    display: block;
    position: absolute;
    top: -1vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;
    background: #f46530; 
    background: -moz-linear-gradient(
      top,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    );
    background: -webkit-linear-gradient(
      top,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    ); 
    background: linear-gradient(
      to bottom,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46530', endColorstr='#f26b3e',GradientType=0 ); /* IE6-9 */
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.5% 10% 0.5% 10%;
    margin-top: -5px;
    z-index: 1;
  }
  #home-con-xs .section-column-content {
    margin: 7.3px 0 0 0;
    padding: 31px 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: #f46530; 
    background: -moz-linear-gradient(
      top,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    );
    background: -webkit-linear-gradient(
      top,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    ); 
    background: linear-gradient(
      to bottom,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46530', endColorstr='#f26b3e',GradientType=0 );
  }

  #home-con {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  .row-flex {
    display: flex;
    flex-wrap: wrap;
  }
  #home-con .section-container {
    position: relative;
    left: 0px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 4.5vh 0 0 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #home-con .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
  }
  #home-con .section-column-heading-text {
    position: relative;
    margin: -3vh auto 2vh auto;
    padding: 0vh 2vw 0 2vw;
    height: 5vh;
    width: auto;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #home-con .section-column-content {
    min-height: 111vh;
    margin: 2vh 0 0 0;
    padding: 4vh 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: rgb(255, 0, 4);
    background: -moz-linear-gradient(
      top,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(255, 0, 4, 0.7) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(255, 0, 4, 0.7) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(255, 0, 4, 0.7) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#ff0004',GradientType=0 );
  }
  #home-con .section-column-content-friends {
    min-height: 33vh;
    margin: 3vh 0 0 0;
    padding: 31px 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: rgb(255, 0, 4);
    background: -moz-linear-gradient(
      top,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(255, 0, 4, 0.7) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(255, 0, 4, 0.7) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(255, 0, 4, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(255, 0, 4, 0.7) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0004', endColorstr='#ff0004',GradientType=0 );
  }
  #home-con .quote {
    color: #f8f9fafa;
    font-size: 1.4rem;
    font-weight: initial;
    font-style: italic;
    background: 0 0;
    -webkit-text-fill-color: #f8f9fafa;
    text-align: center;
    margin-bottom: 0rem;
  }
  #home-con .section-img {
    width: 20vw;
    height: 20vh;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    display: block;
    margin: 0 auto 3vh auto;
  }

  #custom-mach {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  #custom-mach:target::before {
    content: "";
    display: block;
    position: relative;
    height: 126px;
    margin-top: -70px;
    visibility: hidden;
  }
  #custom-mach .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #custom-mach .section-container {
    position: relative;
    left: 5px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 0vh 0 0 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #custom-mach .text-grad {
    font-size: 1.2rem;
    padding-bottom: 5%;
  }
  #custom-mach .custom-mach-img {
    width: 23vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
  #custom-mach .section-column-heading-link {
    display: block;
    position: absolute;
    top: -2vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.1vh 6vw 0.1vh 6vw;
    margin-top: -5px;
    z-index: 1;
  }
  #custom-mach .section-container-heading-text {
    position: absolute;
    padding: 0 3vw 0 3vw;
    width: auto;
    top: -20px;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #custom-mach .section-column-heading {
    display: block;
    position: absolute;
    top: -1.7vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.5% 10% 0.5% 10%;
    margin-top: -5px;
    z-index: 1;
  }
  #custom-mach .section-column-heading-note {
    font-size: 1rem;
    color: #fff;
    margin: 2vh 0 5vh 0;
  }
  #custom-mach .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: center;
  }
  #custom-mach .section-column-content {
    margin: -4vh 0 0 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #custom-mach .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #custom-mach-links:target::before {
    content: "";
    display: block;
    position: relative;
    height: 13vh;
    margin-top: -15vh;
    visibility: hidden;
  }
  #custom-mach ul li {
    color: #f8f9fafa;
    font-size: 1.25rem;
    font-weight: initial;
    padding: 0 5px 0 5px;
  }

  #drag {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  #drag:target::before {
    content: "";
    display: block;
    position: relative;
    height: 126px;
    margin-top: -70px;
    visibility: hidden;
  }
  #drag .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #drag .section-container {
    position: relative;
    left: 5px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 0vh 0 0 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #drag .text-grad {
    font-size: 1.2rem;
    padding-bottom: 5%;
  }
  #drag .drag-race-img {
    width: 23vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
  #drag .section-column-heading-link {
    display: block;
    position: absolute;
    top: -2vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.1vh 6vw 0.1vh 6vw;
    margin-top: -5px;
    z-index: 1;
  }
  #drag .section-container-heading-text {
    position: absolute;
    padding: 0 3vw 0 3vw;
    width: auto;
    top: -20px;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #drag .section-column-heading {
    display: block;
    position: absolute;
    top: -1.7vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.5% 10% 0.5% 10%;
    margin-top: -5px;
    z-index: 1;
  }
  #drag .section-column-heading-note {
    font-size: 1rem;
    color: #fff;
    margin: 2vh 0 5vh 0;
  }
  #drag .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: center;
  }
  #drag .section-column-content {
    margin: -4vh 0 0 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #drag .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #drag-links:target::before {
    content: "";
    display: block;
    position: relative;
    height: 13vh;
    margin-top: -15vh;
    visibility: hidden;
  }
  #drag ul li {
    color: #f8f9fafa;
    font-size: 1.25rem;
    font-weight: initial;
    padding: 0 5px 0 5px;
  }
  #drag .youtube-con {
    margin: 3vh 3vw 0 3vw;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #carousel .section-column-content {
    margin: 1vh 0 0 0;
    padding: 0 0 1vh 1vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: #f46530;
    background: -moz-linear-gradient(
      top,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    );
    background: -webkit-linear-gradient(
      top,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    ); 
    background: linear-gradient(
      to bottom,
      #f46530 0%,
      #000000 50%,
      #f26b3e 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46530', endColorstr='#f26b3e',GradientType=0 ); /* IE6-9 */
  }
  #carousel .car-img-1 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-2 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-3 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-4 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-5 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-6 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-7 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-8 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-9 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-10 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-11 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-12 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-13 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }
  #carousel .car-img-14 {
    margin-top: 1vh;
    margin-left: 3vw;
    margin-bottom: 1vh;
  }

  #auto {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  #auto:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #auto .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1rem;
  }
  #auto .section-container {
    position: relative;
    left: 5px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 0vh 0 0 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #auto .auto-mach-img {
    width: 23vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
  #auto .section-container-heading-text {
    position: absolute;
    padding: 0vh 4vw 0 4vw;
    height: 4.5vh;
    width: auto;
    top: -20px;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }

  #auto .section-column-heading {
    display: block;
    position: absolute;
    top: -1.7vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;

    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.5% 10% 0.5% 10%;
    margin-top: -5px;
    z-index: 1;
  }
  #auto .section-column-heading-link {
    display: block;
    position: absolute;
    top: -2vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;

    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.1vh 6vw 0.1vh 6vw;
    margin-top: -5px;
    z-index: 1;
  }

  #auto .section-column-heading-note {
    font-size: 1rem;
    color: #fff;
    margin: 2vh 0 5vh 0;
  }
  #auto .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 0 auto 0 auto;
    text-align: center;
  }
  #auto .section-column-content {
    margin: 0vh 0 0 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #auto .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #auto-links:target::before {
    content: "";
    display: block;
    position: relative;
    height: 13vh;
    margin-top: -10vh;
    visibility: hidden;
  }
  #auto-links-md-up {
    position: relative;
    left: -5vw;
    width: 50vw;
    margin: 0 auto;
  }
  #auto ul li {
    color: #f8f9fafa;
    font-size: 1.25rem;
    font-weight: initial;
    padding: 0 5px 0 5px;
  }

  #gen-auto-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -23vh;
    visibility: hidden;
  }
  #gen-auto-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #gen-auto-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #gen-auto-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 5vh 0 0 0;
    text-align: center;
  }

  #restoration-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 13vh;
    margin-top: -32px;
    visibility: hidden;
  }
  #restoration-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #restoration-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #restoration-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }
  #high-perf-auto-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #high-perf-auto-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -3vh;
    width: 38vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #high-perf-auto-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #high-perf-auto-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }
  #eng-assy-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #eng-assy-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #eng-assy-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #eng-assy-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }

  #heavy-equip-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #heavy-equip-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #heavy-equip-md-up .section-column-content {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #heavy-equip-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }

  #moto {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  #moto .center-img {
    position: relative;
    width: 40vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: -moz-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ac2224', endColorstr='#000000', GradientType=0 );
  }
  #moto:target::before {
    content: "";
    display: block;
    position: relative;
    height: 126px;
    margin-top: -70px;
    visibility: hidden;
  }
  #moto .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #moto .section-container {
    position: relative;
    left: 5px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 0vh 0 0 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #moto .text-grad {
    font-size: 1.2rem;
  }
  #moto .moto-mach-img {
    width: 23vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
  #moto .moto-street-img {
    width: 23vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }

  #moto .section-column-heading-link {
    display: block;
    position: absolute;
    top: -2vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;

    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.1vh 6vw 0.1vh 6vw;
    margin-top: -5px;
    z-index: 1;
  }

  #moto .section-container-heading-text {
    position: absolute;
    padding: 0 3vw 0 3vw;
    width: auto;
    top: -20px;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #moto .section-column-heading {
    display: block;
    position: absolute;
    top: -1.7vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;

    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.5% 10% 0.5% 10%;
    margin-top: -5px;
    z-index: 1;
  }
  #moto .section-column-heading-note {
    font-size: 1rem;
    color: #fff;
    margin: 2vh 0 5vh 0;
  }
  #moto .section-note {
    font-size: 1.6rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }
  #moto .section-column-content {
    margin: -4vh 0 0 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }

  #moto .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #moto-links:target::before {
    content: "";
    display: block;
    position: relative;
    height: 13vh;
    margin-top: -15vh;
    visibility: hidden;
  }
  #moto-links {
    position: relative;
    width: 50vw;
    margin: 0 auto;
  }
  #moto ul li {
    color: #f8f9fafa;
    font-size: 1.25rem;
    font-weight: initial;
    padding: 0 5px 0 5px;
    margin: 0 25vw 0;
  }

  #moto-md-up {
    display: block;
    position: relative;
    margin: 6vh auto 8vh auto;
    width: 95%;
  }
  #moto-md-up .center-img {
    position: relative;
    width: 40vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: -moz-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ac2224', endColorstr='#000000', GradientType=0 );
  }
  #moto-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 126px;
    margin-top: -70px;
    visibility: hidden;
  }
  #moto-md-up .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  #moto-md-up .section-container {
    position: relative;
    left: 5px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 0vh 0 0 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }

  #moto-md-up .moto-mach-img {
    width: 23vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    height: auto;
    display: block;
    margin: 0 auto 0 auto;
  }
  #moto-md-up .section-column-heading-link {
    display: block;
    position: absolute;
    top: -2vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;

    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.1vh 6vw 0.1vh 6vw;
    margin-top: -5px;
    z-index: 1;
  }

  #moto-md-up .section-container-heading-text {
    position: absolute;
    padding: 1px 20px 0 20px;
    height: 4.5vh;
    width: auto;
    top: -20px;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #moto-md-up .section-column-heading {
    display: block;
    position: absolute;
    top: -1.7vh;
    border-style: solid;
    border-width: 1px;
    border-radius: 30px;
    border-color: #6bbbff;

    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    padding: 0.5% 10% 0.5% 10%;
    margin-top: -5px;
    z-index: 1;
  }
  #moto-md-up .section-column-heading-note {
    font-size: 1rem;
    color: #fff;
    margin: 2vh 0 5vh 0;
  }
  #moto-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: center;
  }
  #moto-md-up .section-column-content {
    margin: -4vh 0 0 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #moto-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }

  #dyno-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -190px;
    visibility: hidden;
  }
  #dyno-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.7rem;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #dyno-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #dyno-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }

  #high-perf-street-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #high-perf-street-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.7rem;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #high-perf-street-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #high-perf-street-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }
  #drag-bikes-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #drag-bikes-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.7rem;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #drag-bikes-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #drag-bikes-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }
  #head-porting-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #head-porting-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.7rem;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #head-porting-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #head-porting-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 2vh 0;
    text-align: center;
  }

  #carouselfadehome-port .center-img {
    position: relative;
    width: 22vw;
    margin: 0 auto;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
    background: -moz-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: -webkit-linear-gradient(
      top,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    background: linear-gradient(
      to bottom,
      rgba(172, 34, 36, 0.7) 0,
      rgba(0, 0, 0, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ac2224', endColorstr='#000000', GradientType=0 );
  }
  #carouselfadehome-port {
    position: relative;
    min-width: 225px;
    min-height: 18vh;
    margin: 0 auto 0 auto;
  }

  #customization-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #customization-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.7rem;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #customization-md-up .section-column-content {
    margin: 0 0 30vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #customization-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }

  #electronics-md-up:target::before {
    content: "";
    display: block;
    position: relative;
    height: 142px;
    margin-top: -32px;
    visibility: hidden;
  }
  #electronics-md-up .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.7rem;
    padding: 0 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #electronics-md-up .section-column-content {
    margin: 0 0 1vh 0;
    padding: 0 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fafa;
  }
  #electronics-md-up .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 4vh 0 0 0;
    text-align: center;
  }

  #carousel img {
    width: 75%;
    margin: 1vh 0 0 0;
  }
  #carousel .resto-img-1 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-2 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-3 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-4 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-5 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-6 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-7 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-8 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-9 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-10 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-11 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-12 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-13 {
    margin-top: 0vh;
    margin-left: 5vw;
  }
  #carousel .resto-img-14 {
    margin-top: 0vh;
    margin-left: 5vw;
  }

  #contact {
    display: block;
    position: relative;
    margin: 0 3vw 0 3vw;
    left: -5px;
  }
  #contact .hero-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
    width: 315px;
    margin: 0 auto;
  }
  #contact .section-container-heading {
    position: relative;
    top: -0.5vh;
    height: 2.5rem;
    opacity: 1;
  }
  #contact .contact-logo-img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
  }
  #contact .contact-v-twin {
    max-width: 11%;
    height: auto;
    display: block;
    margin: auto;
  }
  #contact .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.5);
  }
  #contact:target:before {
    content: "";
    display: block;
    position: relative;
    height: 16vh;
    margin-top: -17vh;
    visibility: hidden;
  }
  #contact .section-column-content {
    display: block;
    position: relative;
    margin: 11vh auto 2vh auto;
    padding: 20px 0 0 0;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fa7a;
  }
  #contact .section-column-heading-text {
    top: -4.5vh;
  }
  #contact .section-container-heading-text {
    display: block;
    position: absolute;
    padding: 0 3vw 0 3vw;
    width: auto;
    top: -5vh;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #contact .section-container {
    display: block;
    position: relative;
    left: 5px;
    padding: 3vh 3vw 5vh 3vw;
    margin: 6vh 0 2vh 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }

  #sponsors {
    display: block;
    position: relative;
    margin: 0 3vw 0 3vw;
    left: -5px;
  }
  #sponsors img {
    border-radius: 5px;
    max-width: 70%;
    height: auto;
    display: block;
    margin: auto;
  }
  #sponsors .hero-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25px;
    width: 315px;
    margin: 0 auto;
  }
  #sponsors .section-container-heading {
    position: relative;
    top: -0.5vh;
    height: 2.5rem;
    opacity: 1;
  }
  #sponsors .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 1rem;
    background: rgba(0, 0, 0, 0.6);
  }
  #sponsors:target:before {
    content: "";
    display: block;
    position: relative;
    height: 16vh;
    margin-top: -32px;
    visibility: hidden;
  }
  #sponsors .sponsors-logo-img {
    max-width: 50%;
    height: auto;
    display: block;
    margin: auto;
  }
  #sponsors .section-column-content {
    display: block;
    position: relative;
    margin: 11vh auto 2vh auto;
    padding: 20px 3vw 3vh 3vw;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #f8f9fa7a;
  }
  #sponsors .section-container-heading-text {
    display: block;
    position: absolute;
    padding: 0 3vw 0 3vw;
    width: auto;
    top: -5vh;
    left: 20px;
    font-family: koch-bold, arial, helvetica, sans-serif;
    font-size: 1.7rem;
    line-height: 1.3;
    font-weight: 700;
    font-variant: small-caps;
    color: #6bbbff;
    text-align: center;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px 30px;
    border-color: #f8f9fa7a;
    z-index: 1;
  }
  #sponsors .section-container {
    display: block;
    position: relative;
    left: 5px;
    padding: 3vh 3vw 5vh 3vw;
    margin: 5vh 0 2vh 0;
    background-image: url(../images/metal-screen.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #sponsors .text-grad {
    font-size: 1.2rem;
  }
  #sponsors .section-note {
    font-size: 1.2rem;
    color: #f8f9fafa;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: center;
  }
  #sponsors .section-column-heading-note {
    font-size: 1rem;
    color: #fff;
    margin: 2vh 0 5vh 0;
  }
  #sponsors .sub-section-heading {
    display: block;
    position: absolute;
    top: -2vh;
    font-size: 1.4rem;
    padding: 1px 3vw 0 3vw;
    margin-top: -5px;
    z-index: 1;
  }
  #sponsors .v-twin-pos-bot {
    display: block;
    position: relative;
    width: 8%;
    max-width: 8%;
    height: auto;
    margin: auto;
  }

  .map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    margin-bottom: 5vh;
  }
  .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-bottom: 2vh;
  }

  #directions .section-container:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
  }
  #directions:target::before {
    content: "";
    display: block;
    position: relative;
    margin-top: -32px;
    visibility: hidden;
  }
  #directions .section-container {
    position: relative;
    left: 5px;
    padding: 1vh 3vw 5vh 3vw;
    margin: 0vh 0 0 0;
    background-image: url(../images/seamless-dp-dark.gif);
    background-repeat: repeat;
    background-attachment: fixed;
    background-size: 150px 150px;
    border-style: solid;
    border-width: 2px;
    border-radius: 1rem;
    border-color: #6bbbff;
  }
  #directions {
    margin: 30px 0 0 0;
  }

  #directions .map-responsive {
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    height: 0;
    margin-bottom: 5vh;
  }
  #directions .map-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    margin-bottom: 2vh;
  }
}
