body,
html {
  height: 100%;
  background-color: #fcfbf7;
  font-weight: 300;
}

ul {
  color: #356884;
}

.bg {
  /* The image used */
  background-image: url("/img/h1.png");

  /* Full height */
  min-height: 100vh;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 20px;
}

.break-one {
  background-image: url("/img/bg-1.png");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin: 50px 0;
}

.break-two {
  background-image: url("/img/bg-2.png");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin: 50px 0;
}

.quote-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

.quote-heading {
  color: #356884;
}

.quote {
  font-size: 1.2rem;
  font-style: italic;
}

.quote-author {
  color: #356884;
  font-weight: bold;
}

.break-three {
  background-image: url("/img/bg-3.png");

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  margin: 50px 0;
}

.course-heading {
  font-size: 30px;
  text-align: right;
  line-height: 45px;
}

.course-sub-heading {
  font-size: 30px;
  line-height: 45px;
}

.drop-heading {
  font-size: 48px;
  color: #87a6b7;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.subheading {
  font-size: 48px;
  color: #87a6b7;
  font-family: futura-pt, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.home-heading {
  margin-bottom: 100px;
  text-align: center;
}

.home-heading h1 {
  margin-bottom: 20px;
}

.home-heading .sub-heading {
  color: #ff8e8c;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
  margin-bottom: 100px;
}

.q {
  color: #356884;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
  display: block;
}

.logo {
  margin-top: 60px;
}

.basic-list {
  color: #356884;
}

.section-heading {
  color: #ff8e8c;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
  display: block;
  padding: 50px 0 50px 50px;
  text-align: right;
}

.bold {
  font-family: futura-pt-bold, sans-serif;
}

h1 {
  color: #ff8e8c;
  font-size: 60px;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 100px 0;
  text-align: center;
}

h2 {
  color: #356884;
  font-size: 42px;
  line-height: 63px;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
}

h3 {
  color: #356884;
  font-size: 30px;
  line-height: 45px;
  font-weight: 700;
  font-family: futura-pt-bold, sans-serif;
}

.link {
  color: #ff8e8c;
}

.link:hover {
  color: #ff8e8c;
}

p {
  color: #356884;
}

.def {
  font-size: 16px;
  color: #999;
  font-weight: normal;
}

.course-table {
  box-sizing: border-box;
  margin: 50px 0;
  width: 100%;
  color: #356884;
  border: 1px solid #356884;
  padding: 7px;
  border-radius: 7px;
  background-color: #fff;
  border-collapse: separate;
}

.course-table td,
.course-table th {
  padding: 3px;
}

.start-radio {
  margin-right: 10px;
}

.btn-outline {
  border-color: #ff8e8c;
  color: #356884;
}

.course-header .btn-outline {
  border-color: #ff8e8c;
  color: #ff8e8c;
}

.course-header .nav-container .nav-link {
  color: #ff8e8c;
}

.course-header .nav-container .btn-outline:hover {
  background-color: #fffcfc;
}

.btn-outline:hover {
  border-color: #356884;
  color: #356884;
  background-color: #fffcfc;
  text-decoration: none;
}

.nav-container {
  margin-top: 60px;
}

.nav-container .nav-link {
  color: #ff8e8c;
}

.hero-buttons {
  display: flex;
  justify-content: center;
}

.hero-buttons .btn,
.hero-buttons .btn-lg {
  margin: 10px;
  width: 100px;
  border: 1px solid #ff8e8c;
  color: #356884;
  background-color: #fffcfc;
  text-align: center;
  box-shadow: 0px 1px 5px 0px rgba(219, 194, 207, 1);
}

.intro {
  line-height: 30px;
  margin: 60px 0;
  text-align: justify;
}

.footer {
  background-color: #2e4756;
  color: #ff8e8c;
  padding: 20px 0;
}

.footer-text {
  padding-bottom: 15px;
}

.spark-img {
  background-image: url("/img/v4.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.sphere-img {
  background-image: url("/img/v2.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.code-img {
  background-image: url("/img/v3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.v5-img {
  background-image: url("/img/v5.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.course-text {
  padding: 50px;
}

.course-text p {
  text-align: justify;
}

.about-dmitri {
  display: flex;
}

.dmitri-photo {
  flex-grow: 0;
  flex-shrink: 0;
}

.dmitri-bio {
  line-height: 30px;
  flex-grow: 1;
  flex-shrink: 1;
  margin-left: 50px;
  text-align: justify;
}

blockquote {
  color: #356884;
  border-left: 3px solid #ff8e8c;
  padding: 20px;
  padding-left: 40px;
  background-color: #f2faff;
}

blockquote a {
  color: inherit;
  text-decoration: underline;
}

blockquote .quote {
  font-style: italic;
  text-align: justify;
}

.school-visit-container {
  background-color: #fffcfc;
  border-top: 1px solid #ff8e8c;
  padding: 10px 0;
}

.school-visit {
  padding: 15px 7px;
}

.school-visit .close-visit:after {
  content: "\00D7";
  color: #ff8e8c;
  font-size: 1.5rem;
  margin-top: -0.7rem;
  font-weight: bold;
  float: right;
}

.school-visit h4 {
  color: #356884;
  font-size: 1rem;
  font-weight: bold;
}

.school-visit img {
  float: left;
  margin-right: 15px;
  margin-bottom: 20px;
}

.calendar-link {
  background-color: #ff8e8c;
  border: 1px solid #ff8e8c;
  border-radius: 3px;
  padding: 3px 20px;
  color: #f2faff;
  box-shadow: 0px 1px 5px 0px rgba(219, 194, 207, 1);
  transition: all 0.2s ease 0s;
  display: inline-block;
}

.school-visit-copy {
  margin-bottom: 8px;
}

.calendar-link:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: #f2faff;
}

.calendar-link:focus {
  outline: 0;
}

.social-icon {
  height: 20px;
  margin-right: 5px;
}

.social-link {
  color: #ff8e8c;
}

.social-link:hover {
  text-decoration: none;
  color: #ff8e8c;
}

.application-step {
  color: #ff8e8c;
}

.apply-label {
  color: #356884;
  font-size: 1.2rem;
  display: block;
  margin-top: 10px;
}

.apply-input {
  color: #356884;
  border: 1px solid #356884;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.apply-submit {
  margin: auto;
  margin-top: 10px;
  display: block;
  position: relative;
  width: 200px;
  font-size: 1.2rem;
  background-color: #ff8e8c;
  border: 1px solid #ff8e8c;
  border-radius: 3px;
  padding: 10px 50px;
  color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(219, 194, 207, 1);
  transition: all 0.2s ease 0s;
}

.validation {
  color: #ff8e8c;
  margin-bottom: 10px;
}

.employer-logo {
  height: 100px;
  margin: 20px;
}

.employer-heading-container {
  padding: 20px;
}

.employer-heading {
  color: #ff8e8c;
  font-family: futura-pt-bold, sans-serif;
  font-weight: bolder;
  font-size: 24px;
  line-height: 36px;
}

.employer-container {
  background-color: #2e4756;
  border-top: 1px solid #ff8e8c;
  padding-bottom: 10px;
}

.employer-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  h1 {
    margin: 50px 0;
  }

  .home-heading .sub-heading {
    font-size: 18px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .about-dmitri {
    display: block;
  }

  .dmitri-photo {
    display: block;
    margin: 10px auto;
    width: 125px;
  }

  .dmitri-bio {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .logo {
    margin-top: 10px;
  }

  .course-heading {
    text-align: center;
  }

  h1 {
    margin: 15px 0;
    font-size: 42px;
  }

  h2 {
    font-size: 36px;
    line-height: 54px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  .course-text {
    padding: 10px;
  }

  .logo {
    width: 80px;
  }

  .hero-buttons .btn,
  .hero-buttons .btn-lg {
    background-color: #fffcfc;
    border: 1px solid #ff8e8c !important;
    box-shadow: 0px 1px 5px 0px rgba(219, 194, 207, 1);
  }

  .practical-skills-img {
    height: 100px;
  }

  .nav-container .nav-link {
    flex-grow: 1;
  }

  .nav-container {
    margin-top: 15px;
  }

  .nav-link:first-child {
    padding-left: 0;
  }

  .about-dmitri {
    display: block;
  }

  .dmitri-photo {
    display: block;
    margin: 10px auto;
    width: 125px;
  }

  .dmitri-bio {
    flex-grow: 0;
    flex-shrink: 0;
    margin-left: 0;
  }

  .footer {
    padding-bottom: 120px;
  }

  .employer-logo {
    height: 75px;
    margin: 10px;
  }

  .employer-heading-container {
    padding: 10px;
  }
}
