body {
    margin: 0;
    font-family: Montserrat, sans-serif;
    color: #ffffff;
    background-color: #1a1a1a;
    overflow-x: hidden;
}

body, html {
    overflow-x: hidden;
}

header {
    position: fixed;
    width: 100%;
    z-index: 100;
    backdrop-filter: blur(10px);
    background: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));
    display: flex;
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    justify-content: space-between;
   
}

#web_logo {
    max-height: 40px;
    padding-right: 15%;
    padding-left: 5%;
}

.nav-links a {
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15pt;
    padding-left: 15px;
    padding-right: 15px;
    color: #cccccc;
    text-decoration: none;
    margin: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
}

.nav-links a:hover {
    color: #ffffff;
    transition: color 0.3s ease;
    
}


#submitted {
    position: fixed;
    z-index: 200;
    padding: 10px;
    margin-top: 5%;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 900; 
    font-size: 15pt;
    text-align: center;
    color: #ffffff;   
    background-color: #fa8957;
    display: none;
}


  h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900; 
    font-size: 100pt;
    text-align: center;
    color: #ffffff;   
    padding: 0px;
    margin: 0px;
    padding-top: 10%;
    position: relative;
    z-index: 1;
  }

  h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300; 
    background: linear-gradient(to bottom, #57d9fa, #a3e3f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 38pt;
    text-align: center;
    padding: 0px;
    margin: -20px;
    letter-spacing: 7px;
  }

  #video_main {
    z-index: 5;
    background-color: black;
    border-color: #ffe1d6;
    border-width: 4px;
    border-style: solid;
    border-radius: 20px;
    margin: 0 auto;
    width: 75%;
    height: auto;
    aspect-ratio: 16/9;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  video {
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
  }


#block2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#lt_button {
    margin-top: 5%;
    margin-bottom: 2.5%;
    height: auto;
    width: 500px;
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: linear-gradient(90deg, #d97045, #ffe1d6);
    background-size: 200% 100%;
    background-position: left center;
    border-style: solid;
    border-width: 3px;
    border-radius: 60px;
    border-color: #fa8957;
    color: #ffffff;
    padding: 20px;
    cursor: pointer;
    transition: background-position 0.2s ease, color 0.2s ease;
}

#lt_button:hover {
    background-position: right center;
    color: #1a1a1a;
    
}



h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 30pt;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;

}


#block3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    row-gap: 10px;
    margin-left: 9%;
    margin-right: 9%;
}

#a {
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
}

#wwdboxes {
    border-style: solid;
    border-color: #ccc;
    border-radius: 20px;
    border-width: 1px;
    padding: 40px;
    width: clamp(250px, 80vw, 350px);
    aspect-ratio: 16/9;
}

h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20pt;
    margin: 0px;
    margin-top: 10px;
    text-transform: uppercase;
}

h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12pt;
    margin-top: 5px;
    color: #cccccc;
    max-width: 80%;
}

.box1 {
    background-image: url("../images/interview.jpg");
    background-position: center;
    background-size: cover;
}

.box2 {
    background-image: url("../images/product.jpg");
    background-position: center;
    background-size: cover;
}


.box3 {
    background-image: url("../images/event.jpg");
    background-position: center;
    background-size: cover;
}

.box4 {
    background-image: url("../images/logo.jpg");
    background-position: center;
    background-size: cover;
}

.box5 {
    background-image: url("../images/flyer.jpg");
    background-position: center;
    background-size: cover;
}


.box6 {
    background-image: url("../images/event-pkg.jpg");
    background-position: center;
    background-size: cover;
}


#latest_prj_text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 30pt;
    margin-left: 9%;
    text-transform: uppercase;
    margin-top: 10%;
    background: linear-gradient(to bottom, #57d9fa, #a3e3f9); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#block4 {
    display: flex;
    flex-direction: row;
    gap: 40px;
    padding: 10px;
    justify-content: space-between;
    margin-top: -20px;
    border-style: outset;
    border-width: 1px;
    border-radius: 20px;
    margin-left: 9%;
    margin-right: 9%;
    background: linear-gradient(180deg,rgba(255,255,255,.1), rgba(50,50,50,.05));
}

#b4head {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20pt;
    text-align: left;
    padding-left: 20px;
    margin-bottom: 0px;
}

#b4sub {
    font-family: 'Montserrat', sans-serif;
    font-weight: 550;
    font-size: 12pt;
    color: #ccc;
    margin-top: 5px;
    padding-left: 20px;

}

#latest_prj_media {
    border-radius: 20px;
    border-width: 1px;
    border-style: solid;
    height: 400px;
    width: auto;
    aspect-ratio: 16/9;
}


#preblock5 {
    margin-top: 5%;
}


#block5 {
    border-radius: 20px;
    border-style: solid;
    border-width: 1px;
    width: auto;
    margin-left: 12%;
    margin-right: 12%;
    margin-top: 5%;
    display: flex;
    height: auto;
    flex-direction: row;
    background: linear-gradient(180deg,rgba(255,255,255,.1), rgba(50,50,50,.05));
}

#b5c1{
    flex: 1;
    width: 50%;
}

#b5c2{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}


::placeholder {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12pt;
    color: #fff;
}

#hpsin {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    height: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 10px;
    margin-top: 15px;

    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12pt;
    color: #fff;
    box-sizing: border-box;
}

#b5c2_frc {
    display: flex;
    gap: 10px;
    width: 100%;
}

#hpsie {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    height: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 10px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12pt;
    color: #fff;
    margin-top: 15px;
}

#hpsip {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    height: 60px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 10px;

    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12pt;
    color: #fff;
    margin-top: 15px;
}

#hpsim {
    border-style: solid;
    border-radius: 10px;
    border-width: 2px;
    height: 120px;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
    padding-left: 10px;
    resize: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 12pt;
    color: #fff;
    margin-top: 15px;
    box-sizing: border-box;
}

#hpsib {
    height: auto;
    width: 100%;
    font-size: 15pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    background: rgba(0,0,0,0);
    border-style: solid;
    border-width: 3px;
    border-radius: 60px;
    border-color: #fa8957;
    color: #ffffff;
    padding: 20px; 
    margin-top: 15px;
    box-sizing: border-box;
    margin-bottom: 15px;
}

#hpsib:hover {
    background: linear-gradient(90deg, #d97045, #fbb59c);
}

.contactinfo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 12pt;
    color: #fff;
    padding-left: 40px;
}

#contactinfop1 {
    padding-top: 20px;
    font-size: 18pt;
}










/*VIDEOGRPAHY PAGE*/

#vid_header {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  aspect-ratio: 16/7;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}

#vid_secondary {
  display: flex;
  width: 80%;
  margin: auto;
  margin-top: 50px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
  justify-content: center;
}

#vid_secondary_1 {
  position: relative;
  flex: 0 0 48%;
  box-sizing: border-box;
  height: 400px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  background-image: url("../images/interview.jpg");
  background-size: cover;
  background-position: center;
}

#vid_secondary_2 {
  position: relative;
  flex: 0 0 48%;
  box-sizing: border-box;
  height: 400px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  background-image: url("../images/yourwork.png");
  background-size: cover;
  background-position: center;
}

#vid_secondary_3 {
  position: relative;
  flex: 0 0 48%;
  box-sizing: border-box;
  height: 400px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  background-image: url("../images/yourproduct.png");
  background-size: cover;
  background-position: center;
}

#vid_secondary_4 {
  position: relative;
  flex: 0 0 48%;
  box-sizing: border-box;
  height: 400px;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  background-image: url("../images/yourevent.png");
  background-size: cover;
  background-position: center;
}

#vid_secondary_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-bottom: 20px;
  pointer-events: none; /* Allow hover to pass through to overlay */
  box-sizing: border-box;
}

.vid_secondary_ht {
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20pt;
  margin: auto;
  padding-top: 20px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0);
  transition: color ease 1s;
  pointer-events: none;
}

.vid_secondary_st {
  position: relative;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12pt;
  margin: auto;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0);
  transition: color ease 1s;
  pointer-events: none;
}

.overlay1, .overlay2, .overlay3, .overlay4 {
  z-index: 2;
  border-radius: 20px;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color ease 1s;
}

.overlay1:hover, .overlay2:hover, .overlay3:hover, .overlay4:hover {
  background-color: rgba(0, 0, 0, .75);
}

#vid_secondary_1:hover .vid_secondary_ht, #vid_secondary_1:hover .vid_secondary_st {
  color: rgba(255, 255, 255, 1);
}

#vid_secondary_2:hover .vid_secondary_ht, #vid_secondary_2:hover .vid_secondary_st {
  color: rgba(255, 255, 255, 1);
}
#vid_secondary_3:hover .vid_secondary_ht, #vid_secondary_3:hover .vid_secondary_st {
  color: rgba(255, 255, 255, 1);
}
#vid_secondary_4:hover .vid_secondary_ht, #vid_secondary_4:hover .vid_secondary_st {
  color: rgba(255, 255, 255, 1);
}


#vid_pastwork_t {
  text-align: start;
  justify-content: start;
  margin: auto;
  margin-top: 5%;
  margin-left: 10%;
  padding: 0px;
}

#vid_pastwork_ytv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}

.ytframewrapper {
  position: relative;
  width: 23%;
  aspect-ratio: 16/9;
  border-radius: 20px;
  overflow: hidden;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
}

.yt-frame {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  border: none;
  border-radius: 20px;
  z-index: 1;
}

.yt-frame-cover {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  z-index: 2;
  cursor: pointer;
  transition: opacity 0.5s ease;
}

.yt-frame-cover:hover {
  opacity: 0;
}

#v_lt_button {
    margin-top: 5%;
    margin-bottom: 2.5%;
    height: auto;
    width: 500px;
    font-size: 20pt;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(90deg, #d97045, #ffe1d6);
    background-size: 200% 100%;
    background-position: left center;
    border-style: solid;
    border-width: 3px;
    border-radius: 60px;
    border-color: #fa8957;
    color: #ffffff;
    padding: 20px;
    cursor: pointer;
    transition: background-position 0.2s ease, color 0.2s ease;
}

#v_lt_button:hover {
    background-position: right center;
    color: #1a1a1a;
    
}










/*GRAPHIC DESIGN PAGE*/

.gd_primary_section {
  width: 80%;
  margin: auto;
  display: flex;
  flex-direction: column;
}

.gd_ps_button_section {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  gap: 5px;
  margin: auto;
  margin-top: 5%;
  border-radius: 60px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px);
  padding: 10px;
}

.gd_ps_button {
  flex: 1 1 20%;
  border-radius: 60px;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0);
  border-style: solid;
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, 0);
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 12pt;
  color: #fff;
  padding: 20px;
  transition: background-color ease .2s;
  transition: border-color ease .2s;
}

.gd_ps_button:hover {
  background-color: rgba(255, 255, 255, .05)
}

.gd_ps_button.active {
  border-color: rgba(255, 255, 255, .5);
  background-color: rgba(255, 255, 255, .1);
}


.gd_ps_display {
  margin: auto;
  margin-top: 3%;
  width: 100%;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
  backdrop-filter: blur(10px);
}

.gd_display_option1, .gd_display_option2, .gd_display_option3, .gd_display_option4, .gd_display_option5, .gd_display_option6 {
  display: flex;
  flex-direction: row;
  padding: 15px;
  gap: 20px;
}

.gd_display_option2, .gd_display_option3, .gd_display_option4, .gd_display_option5, .gd_display_option6 {
  display: none;
}

.gd_do_s1 {
  width: 33%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  background-color: rgba(26, 26, 26, .5);
  border-color: rgba(255, 255, 255, .3);
  overflow-y: auto;
}

.gd_do_s2 {
  width: 33%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
}

.gd_do_s3 {
  width: 33%;
  aspect-ratio: 1/1;
  border-radius: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, .3);
}


.gdp1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 30px;
  margin: auto;
}

.gdp2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: clamp(1px, 2.5vw, 16px);
  color: #999;
  padding-left: 20px;
  padding-top: 20px;
  padding-right: 30px;
  margin: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
  
}

.gddo_img {
  background-size: cover;
  background-position: center;
  width: 100%;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  margin: auto;
  border-radius: 20px;
  overflow: hidden;
}





















  .blobs-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
  }
  
  .blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.5;
  }
  
  #blob1 {
    top: -10%;
    left: 0%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #fa8957, #fa8957);
    animation-delay: 1s;
    animation-direction: alternate;
  }
  #blob2 {
    top: -10%;
    left: 20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #ffe1d6, #fa8957);
    animation-delay: 5s;
    animation-direction: alternate;
  }
  #blob3 {
    top: -40%;
    right: 20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #d97045, #ffe1d6);
    animation-delay: 4s;
    animation-direction: alternate;
  }

  #blob4 {
    top: -30%;
    right: 0%;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, #fa8957, #fca);
    animation-delay: 2s;
    animation-direction: alternate;
  }
  #blob5 {
    bottom: -20%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #ffe1d6, #d97045);
    animation-delay: 3s;
    animation-direction: alternate;
  }
  #blob6 {
    top: 80%;
    left: -10%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #d97045, #ffe1d6);
    animation-delay: 1s;
    animation-direction: alternate;
  }
  



footer {
    margin-top: 5%;
    width: 100%;
    padding: 20px;
    background: #1a1a1a;
    display: flex;
    flex-direction: row;
    gap: 30%;
}

#fr {
    display: flex;
    flex-direction: column;
}

#footer {
    margin: 5px;
    color: #cccccc;
    text-decoration: none;
}










































/*MOBILE ADJUSTMENTS BELOW HERE*/


@media (max-width: 768px) {
    header {
      padding-top: 20px;
      padding-bottom: 20px;
    }
    #web_logo {
        padding-right: 5%;
        padding-left: 0%;
        max-height: 30px;
      }

  #menu-toggle, #mobile-menu {
    display: none;
  }

  #mobile-menu {
    position: fixed; /* or absolute */
    top: 80px; /* adjust to header height */
    left: 0;
    right: 0;
    background: #222;
    flex-direction: column;
    display: none; /* hidden by default */
    padding: 15px;
    z-index: 99;
  }
  
  #mobile-menu.show {
    display: flex;
  }
  .nav-links {
    display: none;
  }

  #menu-toggle {
    display: block;
    font-size: 28px;
    background: rgba(255, 255, 255, 0);
    color: white;
    cursor: pointer;
    margin-left: auto;
    padding: 5px 10px;
    z-index: 110;
    border-style: none;
    padding-right: 40px;
  }

  /* Style mobile menu */
  #mobile-menu {
    position: fixed;
    z-index: 110;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 15px;
    margin-left: auto;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); /* Safari support */
  }

  #mobile-menu a{
    color: #000;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15pt;
  }

  #mobile-menu.hidden {
    display: none;
  }
  h1 {
    font-size: 32pt;     /* Reduce heading size */
    padding-top: 30%;    /* More breathing room */
  }

  h2 {
    font-size: 15pt;     /* Smaller subheading */
    letter-spacing: 0px; /* Less spacing */
    margin: -5px;
    font-weight: 500; 
  }
  #video_main {
    width: 95%;        /* take up more width on small screens */
    border-width: 0px; /* thinner border for mobile */
    border-radius: 10px;
    margin-top: 60px;
  }

  video {
    object-fit: contain;
  }

  #lt_button {
    width: 50%;
    font-size: 12pt;
    padding: 10px;
    border-radius: 40px;
    margin: 40px;
  }

  h3 {
    flex-wrap: wrap;
    font-size: 20pt;
    margin-bottom: 75px;
  }

  #block3 {
    flex-direction: column;
    margin-left: 5%;
    margin-right: 5%;
    row-gap: 20px;
  }

  #a {
    flex: 1 1 auto;
    align-items: center;
  }

  #wwdboxes {
    width: 80%;
    padding: 20px;
    aspect-ratio: 16/9;
  }

  h4 {
    font-size: 16pt;
    text-align: center;
  }

  h5 {
    font-size: 11pt;
    max-width: 100%;
    text-align: center;
  }


  #latest_prj_text {
    font-size: 20pt;
    margin-left: 0px;
    margin-bottom: 35px;
    text-align: center;
  }

  #block4 {
    flex-direction: column;
    align-items: center;
    padding: 10px;
    margin-left: 8%;
    margin-right: 8%;
    gap: 20px;
  }

  #b4head {
    font-size: 14pt;
    text-align: center;
    padding-left: 0px;
    margin-top: 0px;
  }

  #b4sub {
    font-size: 11pt;
    text-align: center;
    max-width: 90%;
  }

  #latest_prj_media {
    height: auto;
    width: 100%;
    max-width: 90vw;
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    border-width: 0px;
  }

  #block5 {
    flex-direction: column;
    margin-left: 9%;
    margin-right: 9%;
    margin-top: -35px;
  }

  #b5c2 {
    width: 100%;
  }

  #b5c1 {
    display: none;
  }

  #hpsin,
  #hpsie,
  #hpsip,
  #hpsim,
  #hpsib {
    font-size: 11pt;
    padding: 12px;
    margin: 10px;
    height: auto;
    max-width: 94%;
    box-sizing: border-box;
  }

  ::placeholder {
    font-size: 11pt;
  }

  #b5c2_frc {
    flex-direction: column;
    gap: 0px;
  }

  footer {
    flex-direction: column;
    gap: 15px;
    padding: 15px 10px;
    text-align: center;
  }

  #fr {
    align-items: center; /* center the column content */
  }

  #footer {
    margin: 5px 0;
  }
  .blobs-bg, .blob {
    opacity: 40%;
  }

  #submitted {
    font-size: 10pt;
    margin-top: 20%;
  }

  #vid_secondary_1 {
    flex: 0 0 100%; /* stack on mobile */
    height: 200px;
    width: 100%;
  }
  #vid_secondary_2 {
    flex: 0 0 100%; /* stack on mobile */
    height: 200px;
    width: 100%;
  }
  #vid_secondary_3 {
    flex: 0 0 100%; /* stack on mobile */
    height: 200px;
    width: 100%;
  }
  #vid_secondary_4 {
    flex: 0 0 100%; /* stack on mobile */
    height: 200px;
    width: 100%;
  }



  #vid_header {
    border-width: 0px;
    background-color: #000;
    width: 90%;
    margin-top: 20px;
  }

  .overlay1, .overlay2, .overlay3, .overlay4 {
    background-color: rgba(0, 0, 0, .75);
  }

  .vid_secondary_ht, .vid_secondary_st {
    color: rgba(255, 255, 255, 1);
  }

  .vid_secondary_ht {
    font-size: 13pt;
  }

  .vid_secondary_st {
    font-size: 8pt;
  }

  #v_lt_button {
    width: 50%;
    font-size: 12pt;
    padding: 10px;
    border-radius: 40px;
    margin: 40px;
  }

  .ytframewrapper {
  width: 100%;
  margin-bottom: 30px;
  }

  .yt-frame-cover {
    opacity: 0;
  }

  .gd_display_option1, .gd_display_option2, .gd_display_option3, .gd_display_option4, .gd_display_option5, .gd_display_option6 {
    flex-direction: column;
  }

  .gd_do_s1, .gd_do_s2, .gd_do_s3 {
    width: auto;
  }

  .gd_display_option1 {

  }

  .gd_ps_button_section {
    flex-wrap: wrap;
    border-radius: 40px;
  }

  .gd_ps_button {
    padding: auto;
  }
}





