body{overflow-x: hidden;}.golden{background-image: linear-gradient(to right, #8B7035, #DFAB3C, #8B7035);border-radius: 22px;padding: 12px 32px 12px 30px;}
.gradient-green-text{background: linear-gradient(to right,#043a22,#0f6735,#0e3827);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;font-size: 54px;}
    .font-light{font-weight: 500;color: #a98537;-webkit-text-fill-color: none;}

    .gradient-goldent-text{
      background:linear-gradient(to right, #8B7035, #DFAB3C, #8B7035);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 800;font-size: 44px;text-align: center;
    }


    .img-circle,.img-circle1{border-radius: 50%;width: 130px;height: 130px;margin: 4px}
    .about{font-size: 6rem;}
    .mobilefooter{display: none;}.bodybuilder{background:url('image.webp');background-size:cover;background-repeat: no-repeat;}
    @media screen and (max-width: 768px){.col-order{
    font-size: 12px;
    order: 12;}.bodybuilder{background:url('image1.webp');background-size:cover;background-repeat: no-repeat;}body,html{overflow-x: hidden;}.lead.text-white {font-size: 1rem!important;}.gradient-goldent-text {font-size: 22px;}.white-big-text {font-size: 22px!important;}.imglayer {
    z-index: 99;
    position: absolute;
    top: -6%!important;
    left: 36%!important;}.card{margin-top: 12px;}.img-circle,.img-circle1{width: 80px;height:80px;}.image span{font-size: 12px;}
    	 .about{font-size: 2rem;}
.mobilefooter{display: block;}.desktopfooter{display: none;}
    }
    .navbar > .container, .navbar > .container-fluid {flex-wrap: nowrap;}
    .gradient-gold{background:linear-gradient(to right, #97782D, #F2B81B, #97782D);}
    .lead2{font-size: 1rem;}
    .social-links img{max-width: 34px;}
    .appgallery img {
    max-width: 92px;
}.font-style-italic{font-style: italic;font-weight: 700;}.text-green{font-style: italic;color: #0f592a;}
.white-big-text{font-weight: 800;color: white;font-size: 66px;}
.lead.text-white{font-size: 2rem;}
.lead3{font-size: 1.5rem;}
.bg-yellow2{background-color: #f0c721;}
.imglayer{z-index: 99;
    position: absolute;
    top: -22%;
    left: 31%;
}

#partner .img-circle,.img-circle1 {
  margin-right: 13px;
  height: auto !important;
  width: 100% !important;
  max-width: 60% !important;
}
.card2 blockquote{margin-top: 4rem;padding-left: 22px;padding-right: 22px;}
.card2{min-height: 340px;min-width: 300px;}


/* The sidebar menu */
.sidebar-legal {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Stay on top */
  top: 0;
  left: 0;
  background: linear-gradient(to right,#043A22,#0F6735,#0E3827);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

/* The sidebar links */
.sidebar-legal a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidebar-legal a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidebar-legal .closebtn {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 36px;
  margin-left: 50px;
}

/* The button used to open the sidebar */
.openbtn {
  font-size: 20px;
  cursor: pointer;
  background: white;
  color: #111;
  padding: 10px 15px;
  border: none;
  display: none;
}

.openbtn:hover {
  background-color: #fff;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#sidebar-student-legal-main {
  transition: margin-left .5s; /* If you want a transition effect */
  display: none;
  /* padding: 20px; */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidebar-legal {padding-top: 15px;}
  .sidebar-legal a {font-size: 18px;}
}

@media (max-width: 768px) {
  .nav-items-legal {
      display: none;
  }
  #sidebar-student-legal-main {
      display: block !important;
  }

  .openbtn {
      display: block !important;
  }
}