body {
    /*background: #222222 !important;*/
    background:linear-gradient(0deg, #000000, #222222 35%, #222222 85%, #000000);
}

.blue a:link    { text-decoration: none; color: #999999;}
.blue a:visited { text-decoration: none; color: #999999;}
.blue a:active  { text-decoration: none; color: #999999;}
.blue a:hover   { text-decoration: none; color: #ffffff;}

.homepage-main a:link    { text-decoration: none; color: #f57c00;}
.homepage-main a:visited { text-decoration: none; color: #f57c00;}
.homepage-main a:active  { text-decoration: none; color: #f57c00;}
.homepage-main a:hover   { text-decoration: none; color: #F79632;}

.homepage-image-container{
    height: 100vh !important;
}

.homepage-image {
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/eDNS-homepage-bg-2022.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

.homepage-content {
    color: #fef6f4;
}

.homepage-quote {
    color: #f57c00;
    font-style: italic;
    margin-bottom: 50px;
    font-size: 1.5em;
}

.homepage-list {
    list-style-type: none;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
    padding-left: 0;
}

.homepage-list li {
    margin-bottom: 10px;
    margin-left: 19px;
    list-style-type: disc;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.homepage-blurb {
    position: absolute;
    top: 60vh;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    text-shadow: 2px 2px 3px orange;
    line-height: 100px;
}

.homepage-blurb h1 {
    line-height: 55px;
}

.homepage-logo {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.homepage-logo img {
    max-width: 75%;
}

@media (max-width: 1199px) {
    .footer> .container {
        margin: 0;
        padding: 0;
        background: black;
        width: 100%;
    }
}


@media (min-width: 800px) {
    .homepage-blurb {
        top: 80vh;
        text-shadow: 1px 1px 2px orange;
    }

    .homepage-logo img {
        max-width: 600px;
    }

    .homepage-image {
        background-attachment: fixed;
    }
}

@media (max-width: 799px) {
    .homepage-image {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/eDNS-homepage-bg-2022-small.jpg");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: scroll;
    }
}