.guide-nav {
    display: flex;
    align-items: center;
    justify-content: center;
}

.guide-nav h4.current {
    color: #003973;
}

.guide-nav h4.separator {
    color: #999;
}

#guide-wrapper {
    display: flex;
    justify-content: center;
}

#guide-container {
    max-width: 1200px;
    color: #222;
}

#guide-container h1 {
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#guide-container h2 {
    font-size: 18px;
    margin-top: 50px;
}

.guide-text {
    text-align: justify;
    font-size: 16px;
}

#guide-container p img {
    max-width: 80%;
}

.guide-img {
    margin-top: 30px;
    margin-bottom: 30px;
}

.nav-pills .nav-item .nav-link.active {
  box-shadow: 0 2px 6px #acb5f6 !important;
  color: #fff !important;
  background-color: #4A90E2 !important;
}

.nav-pills .nav-link {
  border-radius: .25rem !important;
}