.study-abroad-sub-header{
    background-image: url('../images/bg-globe.jpg');
    background-size: cover;
    background-position: center center;
    color: white;
    font-size: 120%;
    padding-top: 12vw;
    padding-bottom: 10vw;
    text-align: center;
}

.study-abroad-sub-header h2 {
    color: #F68B1F;
    font-size: 200%;
    font-weight: 800;
    text-align: center;
}

.intro-section {
    padding-top: 2em;
    padding-bottom: 0em;
}

.percentage-that-study-abroad {
    font-size: 110%;
    text-align: center;
}

.outcome {
    color: black;
    font-size: 250%;
    text-align: center;
}

.outcome strong {
    color: #F68B1F;
    font-weight: 800;
}

.harlaxton-section {
    background-color: #298FC2;
    color: white;
    padding-top: 2em;
    padding-bottom: 0em;
}

.harlaxton-section a {
    color: white;
    font-weight: bold;
    text-decoration: underline;
}

.harlaxton-section h3 a {
    text-decoration: none;
}

.isep-section {
    padding-top: 1em;
    padding-bottom: 0em;
}

.faculty-section {
    background-color: #F68B1F;
    color: white;
    font-weight: 400;
    padding-top: 2em;
    padding-bottom: 0em;
}

.adventures-section {
    font-size: 120%;
    padding-top: 2em;
    padding-bottom: 0em;
    text-align: center;
}

.adventures-section h3 {
    font-size: 200%;
}

.tour-video-section {
    background-color: #222;
    padding-top: 3em;
    padding-bottom: 2em;
    color: white;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    
    .intro-section {
        padding-top: 4em;
        padding-bottom: 2em;
    }

    .study-abroad-sub-header h2 {
        font-size: 260%;
    }
    
    .study-abroad-sub-header{
        font-size: 180%;
    }
    
    .harlaxton-section {
        padding-top: 3em;
        padding-bottom: 2em;
    }
    
    .isep-section {
        padding-top: 3em;
        padding-bottom: 2em;
    }
    
    .faculty-section {
        padding-top: 3em;
        padding-bottom: 2em;
    }
    
    .adventures-section {
        padding-top: 3em;
        padding-bottom: 2em;
    }

}