.harlaxton-sub-header {
	background-image: url('../images/harlaxton-sub-header-bg.jpg');
	background-size: cover;
	background-position: center center;
	position: relative;
}

.harlaxton-sub-header-bg-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.3;
    z-index: 2;
}

.harlaxton-sub-header-bg {
	display: none;
}

.sub-header-content {
    position: relative;
    padding: 15vw 2em;
    z-index: 3;
}

.sub-header-content h2 {
    color: #F68B1F;
    font-size: 200%;
    font-weight: 800;
    text-align: center;
    text-shadow: 0 0 6px rgba(0,0,0,.75);
    text-transform: uppercase;
}

.sub-header-content p {
    color: white;
    font-size: 110%;
    font-weight: bold;
    margin-bottom: 0px;
    text-align: center;
    text-shadow: 0 0 6px rgba(0,0,0,.75);
}

.visit-section {
    background-color: #298FC2;
    color: white;
    font-weight: 400;
    padding-top: 4em;
    padding-bottom: 2em;
    margin-top: 3em;
    margin-bottom: 3em;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.harlaxton-sub-header {
		background-image: none;
	}

	.harlaxton-sub-header-bg {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
	    z-index: 1;
	}

	.harlaxton-sub-header-bg video {	
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	
	.sub-header-content h2 {
        font-size: 300%;
	}
	
	.sub-header-content p {
        font-size: 120%;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.sub-header-content h2 {
        font-size: 400%;
	}
	
	.sub-header-content p {
        font-size: 150%;
	}
}