.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}






body {
  --sb-track-color: #4a4a4a;
  --sb-thumb-color: #adadad;
  --sb-size: 7px;
}

body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 3px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 3px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}








#lspu-header{
    background: #E5B60C ;
    background: linear-gradient(90deg, #e5b60c 0%, #c7650c 50%, #457614 100%);
    width: 50%;
    position: fixed;
}

.menu-item{
    font-weight: bold;
    color: #ffffff;
    font-size: 1.1rem;
}




.highlight-yellow{
    color: #E5B60C;
    font-weight: bold;
}

.submenu-item{
    font-size: 1.1rem;
}

#lspu-logo{
    width: 35rem;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

#hero-context-card{
    padding-right: 10rem;
    padding-top: 10rem;
}

#hero{
    height: 100vh;
}

#hero-header{
    font-size: 2rem;
    border-bottom: 4px solid #ffffff;
    letter-spacing: 0.2rem;
}

#hero-description{
    padding-top: 1rem;
    font-size: 1.2rem;
}

#forecast-page{
    background: url("../img/lspu_dashboard_bg.png");
    background-position: absolute;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#forecast-page{
    background-color: #ffffff;
    margin: 0px;
    padding: 5rem  0 0 0;
}

#forecast-header{
    width: 80vw;
    border-radius: 40px;
    background-color: #E5B60C;
    color: #0D0E64;
    font-weight: bold;
    font-size: 2.2rem;
}

.forecast-weather-icon{
    width: 8rem;
}

.text-color-blue{
    color: #0D0E64;
}

.forecast-icon-container{
    background-color: #ffffff;
    padding: 2rem;
    border-radius: 50%;
}

#contact-us-header{
    font-size: 4rem;
    font-weight: bold;
}

.linked-text{
    border-bottom: 2px solid #0D0E64;
    color: #0D0E64 !important;
    font-weight: bold;
}

.socmeds{
    font-size: 1.4rem;
    font-weight: bold;
}













/* Mobile screens */
@media (max-width: 600px) {
  #lspu-header {
    width: 100%;
    position: static;
    padding: 1rem;
  }
  #lspu-logo {
    display: none;
  }
  #hero-context-card {
    padding-right: 1rem;
    padding-top: 3rem;
  }
  #hero-header {
    font-size: 1.2rem;
  }
  #contact-us-header {
    font-size: 2rem;
  }
  .forecast-weather-icon {
    width: 4rem;
  }
  .forecast-icon-container {
    padding: 1rem;
  }
  #lspu-logo-mobile{
    display: block;
    width: 5rem;
  }
  #hero-context-card{
    padding-right: 0px;
    padding-top: 0px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  #hero-spacer{
    display: none;
  }

  #forecast-header{
    font-size: 1.2rem;
    padding: 10px 0 10px 0;
  }

  .forecast-card{
    padding-top: 5rem;
  }
  #contact-us-section{
    padding-left: 2rem;
  }
}



/* Tablet screens */
@media (min-width: 601px) and (max-width: 1024px) {
  #lspu-header {
    width: 80%;
    position: fixed;
    padding: 1.5rem;
  }
  #lspu-logo {
    width: 25rem;
  }
  #hero-context-card {
    padding-right: 3rem;
    padding-top: 6rem;
  }
  #hero-header {
    font-size: 1.5rem;
  }
  #contact-us-header {
    font-size: 3rem;
  }
  .forecast-weather-icon {
    width: 6rem;
  }
  .forecast-icon-container {
    padding: 1.5rem;
  }
  #lspu-logo-mobile{
    display: none;
  }
  #contact-us-section{
    padding-left: 5rem;
  }
}



/* Big screens */
@media (min-width: 1025px) {
  #lspu-header {
    width: 50%;
    position: fixed;
    padding: 2rem;
  }
  #lspu-logo {
    width: 35rem;
  }
  #hero-context-card {
    padding-right: 10rem;
    padding-top: 10rem;
  }
  #hero-header {
    font-size: 2rem;
  }
  #contact-us-header {
    font-size: 4rem;
  }

  .forecast-weather-icon {
    width: 8rem;
  }

  .forecast-icon-container {
    padding: 2rem;
  }
  
  #lspu-logo-mobile{
    display: none;
  }
  #contact-us-section{
    padding-left: 10rem;
  }
}



/** ANIMATION UTILITY CLASSES */

.reveal-wrapper {
    display: block;
    overflow: hidden;
    animation: revealLeftToRight 1s ease forwards;
    animation-delay: 0.5s;
    clip-path: inset(0 100% 0 0);
}

@keyframes revealLeftToRight {
    to {
        clip-path: inset(0 0 0 0);
    }
}