html {
	scroll-behavior: smooth;
}

body {
    margin: 0;
}

.nav {
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
}

.nav-white {
    position: fixed;
    top: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 1;
    background: black;
    display: none;
}

.logo {
    height: 40px;
    padding: 20px 20px 20px 20px;
    margin-left: 60px;
}

.nav-items {
    margin: 0;
    margin-right: 60px;
    display: inline-block;
    width: 100%;
    text-align: right;
}

.nav-item {
    display: inline-block;
    color: white;
    padding: 0 15px;
    line-height: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.nav-item::after {
    content: '';
    display: block;
    height: 2px;
    background: white;
    width: 0;
    transition: width 0.3s ease-in-out;
}

.nav-item:hover::after {
    width: 100%;
}

.splash {
    width: 100%;
    height: 100%;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}

.splash-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#top-of-site-pixel-anchor {
    width: 1px;
    height: 1px;
    position: absolute;
    top: 30vh;
}

.header-not-at-top .nav {
    background: #0b5f9b;
    margin-top: 0;
}

.slider {
    height: 100vh;
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slider-left {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin-left: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: margin-left 0.3s ease-in-out;
    z-index: 2;
}

.slider-left::before {
    content: '';
    border-top: 2px solid white;
    border-left: 2px solid white;
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(-45deg);
}

.slider-left::after {
    content: '';
    display: block;
    height: 2px;
    background-color: white;
    width: 0;
    position: relative;
    left: -30px;
    transition: width 0.3s ease-in-out;
}

.slider-left:hover {
    margin-left: 50px;
}
.slider-left:hover::after {
    width: 50px;
}

.slider-right {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 80px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: right 0.3s ease-in-out;
    z-index: 2;
}

.slider-right::before {
    content: '';
    display: block;
    height: 2px;
    background-color: white;
    width: 0;
    position: relative;
    right: -30px;
    transition: width 0.3s ease-in-out;
}

.slider-right::after {
    content: '';
    border-top: 2px solid white;
    border-left: 2px solid white;
    display: block;
    width: 25px;
    height: 25px;
    transform: rotate(135deg);
}

.slider-right:hover {
    right: 50px;
}
.slider-right:hover::before {
    width: 50px;
}

.slider-controls {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 27px;
}

.control {
    width: 15px;
    height: 15px;
    border: 1px solid white;
    background-color: transparent;
    border-radius: 100%;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

.control.active {
    width: 25px;
    height: 25px;
}

.control::before {
    content: '';
    background: white;
    width: 100%;
    display: block;
    height: 0;
}

.control.active::before {
    height: 100%;
    transition: height 7s ease;
}


.control:hover {
    background: rgba(255, 255, 255, 0.3);
}

.slide {
    flex-shrink: 0;
    width: 100%;
    position: relative;
}

.slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 200px;
    width: 60%;
    z-index: 2;
}

.tag {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: white;
    position: relative;
    margin: -5px 4px;
}

.headline {
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: white;
    position: relative;
    font-size: 4em;
    margin: 0 0 25px;
}

.introduction {
    font-family: 'Raleway', sans-serif;
    color: white;
    position: relative;
}

.section {
    max-width: 1024px;
    margin: 0 auto 0;
	padding-top: 80px;
}

.section-headline {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    position: relative;
    line-height: 2em;
}

.section-headline::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: #0b5f9b;
    left: 50%;
    transform: translateX(-50%);
}

.section-introduction {
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
    text-align: center;
}

.list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.list-item {
	width: 50%;
}

.list-item img {
	width: 100%;
	transition: transform 0.4s ease-in-out;
}

.list-item-title {
	font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    color: black;
    position: relative;
    font-size: 2.5em;
	text-align: center;
	margin-bottom: 10px;
    margin-top: 30px;
	transition: color 0.4s ease-in-out;
}

.list-item:hover .list-item-title {
	color: #0b5f9b;
}

.list-item:hover img {
	transform: scale(1.05);
}

.splash-section {
	height: 100vh; 
	overflow: hidden; 
	position: relative; 
	margin-top: 130px;
}
.splash-section-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.splash-section::before {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}

.splash-section-background {
	position: absolute; 
	width: 100%; 
	top: 50%; 
	transform: translateY(-50%);
}

.splash-section-headline {
    font-family: 'Oswald', sans-serif;
    font-size: 3.5em;
    text-transform: uppercase;
    text-align: center;
    margin-top: 1em;
    position: relative;
    line-height: 2em;
	color: white;
}

.splash-section-headline::before {
    content: '';
    position: absolute;
    width: 80px;
    height: 4px;
    background: white;
    left: 50%;
    transform: translateX(-50%);
}

.splash-section-content::after {
    content: '';
    display: block;
    height: 2px;
    background: white;
    width: 0;
    transition: width 0.3s ease-in-out;
}

.splash-section-content:hover::after {
    width: 100%;
}

.splash-section-content:hover .splash-section-text {
	margin-left: 30px;
}

.splash-section-content {
	margin-top: 50px;
    text-align: center;
	display: inline-block;
	text-decoration: none;
}

.splash-section-content-wrapper {
	text-align: center;
}

.splash-section-phone {
	height: 30px;
    color: white;
    display: inline-block;
    vertical-align: middle;
}

.splash-section-email {
	height: 45px;
    margin-top: 10px;
	color: white;
    display: inline-block;
    vertical-align: middle;
}

.splash-section-text {
	font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 2em;
    text-align: center;
	margin-left: 10px;
	display: inline-block;
    vertical-align: middle;
	transition: margin 0.4s ease-in-out;
}