* {
    font-family: "Open Sans";
    font-weight: 300;
}

body {
    height: 100%;
    cursor: default;
}

#content {
    height: 100%;
}

#topBar {
    background: #AB1A1C;
    color: white;
    box-shadow: 0px 1px 15px 0px rgba(0, 0, 0, 0.52);
    font-weight: 400;
}

#topBar img {
    width: 30px;
    margin: 12px 5px 12px 12px;
}

#banner {
    background: #C61A1B;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
}

#banner img {
    width: 70vw;
}

#bannerText {
    margin: 50px 0;
    color: white;
    text-align: center;
}

#bannerText-title {
    font-size: 30px;
    font-weight: 400;
    margin: 60px 0;
    text-align: center;
}

#bannerText-subtext {
    font-size: 16px;
    color: white;
    opacity: 0.7;
    text-align: center;
}

#downloadButtons {
    margin-top: 15px;
}

.downloadButton {
    width: 100px;
    border-color: white;
    background-color: transparent;
    color: white;
    margin: 0 12px;
}

.downloadButton:hover {
    color: #C61A1B;
    background-color: white;
    border-color: transparent;
}

#belowContent {
    margin: 70px 0;
}

.bottomSection {
    margin: 0 85px;
}

.sectionContent {
    margin-bottom: 5px;
}