/* Custom styling for Del Puerto Canyon Reservoir site */
/* delpuertocanyonreservoir.com site colors:
        Gray (216, 216, 216) or #d8d8d8	
        Dk blue (49, 72, 159)  or #31489f
        Royal blue (78, 103, 200) or #4e67c8
        Md blue (89, 168, 209) or #59a8d1
        Lt blue (94, 204, 243) or #5eccf3
        Lime green (167, 234, 82) or #a7ea52
        Mint green (93, 206, 175) or #5dceaf
        Orange (255, 128, 33) or #ff8021
        Red (241, 65, 36) or #f14124
*/

html {
    font-family: 'Open Sans', 'San Francisco', 'Segoe UI', 'Roboto', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    height: 100%;
}

/* body padding-bottom to allow for fixed navbar - add height of navbar to push images/text below navbar */

body {
    padding-top: 0px;
    background-color: #fff;
    height: 100%;
}

/* adjusts in-page links to display below the fixed navbar */
:target:before {
    content: "";
    display: block;
    height: 70px;
    /* fixed header height*/
    margin: -70px 0 0;
    /* negative fixed header height */
}

a {
    color: #31489f;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #31489f;
    text-decoration: overline;
}

a:visited {
    color: #4e67c8;
}

.bold-link:hover {
    font-weight: 700;
}

/* Font styling ----------------------------- */
h1,
h2 {
    font-family: 'Noto Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
    font-weight: 700;
}

h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
}

p {
    font-family: 'Open Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
    color: #3F3F3F;
    font-weight: 400;
}

li {
    font-family: 'Open Sans', sans-serif;
    color: #464646;
    font-weight: 400;
}

.display-1,
.display-2 {
    font-family: 'Noto Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
    font-weight: 400;
}

.display-3,
.display-4 {
    font-family: 'Noto Sans', 'Segoe UI', 'San Francisco', 'Roboto', sans-serif;
    font-weight: 700;
}

.dkblue {
    color: #31489f;
}

.dkblue-link {
    color: #31489f;
}

.dkblue-link:hover,
.dkblue-link:active,
.dkblue-link:visited {
    color: #31489f;
    text-decoration: overline;
}

.white-link {
    color: #ffffff;
}

.white-link:hover,
.white-link:active,
.white-link:visited {
    color: #ffffff;
    text-decoration: overline;
}

/* FA icon color class for Font Awesome 5 icons */
.fa-sm {
    color: #5dceaf;
}

/* theme color tweaks > add class to items to change bg color ----------------------------- */

.bg-dkblue {
    background-color: #31489f;
}

.bg-dkgry {
    background-color: #282828;
}

.bg-ltgry {
    background-color: #eeeeee;
    background-image: url(../img/noise-bg.jpg);
    background-repeat: repeat;
}

.bg-blue {
    background-color: #4e67c8;
}

.bg-mdblue {
    background-color: #59a8d1;
}

.bg-ltblue {
    background-color: #5eccf3;
}

.bg-green {
    background-color: #5dceaf;
}

.bg-none {
    background: transparent;
}

.bg-mdblue-gradient {
    background: rgba(89, 168, 209, 1);
    background: -moz-linear-gradient(top, rgba(89, 168, 209, 1) 0%, rgba(89, 168, 209, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(89, 168, 209, 1)), color-stop(100%, rgba(89, 168, 209, 0)));
    background: -webkit-linear-gradient(top, rgba(89, 168, 209, 1) 0%, rgba(89, 168, 209, 0) 100%);
    background: -o-linear-gradient(top, rgba(89, 168, 209, 1) 0%, rgba(89, 168, 209, 0) 100%);
    background: -ms-linear-gradient(top, rgba(89, 168, 209, 1) 0%, rgba(89, 168, 209, 0) 100%);
    background: linear-gradient(to bottom, rgba(89, 168, 209, 1) 0%, rgba(89, 168, 209, 0) 100%);
}

.bg-grn-gradient {
    background: rgba(93, 206, 175, 1);
    background: -moz-linear-gradient(top, rgba(93, 206, 175, 1) 0%, rgba(93, 206, 175, 0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(93, 206, 175, 1)), color-stop(100%, rgba(93, 206, 175, 0)));
    background: -webkit-linear-gradient(top, rgba(93, 206, 175, 1) 0%, rgba(93, 206, 175, 0) 100%);
    background: -o-linear-gradient(top, rgba(93, 206, 175, 1) 0%, rgba(93, 206, 175, 0) 100%);
    background: -ms-linear-gradient(top, rgba(93, 206, 175, 1) 0%, rgba(93, 206, 175, 0) 100%);
    background: linear-gradient(to bottom, rgba(93, 206, 175, 1) 0%, rgba(93, 206, 175, 0) 100%);
}


/* Button color tweaks > add class to btn to change color ---------------------------- */
.btn-blue {
    color: #fff;
    background-color: #31489f;
}

.btn-blue:hover,
.btn-blue:active {
    color: #fff;
    background-color: #ff8021;
}

.btn-grn {
    color: #3F3F3F;
    background-color: #5dceaf;
}

.btn-grn:hover,
.btn-blue:active {
    color: #646464;
    background-color: #a7ea52;
}

/* Navbar scroll color shift class ------------------- */
.fixed-top.scrolled {
    background-color: #282828 !important;
    transition: background-color 200ms linear;
}

/* Custom text selection color classes -------------------------- */
::selection {
    background: #a7ea52;
    /* WebKit/Blink Browsers */
    color: #3f3f3f;
}

/* Home page/ splash page styling / page header styling --------------------- */

.cover-lg {
    background-image: url(http://placehold.it/2000x1500.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 16em;
}

.cover-text {
    background-color: #fff;
    background-size: repeat;
    background-position: center;
    padding-top: 2em;
    color: #3F3F3F;
}

.cover-md {
    background-image: url(http://placehold.it/2000x1000.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-md-public {
    background-image: url(../img/public-meeting-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-md-board {
    background-image: url(../img/board-meeting-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-md-group {
    background-image: url(../img/people-group-overlay-bg.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-md-contact {
    background-image: url(../img/contact-john-schnobrich-unsplash.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-md-binders {
    background-image: url(../img/binders.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-no-img {
    background-size: cover;
    background-position: center;
    padding-top: 6em;
}

.cover-lg-partners {
    background-image: url(../img/del-puerto-dam-view-I5-summer-overlay.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}

.cover-md-challenges {
    background-image: url(../img/del-puerto-canyon.jpg);
    background-size: cover;
    background-position: center;
    padding-top: 8em;
}


/* Card column responsiveness ---------------------------- */

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
}

@media (min-width: 992px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media (min-width: 1200px) {
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

/* text responsiveness ------------ */

@media only screen and (max-width: 1199px) {
    h3 {
        font-size: 1.4em;
    }
}

@media only screen and (max-width: 769px) {

    .display-1,
    .display-2 {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 400;
        font-size: 3em;
    }

    .display-3,
    .display-4 {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 700;
        font-size: 2.2em;
        text-shadow: none;
    }

    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 576px) {

    .display-1,
    .display-2 {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 400;
        font-size: 3em;
    }

    .display-3,
    .display-4 {
        font-family: 'Noto Sans', sans-serif;
        font-weight: 700;
        font-size: 1.8em;
        text-shadow: none;
    }

    h1 {
        font-size: 1.6em;
    }

    h2 {
        font-size: 1.2em;
    }

    h3 {
        font-size: 1em;
        font-weight: 700;
    }

    p.lead {
        font-size: 1em;
    }
}

/* Text Effects ----------------------------- */

.text-shadow {
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.4);
}

.retroshd {
    color: #fff;
    letter-spacing: .05em;
    text-shadow: 4px 4px 0px #3e3e3e;
}

.retroshd:hover {
    text-decoration: none;
}

@media only screen and (max-width: 576px) {
    .retroshd {
        text-shadow: none;
    }
}

/* Corner classes --------------------------- */
.rounded-5 {
    border-radius: 5px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-15 {
    border-radius: 15px;
}

/* Fluid Gallery classes for lightbox image gallery ---------------- */

.fluid-gallery .lightbox img {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.fluid-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Pro";
    content: "\f06e";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.fluid-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(60, 60, 60, 0.7);
    content: '';
    transition: 0.4s;
}

.fluid-gallery .lightbox:hover:after,
.fluid-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

/* Constant Contact signup form -------------------------------- */
.cc-signup {
    display: block;
    width: 100%;
    height: 100%;
    visibility: visible;
    overflow: visible;
}

/* Full-width carousel styling --------------------------------- */

.carousel {
    background: #646464;
}

/* Forces image to be 100% width and not max width of 100% */
.carousel-item .img-fluid {
    width: 100%;
}

/* Creates block anchors for full width */
.carousel-item a {
    display: block;
    width: 100%;
}