*, html {
    margin:0;
    padding:0;  
}

body {
    background-color:  rgb(26, 38, 49);
    scrollbar-color: rgb(47, 67, 85) rgb(38, 59, 78);
}

::-webkit-scrollbar {
    background: rgb(24, 35, 44);
}

::-webkit-scrollbar-thumb {
    background: rgb(38, 59, 78);
}

@font-face {
    font-family: 'garment_districtregular';
    src: url('font/garmentdistrict-regular-webfont.woff2') format('woff2'),
         url('font/garmentdistrict-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.topnav {
    background-color: rgb(24, 35, 44);
    position: absolute;
    top: 0;
    box-shadow: 0px 1.8vw 3vw -25px #111;
    width: 99.9%;
    height: 5vw;
    /* overflow: hidden; */
    /* border-radius: 2vh; */
}

.topnav a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 1.6vw 1.6vw;
    border-radius: 2vh;
    margin: 0;
    text-decoration: none;
    font-size: 1.6vw;
}

.topnav a.active {
    background-color: rgb(255, 123, 0);
    color: white;
}

.topnav a:hover{
  color: #ccc;
}

.topnav .icon {
    display: none;
}


h1{
    font-family: 'Courier New', Courier, monospace;
    color: rgb(255, 123, 0);
    font-size: 7vw;
    text-align: center;
    margin-top: 5.7%;
    margin-bottom: 1vw;
    /* position: absolute;
    top: 0vh;
    left: 0px;
    padding-left: 20px;
    padding-right: 20px; */
}

h2{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(99, 29, 139);
    font-size: 6.5vh;
}

h3{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: rgb(99, 29, 139);
    font-size: 4vh;
    padding-left: 20px;
    padding-right: 20px;
}

.buttons{
    background-color: purple;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3.0120481927710845vh;
    margin: 0.6024096385542169vh 0.30120481927710846vh;
    /* cursor: pointer; */
    position: absolute;
    right: 5vh;
    top: 30px;
    border-radius: 25px;
    outline: none;
}

.buttons span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
.buttons span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -3.0120481927710845vh;
    transition: 0.5s;
  }
  

.buttons :hover{
    font-size:  3.3132530120481927vh;
}

.p2{
    font-size: 3.7650602409638556vh;
    padding-left: 20px;
    padding-right: 20px;
    color: cyan;
}

.bg{
    position: relative;
    text-align: center;
    color: white;
    border-radius: 5%;
}

.p1 {
    color: rgb(0, 183, 255);
    padding-left: 2.5%;
    padding-right: 2.5%;
    font-size: 3.7650602409638556vh;
}

.buttons1{
    background-color: purple;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 3.0120481927710845vh;
    margin: 4px 2px;
    /* cursor: pointer; */
    position: absolute;
    right: 5vh;
    top: 280px;
    border-radius: 25px;
    outline: none;
}

.buttons1 span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
.buttons1 span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
  }
  

.buttons1 :hover{
    font-size: 22px;
}

.image{
    max-width: 50%;
    height: auto;
    padding: 20px 20px;
}

.card {
    width: 27%;
    box-shadow: 2px 2px 20px black;
    transition: 0.3s;
    display: inline-block;
    margin: 2.5%;
    border-radius: 3%;
  }
  
  .card:hover {
    box-shadow: 6px 3px 30px blue;
    /*background-color: cyan;*/
  }

  /* Add some padding inside the card container */
  .container {
    padding: 3vw 3vw;
  }
  
  .container h4{
    text-align: center;
    font-size: 2vw;
    font-family: sans-serif;
  }

  .super{
    color: lawngreen;
  }

  .topnav_img{
    position: absolute;
    top: 1vw;
    left: 20vw;
    max-width: 3%;
    height: auto;
  }

  .topnav_heading{
    position: absolute;
    top: 0;
    left: 2vw;
    color: white;
    font-size: 4.1vw;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      display: block;
      background-color: rgb(255, 123, 0); 
      margin-top: 0.7vw;
    }
    .topnav a{
        display: none;
    }

    .topnav{
        background-color: rgb(24, 35, 44);
        height: 7vw;
    }

    .p1{
        font-size: 4vw;
    }
    
    h1{
        font-size: 9vw;
        margin-top: 7.5%;
    }
    .topnav_heading{
        margin-top: 0.7vw;
    }
    .topnav_img{
        margin-top: 0.7vw;
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
    }
  }

  