/**
 * @file
 * Subtheme specific CSS.
 */
 @font-face {
    font-family: 'Trebuchet MS';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS'), url('/custom-fonts/trebuc.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Trebuchet MS Italic';
    font-style: normal;
    font-weight: normal;
    src: local('Trebuchet MS Italic'), url('/custom-fonts/Trebuchet-MS-Italic.woff') format('woff');
    }
:root {
  --bs-primary: #00923f;
  --bs-secondary: #f3ec18;
  --bs-secondary-bg-color: #f7f8fd;
  --bs-secondary-heading: #000;
  --bs-secondary-heading-bg: #00923f;
  --bs-secondary-paragraph: #696969;
  --bs-primary-font: 'Trebuchet MS', sans-serif;
  --bs-secondary-font: 'Trebuchet MS', sans-serif;
}
    
/* Heading Styles (h1-h6) */
body {
  background-color: #fff;
  font-family: var(--bs-primary-font);
  color: var(--bs-secondary-paragraph);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--bs-primary-font);
  font-weight: 700;
  letter-spacing: 0;
  padding: 0px;
  margin-bottom: 0;
  color: var(--bs-secondary-heading);
}

h1 {
  font-size: 36px;
  line-height: 46px;
}

h2 {
  font-size: 32px;
  line-height: 40px;
}

h3 {
  font-size: 27px;
  line-height: 34px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 20px;
}

p {
  font-family: var(--bs-secondary-font) !important;
  font-size: 16px;
  color: var(--bs-secondary-paragraph);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
span {
  font-family: var(--bs-secondary-font) !important;
  font-size: 16px;
  color: var(--bs-secondary-paragraph);
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 0;
}
a {
  font-family: var(--bs-secondar-font);
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
}
.field--type-text-long span{
  font-family: var(--bs-secondary-font);
  color: var(--bs-secondary-heading);
  margin-bottom: 0;
}

.uhas-p{
  padding-top: 100px;
  padding-bottom: 100px;
}


.side-menu .views-row{
    background-color:#e5f4eb;
    padding:10px;
    margin-bottom:5px;
  }


 .team img{
  width: 300px;
  height: 300px;
  object-fit: cover;
  
}

@media (max-width: 575.98px) { 
    
.carousel-img img{
  height: 300px;
  object-fit: cover;
  aspect-ratio:1/1;
  
}





