﻿html {
    height: 100%;
}

body {
    height: 100%;
    font-family: 'gotham_bookregular', Arial
}
    body:before {
        content: "";
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -10;
        background: url("/img/water-background-white.jpg") no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

.blue-background {
    background: rgba(0, 64, 139, .85);
    color: white;
}

.halff-logo {
    margin-top: 1.5rem;
}

.title-text {
    font-family: 'gotham_boldregular';
    color: white;
    font-size: 5rem;
}

.gms-banner {
    font-size: 5rem;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-text-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    color: #003399;
    font-size: 18px;
}

.bold {
    font-weight: 800;
}

.halff-red {
    color: #CC0000;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
    border-top-color: rgba(0, 64, 139, 0.85);
}

li {
    margin-top: 10px;
}

.no-dot {
    list-style-type: none;
    margin-top: 5px;
    margin-left: 2rem;
    text-indent: -2rem;
}


.btn-primary {
    color: #fff;
    background-color: rgba(0, 64, 139, .85);
    border-color: #2e6da4;
}
.btn-primary:hover {
    color: #fff;
    background-color: rgba(0, 64, 139, 1.0);
    border-color: #2e6da4;
}

.container-fluid {
    margin-right: unset;
    margin-left: unset;
    height: 100%;
}

@media only screen and (max-width:600px){
    .halff-logo {
        margin-top: 2.2rem;
        height: 40px;
    }
}