* {
    box-sizing: border-box;
}
body {
    margin: 0;
    background: #ffffff;
}
h1, h2 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}

.container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 25px;
    padding-right: 25px;
}
.indent {
    padding-top: 45px;
    padding-bottom: 45px;
}

.banner {
    text-align: center;
}
.above-title {
    background-color: #4c4c4c;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.2vw 3vw;
    font-size: 2vw;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.title {
    font-size: 40vw;
    text-transform: uppercase;
    font-family: "Six Caps", sans-serif;
    background-image: url(./bg.jpg);
    background-size: cover;
    background-position: center;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.subtitle {
    font-weight: 400;
    font-size: 12vw;
    font-family: "WindSong", cursive;
    margin-top: -7vw;
    color: #4c4c4c;
}