
body, html {
    height: 100%;
    margin: 0;
    color: white;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
}

h1 {
    font-size: 3em;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    color: white;
}

h2 {
    font-size: 2.5em;
    font-weight: 900;
    color: white;
}

.bg {
    background: url("static/lower_bg_image_web.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.btn-primary {
    /*background-color: #ff9900;*/
    background-color: #ff9900;
    border-color: #ff9900;
    font-weight: 600;
}

.btn-primary:hover {
    color: #ff9900;
    background-color: white;
    border-color: white;
}

[type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled), button:not(:disabled) {
    color: white;
    background-color: #ff9900;
    border-color: #ff9900;
}

#container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-text h2 span {
    display: block;
    color: #ff9900;
    font-weight: 600;
}

.center-vert {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cc {
    display: table-cell;
    height: 100vh;
    vertical-align: middle;
}

#contact-link {
    font-weight: 600;
    font-size: 1.2em;
}

.contact-section {
    font-weight: 400;
}