/* CSS document */

body {
  background-color: #fbf7f5;
}

.loader {
  border-top-color: #fff;
}

.loader:before {
  border-top-color: #fff;
}

.loader:after {
  border-top-color: #fff;
}

::-webkit-scrollbar {
  width: 10px;
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  border-radius: 1px;
}

.hero-grid h3 {
  margin-bottom: 30px;
}

/* Case grid */

.case-container {
  align-items: flex-start;
  padding: 0;
  margin: 300px auto;
}

.case-heading {
  flex: 5;
  order: 1;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding-right: 80px;
}

.case-content {
  flex: 6;
  order: 2;
  height: auto;
}

.case-image {
  width: 100%;
  height: auto;
}

/* Special elements */

.quote {
  background-color: #2e151b;
  border: none;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  margin: 25px 0;
}

.ytvideo-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.ytvideo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.schoolings-elements {
  padding: 40px;
}

/* Hamburger */

#navbutton-container {
  display: flex;
  position: fixed;
  right: 0;
  height: 150px;
  width: 150px;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.navbutton-circle {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  border: solid 1px #818181;
  opacity: 0.2;
}

.navbutton-hamburger-icon {
  width: 70px;
  height: auto;
  margin-top: 4px;
  padding: 25px;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
}

.navbutton-hamburger-icon:visited {
  opacity: 1;
}

.navbutton-hamburger-icon:hover,
.navbutton-hamburger-icon:focus,
.navbutton-hamburger-icon:active {
  opacity: 0.4;
}

/* Testimonoals */

.feedback {
  background-color: #2e151b;
  border: none;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
  margin: 25px 0;
}
