body {
        background: url('../images/seaway.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;

   /*     color: #fff;  */
    }

    h1, h2 {
    	color: #fff;
    }

    a:visited {
 /*       color: #fff!important;  */
    }

    a.download-links {
        color: #fff;
    }
    .content {
    	background: rgb(0, 0, 0, .7);
    	border-radius: 20px;
    	padding: .05em 1.5em;
    }

    svg {
        color: #fff;
        text-shadow: 1px 1px 2px #000 !important;
    }

    .phone {
        margin-top: .75em;
    }

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }
    a.nav-link, a.nav-link:hover { 
        color: #fff;
        margin-top: .2em;
    }
    
    /*
    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }
*/
/*
.button {
    font-weight: 700 !important;
    border-color: #fff !important;
    padding: .5rem 1rem!important;
    font-size: 1.25rem!important;
    border-radius: .3rem!important;
    color: #fff!important;
    background-color: #212529!important;
    border-color: #212529!important;
}
*/
a.footer-link {
    color: #3085ee!important;
}

#header a, #header a:visited {
    color: #3085ee!important;
}