body {
    color: #606060;
    font-family: "Encode Sans", sans-serif;
}

h2, h3, h4, h5, h6 {
    color:#2196F3;
    font-family: "Abel", sans-serif;
}

p {
    line-height: 1.6rem;
}

b {
    font-weight: 600;
}

.container {
    max-width: 1000px;
}

.brand-blue {
    color: #2196F3;
}

.background-gray-light {
    background-color: #EFEFEF;
}

.text-dark {
    color: #606060 !important;
}

.background-gray-dark {
    background-color: #2d2d2d;
}

.background-dark-blue {
    background-color: #013560;
}

.section-vertical-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.hr-white {
    color: #fff;
}

.logo-main {
    width: 60px;
    margin-right: 0.66rem;
}

.header-main {
    font-size: 2rem;
    opacity: 0.85;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
}

.header-secondary {
    font-family: "Encode Sans", sans-serif;
    color: inherit;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.8rem;
    opacity: 0.66;
    margin-top: 0.3rem;
}

.btn-primary {
    background-color: #2196F3;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 24px;
    transition: ease 0.4s;
    border: none;
}

.btn-primary:hover {
    background-color: #0262b0;
    transform: translateY(-2px);
    border:none;
}

.supplemental-logo {
    max-width: 120px;
    max-height: 40px;
}

.exp-date-badge {
    background-color: #2196F3;
    border-radius: 10px;
    height: 28px;
    width: 120px;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    margin-bottom: 1.6rem;
}

.exp-date-text {
    padding-top: 6px;
    line-height: 1rem;
}

.course {
    position: relative;
    background-image: url(svg/certificate.svg);
    background-size: 20px;
    background-position: left top;
    background-repeat: no-repeat;
}

.course-title {
    margin-bottom: 0px;
    margin-left: 1.8rem;
    position: relative;
    top: -4px;
}

.course-instructor {
    font-size: 14px;
    font-weight: 200;
    opacity: 0.6;
    margin-left: 1.8rem;
    position: relative;
    top: -6px;
}

.thumb-byline {
    font-size: 13px;
}

.dev-sample-column {
    transition: ease 0.4s;
}

.dev-sample-column:hover {
    color:#2196F3;
    scale: 1.05;
}

.dev-thumbnail {
    border: solid 1px #afafaf;
    border-radius: 4px;
}

.carousel-control-next, .carousel-control-prev
 {
    width: 8%;
}


.footer {
    border-bottom: solid 30px #1b1b1b;
}

.footer-byline {
    font-size: 12px;
    opacity: 0.66;
    letter-spacing: 0.5px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .logo-main {
    width: 74px;
    margin-right: 1rem;
}

.header-main {
    font-size: 2.3rem;
}

.header-secondary {
    font-size: 1rem;
}
 }