@charset "UTF-8";

h1 {
  font-family: 'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-size: 3rem;
}

.primary-1 {
  color: #3EB0AC;
}

.page-hero-graduation {
  position: relative;
}
li.nav-item {
    margin-bottom: 0;
}

.logo {
  max-width: 225px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
}

.logo h3 {
  font-size: 1rem;
  margin: 0;
}

.logo .small-text {
  font-size: .8rem;
}

.navigation.sticky-top {
  position: relative;
}

.hero-logo {
  text-align: center;
  padding: 50px 20px 0px 20px;
}

.hero-logo img {
  max-width: 600px;
}

.illustration-image {
  max-width: 300px;
  margin-bottom: 20px;
}

.navbar-dark {
    background-color: #163E43;
    padding: 0%;
}
.navbar-dark .nav-pills .nav-link {
  color: #ffffff;
  padding: 15px;
  border-radius: 0;
  border-bottom: none;
}

.nav-pills .nav-link.active {
  background-color: #3EB0AC;
}

.nav-pills .nav-link:hover {
  background-color: #3EB0AC;
}

.jump-link {
  padding: 20px;
  display: block;
  color: #ffffff;
  border-radius: 10px;
}

.jump-link:hover {
	background-color: #163E43;
    color: #fff;
    text-decoration: none;
}
.jump-link h4 {
  color: #ffffff;
}

.jump-link:hover p {
  border-bottom: none;
}

.jump-link img {
  max-width: 300px;
}


/* Extra small devices (portrait phones, 576px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) {
  .logo {
    max-width: 500px;
  }


  .logo h3 {
    font-size: 20px;
    margin-top: 10px;
  }

  .logo .small-text {
    font-size: 1rem;
  }
}

/* Small devices (landscape phones, 768px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 768px) {}

/* Medium devices (tablets, 992px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 992px) {
  .logo {
    max-width: 600px;
  }

  .logo h3 {
    font-size: 30px;
  }

  .logo .small-text {
    font-size: 1.15rem;
  }



}

/* Large devices (desktops, 1200px and higher)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 1200px) {}

/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */