body {
    margin: 0 0 2vh 0;
    padding: 0;
    font-family: 'Noto Sans', sans-serif;
    color: #000;
}

a, a:visited, a:active, a:link {
    color: #000;
    text-decoration: none;
}

.strikeout {
    text-decoration:line-through;
    color: #999;
}
.header {
    display: flex;
    flex-direction: column;
    background-color: #fff;
}

.header .first-header {
    background-color: #000;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 1.2em;
    letter-spacing: .1em;
    font-family: 'Questrial', sans-serif;
    padding: 1vh 0;    
}

.first-header .django-rudey {
    font-size: 0.75em;
}

.first-header .estates {
    text-decoration: underline;
    text-decoration-color: #ff9568;
    text-decoration-thickness: 0.1em;
}

.header .second-header {
    padding: 0 0 1vh 0;
    background-color: #fff;
    text-align: left;
    font-family: 'Questrial', sans-serif;
    line-height: 0.75em;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .third-header {
    padding: 1vh 1vw 1vh 1.5vw;
}

.logo {
    text-align: center;
    margin-left: 1vw;
}
.big-letter {
    font-size: 2.25em;
    font-family: 'Neonderthaw', cursive;
    line-height: 1.5em;
}

.gumption {
    font-size: 1em;
    line-height: 0.5em;
}

.hotels {
    font-size: 0.75em;
    line-height: 0.25em;
}

.map {
    text-align: center;
    width: 100px;
}

.splash {
    height: 50vh;
    background-image: url('pool.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.content {
    flex-grow: 5;
    width: 75%;
    max-width: 1024px;
    margin: auto;
    padding-top: 3vh;
    text-align: center;
}

.content h1 {
    font-weight: 100;
    text-align: center;
}

.content h3 {
    font-size: 0.8em;
    color: #bbb;
    text-transform: uppercase;
}

.content p {
    font-size: 0.8em;
}

button {
    padding: 1vh 1vw;
    font-size: 1.25em;
}