.navbar {
  box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.5);
}

.backgroundimages {
  background-image: url("../../assets/img/final%20design%20v15.png");
  background-position: center;
  background-size: contain;
}

.background-image {
  height: 400px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 768px) {
  .background-image {
    height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.image-heading {
  text-align: center;
  vertical-align: middle;
  color: white;
  font-size: 34px;
  font-weight: 510;
}

@media (min-width: 768px) {
  .image-heading {
    text-align: center;
    vertical-align: middle;
    color: white;
    font-size: 58px;
  }
}

.hero-content {
  position: absolute;
}

.line {
  height: 0;
  border: 1px solid white;
  margin: 3px;
  display: inline-block;
}

.slider {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.slide {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  animation: slide 5s infinite;
  position: absolute;
}

.slide:nth-child(2) {
  animation-delay: 2.5s;
}

@keyframes slide {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.slider-box {
  height: 500px;
}

.slider-box {
  height: 500px;
}

@media (max-width: 767px) {
  .second-mission-column {
    text-align: center;
  }
}

.plain-button {
  font-weight: 600;
}

.plain-button {
  background-color: var(--bs-border-color-translucent);
  border: 1px solid white;
}

.plain-button:hover {
  background-color: var(--bs-border-color-translucent);
  border: 1px solid white;
  background-color: #2f4146;
}

.partners-image {
  height: 150px;
}

@media (min-width: 576px) {
  .partners-image {
    height: 195px;
  }
}

.values-col {
  text-align: center;
  margin-bottom: 42px;
}

.values-col h4 {
  margin-top: 16px;
  margin-bottom: 16px;
  font-weight: normal;
  font-size: 22px;
}

.values-col img {
  color: red;
  width: 40%;
  border-radius: 50%;
}

.contact-text {
  color: white;
  text-align: center;
  padding: 5%;
}

.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13,110,253,.25);
}

.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid #333333;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.contact-button {
  width: 100%;
  background-color: #333333;
  border: none;
  border-radius: 0px;
}

.contact-button:hover {
  width: 100%;
  background-color: rgba(51,51,51,0.75);
  border: none;
  border-radius: 0px;
}

.contact-form-col {
  padding: 5%;
}

.hidden {
  display: none;
}

.contact-paragraph {
  font-weight: 300;
  margin-bottom: -12px;
  text-align: right;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.contact-link {
  color: inherit;
  text-decoration: none;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
  background-color: rgba(51,51,51,0.75);
  border-color: black;
}

.education-card-text {
  text-align: left;
  width: auto;
}

.education-card-text .list {
  margin-top: -16px;
}

.education-card-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.education-card-img img {
  object-fit: cover;
  float: left;
  width: 400px;
  height: 300px;
  max-width: 100%;
}

@media (min-width: 768px) {
  .column-padding {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.activity-image-row {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: 50px;
  margin-bottom: 50px;
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid #333333;
}

#education-heading {
  font-weight: 400;
}

@media (min-width: 768px) {
  .container-large {
    padding: 0px;
    padding-top: 0px;
    background: #ffffff;
    max-width: 990px;
    margin-top: -250px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) {
  .row-large {
    padding-top: 45px;
    margin-top: 1px;
  }
}

@media (max-width: 767px) {
  .hidden-large {
    display: none;
  }
}

.background-image.hero-large {
  height: 200px;
}

@media (min-width: 768px) {
  .background-image.hero-large {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .image-heading.heading-small {
    font-size: 42px;
    font-weight: 500;
  }
}

@media (max-width: 767px) {
  .w-lg-50.paragraph-small {
    margin-top: 42px;
  }
}

#resources-section {
  border-bottom: 1px solid #333333;
}

.left-paragraph {
  float: left;
}

@media (min-width: 768px) {
  .border-right {
    border-right: 1px solid #333333;
  }
}

.res-col-right {
  padding-left: 32px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .res-col-right {
    padding-left: 0px;
  }
}

.resources-main {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.resources-explanation {
  font-size: 13.5px;
  font-weight: 400;
  text-align: justify;
}

.res-col {
  margin-top: 8px;
  margin-bottom: 8px;
}

.res-row {
  margin-top: 64px;
  margin-bottom: 64px;
}

#resources-main-heading {
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 32px;
}

#resources-main-text {
  margin-bottom: 82px;
}

@media (max-width: 767px) {
  #eduVis-text {
    margin: auto !important;
    width: auto !important;
  }
}

.eduVis-img {
  width: 400px;
  max-width: 100%;
  height: 400px;
  margin: auto;
  object-fit: cover;
}

.product-img {
  width: 800px;
  max-width: 100%;
  height: 400px;
  margin: auto;
  object-fit: cover;
  box-shadow: 0 0 8px 8px white inset;
}

@media (min-width: 768px) {
  .product-img {
    width: 800px;
    max-width: 100%;
    height: 400px;
    margin: auto;
    object-fit: cover;
    margin-left: -100px;
    border-bottom: 20px solid transparent;
    border-image: linear-gradient(to bottom, transparent, #e1e1e1) 1;
  }
}

