body {
margin: 0;
}

header {
    position: fixed;
    top: 40px;
    right: 32px;
padding: 0;
}
header a.button {
color: #0b0709;
border-color: #0b0709;
    background: #DFD2BC;
}
.top-section .wrapper {
padding: 60px 0;
}
.second-section .wrapper {
padding: 70px 0;
}

.top-section, .second-section {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.wrapper {
	width: 90%;
    max-width: 800px;
    margin: auto;
    text-align: center;
color: #DFD2BC;
}


.splash-image {
max-width: 600px;
width: 100%;
margin-left: auto;
margin-right: auto;
Margin-bottom: 20px;
}
.top-section .subtitle {
    font-size: 21px;
    line-height: 30px;
}
.second-section .subtitle {
    font-size: 21px;
    line-height: 30px;
}



.second-section {
background: #0b0709;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: auto;
	clear: both;
	margin-top: 0;

font-family: proxima-nova, sans-serif;
font-weight: 900;
font-style: normal;
    font-size: 31px;
    line-height: 37px;
position: relative;
margin-bottom: 3px;
}

P, a {
font-family: proxima-nova, sans-serif;
font-weight: 600;
font-style: normal;
position: relative;
}

a.button {
color: #DFD2BC;
padding: 12px 19px;
border: 2px solid #DFD2BC;
font-size: 23px;
    line-height: 23px;
    display: inline-block;
    Margin: 10px 8px;
background: transparent;
transition: all 0.3s ease;
}

a.button:focus, a.button:hover {
background: rgba(255, 255, 255, 0.2);
}

.splash-logo {
width: 100%;
    position: relative;
    display: block;
margin: auto;
}
.splashvideo {
max-width: 100%;
    display: block;
    margin: auto;
height: auto;
margin-top: -40px;
margin-bottom: -40px;
}

p.subtitle {
margin-top: 0;
margin-bottom: 10px;
}
p.subtitle:last-of-type {
margin-bottom: 34px;
}

.second-section h2 {
margin-bottom: 9px;
}

.second-section p.subtitle {
margin-bottom: 25px;
}
.second-section .splash-image {
margin: auto;
width: 100%;
margin-bottom: 52px;
    display: block;

}

@media (max-width: 767px) {
header {
    width: 100%;
top: 0;
    right: 0;
    text-align: center;
    background: #0b0709;
    padding: 15px 0;
    z-index: 2;
}
.top-section .wrapper {
    padding-top: 40px;
}
.buttons a.button {
margin-bottom: 10px;
}
article {
padding: 40px 0;
}
}

@media (max-width: 550px) {
.splashvideo {
    margin-top:20px;
    margin-bottom: 20px;
}
}


.top-section {
background: #DFD2BC;
}

.top-section a.button {
color: black;
border-color: black;
}

.top-section a.button:hover, .top-section a.button:focus {
background: rgba(0, 0, 0, 0.2);
}


.top-section .wrapper {
color: black;
}
.top-section .splashvideo {
margin-top: 40px;
margin-bottom: 40px;
}