/* Aden responsive */
.sticky-footer-logo {
  position: fixed !important;
  bottom: 20px !important;
  right: 20px !important;
  min-width: 200px;
  z-index: 9000000 !important;
}

.sticky-footer-logo img {
    max-width: 300px; /* Adjust as needed */
    height: auto;
}

@media (max-width: 768px) {
    .sticky-footer-logo {
        bottom: 10px;
        right: 10px;
    }

    .sticky-footer-logo img {
        max-width: 150px; /* Adjust as needed for mobile */
    }
}

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 375px) {
  .login_medium {
    margin-top: 80px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 500px) {
  .hero-title h1 {
    font-size: 28px;
    margin-top: 5px;
  }
  .hero-title p {
    font-size: 16px;
    margin-top: 10px;
  }
  .articles .hiw-block {
    max-width: 500px;
  }
  .articles .hiw-grid,
  .highlights .hiw-grid {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .highlights .hiw-block {
    max-width: 450px;
  }
  .awards-container {
    justify-content: center;
    align-items: center;
  }
  .awards-container .award {
    max-width: 350px;
    margin: 10px 5px;
  }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .parallax .title-container {
    margin-top: -85px;
  }
  .hero-title h1 {
    font-size: 36px;
    margin-top: 0;
  }
  .hero-title p {
    font-size: 18px;
  }
  .awards-container {
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 1024px) {
  .parallax .title-container {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    right: 100px;
    width: 50%;
  }
  .title-container .hero-title {
    text-align: right;
  }
  .hero-title p {
    color: white;
  }
  .awards-container,
  .partners {
    display: none;
  }
  .awards-container.carousel,
  .nwb-partners__inner .partners.carousel {
    display: flex;
  }
  .awards-container .award img {
    border-right: none;
    width: 70%;
  }
  .awards-container .award p {
    width: auto;
  }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .login_margin {
    margin-top: 65px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .collapse {
    padding: 0;
  }
  .navbar-brand {
    width: 100%;
  }
  .nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    padding: 15px 10px;
  }
  .navbar-nav > li.divider-start {
    margin-left: 15px;
  }
  .navbar-nav > li.divider-start::before {
    inset-inline-start: -12px
  }
  .brochures-btn {
    font-size: 16px !important;
    padding: 10px 8px !important;
  }
  .login_margin {
    margin-top: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax #student-support,
  .parallax #instructor-support {
    background-color: transparent !important;
  }
  .hero-title h1 {
    font-size: 38px;
  }
  .hero-title p {
    font-size: 20px;
  }
  .highlights {
    padding: 100px 0;
  }
  .highlights::before {
    content: "";
    display: block;
    width: 100vw;
    height: 95%;
    position: absolute;
    left: 50%;
    top: 10px;
    transform: translateX(-50%);
    background-image: url('../images/Element_2.svg');
    background-size: auto 100%;
    background-position: calc(100% + 140px);
    background-repeat: no-repeat;
  }
  .highlights .hiw-block {
    max-width: 300px;
  }
  .highlights .hiw-copy q {
    height: 50%;
  }
}
@media (min-width: 1440px) { 
  .parallax-img:not(.acticles-bg) {
    display: none;
  }
  .hero-title h1 {
    font-size: 42px;
  }
  .hero-title p {
    font-size: 24px;
  }
  .articles .hiw-block {
    max-width: 600px;
  }
  .highlights .hiw-block {
    max-width: 350px;
    font-size: 1.1em;
  }
  .parallax-img.cropped {
    display: block;
  }
  .login_medium {
    margin-top: 125px;
  }
  .hiw-copy .hiw-title {
    font-size: 36px;
  }
  .hiw-copy .hiw-subtitle {
    font-size: 24px;
  }
  .features-inner {
    font-size: 19px;
  }
  .features-inner #slide3 .features-text,
  .features-inner .features-text {
    padding: 0;
  }
  .awards-container .award p {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .parallax-layer--right {
    padding-right: 150px;
  }
  .login_medium {
    margin-top: 50px;
  }
  .parallax .title-container {
    right: 200px;
  }
}
@media (min-width: 1920px) {
  .parallax .title-container {
    right: 250px;
  }
  .hero-title h1 {
    font-size: 48px;
  }
  .hero-title p {
    font-size: 28px;
  }
  .hiw-copy .hiw-title {
    font-size: 42px;
  }

  .hiw-copy .hiw-subtitle {
    font-size: 30px;
  }

  .hiw-copy p {
    font-size: 26px;
  }
}
@media (min-width: 2100px) {
  .parallax-layer--right {
    padding-right: 250px;
  }
  .login_medium {
    margin-top: 35px;
  }
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
  .parallax #student-support {
    width: 49%;
    background-color: #999999;
    border-radius: 5px;
    margin-right: 0.5%;
  }
  .parallax #instructor-support {
    width: 49%;
    background-color: #999999;
    border-radius: 5px;
    margin-left: 0.5%;
  }
  #numeracy {
    margin-top: 100px;
  }
  .slider_image {
    width: 500px;
  }
  .carousel-caption {
    font-size: 21px;
  }
}

/* Medium Devices, Desktops */
@media screen and (max-width: 1024px) { 
  .round-box {
    background: rgba(200, 200, 200, 0.3);
  }
  .navbar-nav li a,
  .navbar-nav li a:hover,
  .navbar-nav li a:focus {
    font-size: 16px;
  }
  .brochures-btn {
    padding: 8px 10px !important;
    font-size: 14px !important;
  }
  .nav > li > a, .nav > li > a:hover, .nav > li > a:focus {
    padding: 10px 10px;
    margin-top: 0;
  }
}
@media screen and (max-width: 992px) {
  .parallax #student-support {
    width: 49%;
    background-color: #999999;
    border-radius: 5px;
    margin-right: 0.5%;
  }
  .parallax #instructor-support {
    width: 49%;
    background-color: #999999;
    border-radius: 5px;
    margin-left: 0.5%;
  }
  #numeracy {
    margin-top: 100px;
  }
  .works .carousel-control .icon-prev {
    left: 10%;
    top: 53%;
    z-index: 50;
  }
  #works .carousel-inner .col-sm-8 {
    width: 50%;
    float: none;
    clear: both;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  #works .item {
    display: block;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #works .carousel-indicators,
  #works .carousel-control {
    display: none;
  }
  #works .carousel-inner .carousel-caption {
    position: relative;
    right: auto;
    left: auto;
    padding-bottom: 0;
  }
  #works .carousel-inner .carousel-caption h2 {
    margin-top: 10px;
  }
  #works .carousel-inner .carousel-caption .assess-img {
    display: none;
  }
  #works .carousel-inner .carousel-caption .text-left {
    text-align: center;
  }
  #works .carousel-inner .vcenter {
    display: block;
    align-items: inherit;
  }
  .tweet_margin {
    margin-top: 30px;
  }
  .try .try-caption {
    font-size: 16px;
  }
}


@media only screen and (max-width: 900px) { 
  .navbar .container-fluid .col-sm-8 {
    width: 100%;
  }
  .nav-shrink {
    padding-top: 0px;
  }
  .navbar-nav li,
  .navbar-nav li.divider-start {
    margin-left: 0;
    margin: 5px 0;
  }
  .navbar-nav li a,
  .navbar-nav li a:hover,
  .navbar-nav li a:focus {
    margin-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .login_margin {
    margin-top: 70px;
  }
  #numeracy {
    margin-top: 100px;
  }
  .contact-nav {
    display: none;
  }
}
@media only screen and (max-width: 542px) {
  .parallax-title h1 {
    font-size: 24px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  .login_medium {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 536px) {
  .login_medium {
      margin-top: 130px;
  }
  .slider_image {
      width: 350px;
  }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  .parallax #student-support,
  .parallax #instructor-support {
    border-radius: 5px;
  }
  .swiper-slide {
    width: 250px !important;
  }
}

/* Custom, iPhone Retina */
@media only screen and (max-width: 400px) {
  .parallax #student-support,
  .parallax #instructor-support {
    border-radius: 5px;
  }
  #numeracy {
    margin-top: 75px;
  }
  .parallax-title h1 {
    font-size: 24px;
  }
  .parallax-title {
    margin: 120px 0 50px;
  }
  .login_medium {
    margin-top: 110px;
  }
}
@media only screen and (max-width: 375px) {
  .login_medium {
    margin-top: 90px;
  }
  .slider_image {
    width: 320px;
  }
}

/* Global typography: use Jost across the UI */
html,
body {
  font-family: "Jost", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea,
.navbar,
.nav,
.dropdown-menu,
.btn,
.brochures-btn {
  font-family: inherit !important;
}
