body, html {
    font-family: open-sans, sans-serif;;
}
.tab{
    padding-left: 40px;
}

.double-tab {
    padding-left: 80px;
}
.bg-dark {
    background-color: #333333 !important;
}

.bg-dark a {
    color: white;
}

.bg-dark .navbar-collapse {
    justify-content: flex-end !important;
}

.success-label {
    background-color: #b1dbf0;
    font-size: 24px;
    padding: 20px;
    border-radius: 25px;
    margin-bottom: 200px;
}

.banner-container {
    position: relative;
    height: 95vh;
    margin-bottom: -100px;
}

.banner {
    width: 100%;
    position: absolute;
    height: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background: transparent url('../img/hero.jpeg') no-repeat center center;
    background-size: cover;
}

.banner-wide-container {
    position: relative;
    height: 300px;
}

.banner-wide {
    width: 100%;
    position: absolute;
    height: 300px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    background: transparent url('../img/winners-wide.jpg') no-repeat center center;
    background-size: cover;
}

.game-select-container {
    margin: auto;
    width: 50%;
    padding: 10px;
    background-color: rgb(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.game-select-container button {
    background-color: #79AF28;
}

.game-select-container p {
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    line-height: 43px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
    display: block;
}

.welcome-message-container {
    background-color: rgb(0, 0, 0, 0.25);
    top: 0px;
    height: 300px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.welcome-message-container p {
    color: #FFFFFF;
    text-align: center;
    font-size: 48px;
    line-height: 43px;
    font-family: open-sans, sans-serif;
    font-weight: 400;
}

.content-space {
    margin-top: 70px;
    margin-bottom: 70px;
}

.content {
    font-size: 16px;
    line-height: 21px;
    font-family: open-sans, sans-serif;
}

p {
    font-weight: 400;
    font-size: 14px;
}

a.underline {
    text-decoration: underline;
    color: #007bff !important;
}

.footer-navbar {
    height: 100px;
    background-color: #333333;
    color: white;
    justify-content: center;
}

.footer-navbar a {
    color: white;
}

.navbar-toggler-icon {
    background-image: url(../toggle-icon.svg);

}

.navbar-toggler {
    background: white;
}

.btn-submit {
    background-color: #14B99C;
    color: white;
    float: right;
    border-radius: 17px;
    width: 150px;
}
