@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    background-color: #052736;
    color: #f0f0f0;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.7;
    height: 100%;
    min-height: 100%;
    position: relative;
    letter-spacing: .25px;
}
img {
    width: 100%;
    margin: 0 0 30px;
    height: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 1rem;
    line-height: 1.2;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .5px;
}
a {
	  color: lightblue;
	transition: ease all .5s;
}
a:hover, a:focus {
	text-decoration: none;
}
.bg-dark {
    background-color: #052736!important;
}
hr {
    margin-top: 1rem;
    margin-bottom: 2rem;
    width: 100%;
    border: 1px solid #26a9e0;
    display: block;
}

a.redbutton {
    background: #b83426;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 20px;
    border-radius: 500px;
    text-align: center;
    max-width: 70%;
    margin: 40px auto 0;
    line-height: 1.2;
}

/*---Nav--*/
nav#mainNav {
    background-color: rgba(0,0,0,.5)!important;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
    margin-right: auto!important;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    max-width: 170px;
}
.navbar-brand img {
    margin: 0;
}

/*--footer--*/

footer {
    padding: 100px 0px 0px;
    color: #aaa;
}
footer a {
	color: #aaa;
}
footer ul {
    padding: 0;
    text-align: center;
    width: 100%;
}
footer li {
    border-bottom: 1px solid;
    padding: 5px;
	list-style: none;
}
footer img {
    max-width: 50%;
    margin: 0 auto 30px;
    display: block;
}
footer .copyrightrow {
    background: #333337;
    width: 100%;
    padding: 20px;
    font-size: 14px;
    text-align: center;
}
.footerlogos {
    background: #000;
    padding: 25px;
    margin: 50px 0px 0px;
    text-align: center;
}
.footerlogos li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 15px 45px;
    border-bottom: none;
    max-width: 250px;
}
.footerlogos img {
    opacity: 100;
    margin: 0;
    transition: all ease .5s;
    max-width: none;
    max-height: 110px;
}
.footerlogos img:hover, .footerlogos img:focus {
	opacity: 100%;
}


@media (max-width:992px) {
}

@media (max-width:768px) {
section {
    padding: 100px 35px;
}
	section#ourwater img {
    max-width: 100%;
    float: none;
    margin-top: -50px;
    margin-bottom: 30px;
}
	nav#mainNav {
    background-color: #1e1e28!important;
}
	.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    max-width: 80px;
}
}