﻿html, body {
    height: 100%;
    font-size: 100%;
    font-family: poppins-semibold,poppins,sans-serif;
    background-color: #D9E1ED;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.D2ILogo {
    height: 25px;
    width: 100px;
}

.LogoDiv {
    padding: 15px;
    float: right;
}

.button-link {
    display: inline-block;
    padding: 15px 55px; /* Adjust padding as needed */
    font-size: 12px; /* Adjust font size as needed */
    color: #fefefe; /* Text color */
    background-color: #292e54; /* Button background color */
    border-radius: 45px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.7);
    text-decoration: underline;
    margin: 5px;
}

.button-Schedule {
    margin: 2px;
    display: block;
    /*padding: 10px 25px;*/ /* Adjust padding as needed */
    font-size: 12px; /* Adjust font size as needed */
    color: #132159; /* Text color */
    background-color: #fdc500; /* Button background color */
    border-radius: 15px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    text-decoration: none;
    /*width: 210px;*/
    text-align: center;
    font-weight: bold;
}

    .button-Schedule:hover {
        background-color: #D9E1ED;
        text-decoration: none;
    }

    .button-Schedule:visited {
        color: white;
    }

.button-link:hover {
    background-color: #ffd500;
    color: #292e54;
}

.button-link:visited {
    color: white;
}

.ScheduleYourPickupText {
    color: #fdc500;
    font-weight: 800;
}

.background-container {
    width: 100%; /* Adjust as needed */
    height: 450px; /* Adjust as needed */
    background-image: url('../Images/PageTitleImage.jpeg'); /* Replace with the actual path to your image */
    background-size: cover; /* Ensure the image covers the entire div */
    background-position: center; /* Center the image in the div */
    box-shadow: inset 0 0 0 2000px rgba(41,46,84,0.85);
    background-color: #292e54;
}


.NewDonor-container {
    width: 100%; /* Adjust as needed */
    height: 380px; /* Adjust as needed */
    background-image: url('../Images/NEWDONORIMAGE.jpeg'); /* Replace with the actual path to your image */
    background-size: cover; /* Ensure the image covers the entire div */
    background-position: center; /* Center the image in the div */
    box-shadow: inset 0 0 0 2000px rgba(76, 76, 76, 0.55); /* Dark gray inset shadow */
    background-color: #D9E1ED;
}

.ReturingDonor-container {
    width: 100%; /* Adjust as needed */
    height: 380px; /* Adjust as needed */
    background-image: url('../Images/RETURNDONORIMAGE.jpeg'); /* Replace with the actual path to your image */
    background-size: cover; /* Ensure the image covers the entire div */
    background-position: center; /* Center the image in the div */
    box-shadow: inset 0 0 0 2000px rgba(76, 76, 76, 0.55); /* Dark gray inset shadow */
    background-color: #D9E1ED;
}

.FooterSectionHeaderText {
    color: #fdc500;
    font-weight: 800;
    margin-left: 15px;
}

.Locations {
    font-weight: bold;
    color: white;
    margin-left: 15px;
}

.Header-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%); /* Center the text */
    color: #fefefe; /* Adjust the text color */
    font-weight: 800;
    /* background-color: rgba(0, 0, 0, 0.5);*/ /* Add background color to enhance readability */
    padding: 10px; /* Add padding for better spacing */
    border-radius: 5px; /* Optional: Add rounded corners */
}

h3 {
    color: #fdc500;
}

.TaxH3 {
    color: black;
}

.text-overlay {
    position: absolute;
    /*top: 80%; /* Adjust the position as needed */
    /*left: 30%; /* Adjust the position as needed */
    transform: translate(-55%, -55%); /* Center the text */
    /* color: #fdc500; Adjust the text color */
    font-weight: 800;
    /* background-color: rgba(0, 0, 0, 0.5);*/ /* Add background color to enhance readability */
    padding: 10px; /* Add padding for better spacing */
}

.MarketingEmail {
    color: #fefefe;
    text-decoration: none;
}

    .MarketingEmail:hover {
        color: #fefefe;
        text-decoration: none;
    }

.textboxMain {
    margin-bottom: 5px; /* Space between the textbox and button */
    padding: 10px;
    font-size: 12px;
    /*width: 100%;*/
    font-weight: normal;
    color: black;
}

.buttonMain {
    padding: 12px 20px;
    font-size: 12px;
    background-color: #292e54; /* Button background color */
    color: white;
    border: none;
    cursor: pointer; /* Change cursor to pointer when hovering */
}


.ScheduleDonorBgColor {
    background-color: #E5E7E9;
}

.DonorNewReturingImages {
    width: 100%;
    height: 100%;
}

.PageTitleImages {
    width: 100%;
    height: 100%;
}

.darkBackground {
    background-color: #132159;
}

.yellowSepartor {
    height: 3px;
    background-color: #fdc500;
}


/*.navbar {
    min-height: 70px;
}*/

.navbarLinkBoldWhite {
    font-weight: bold;
    color: white;
}

    .navbarLinkBoldWhite:hover {
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

    .navbarLinkBoldWhite:visited {
        font-weight: bold;
        color: white;
        text-decoration: none;
    }

/*.navbar-brand {
    height: 65px;
    line-height: 80px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}



.navbar-default {
    background-color: #132159;
    border-color: #132159;
}


    .navbar-default .navbar-nav > li > a {
        color: #fdc500;
    }

.navbar-inverse .navbar-nav > li > a {
    color: #fdc500;
}

.dmenu {
    background-color: #132159;
}

/*.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fdc500;
    background-color: transparent;
}*/

/*.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > .active > a,
.navbar-inverse .navbar-nav > li > .active > a:hover,
.navbar-inverse .navbar-nav > li > .active > a:focus {
    color: #fdc500;
    background-color: transparent;
}*/

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

/*.dropdown-menu li:hover {
    background-color: #132159;
    color: #fdc500;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #132159;
    color: #fdc500;
}*/


/*.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
}
*/

/*.navbar-inverse {
    background-color: #132159;
}*/
/* CSS Transform Align Navbar Brand Text ... This could also be achieved with table / table-cells */
/*.navbar-alignit .navbar-header {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    height: 50px;
}

.navbar-alignit .navbar-brand {
    top: 50%;
    display: block;
    position: relative;
    height: auto;
    transform: translate(0,-50%);
    margin-right: 15px;
    margin-left: 15px;
}*/
.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    padding-top: 5%;
    text-align: center; /* align the inline(-block) elements horizontally */
    font: 0/0 a; /* remove the gap between inline(-block) elements */

    display: flex;
    align-items: center;
}

    .vertical-center:before { /* create a full-height inline block pseudo=element */
        content: ' ';
        display: inline-block;
        vertical-align: middle; /* vertical alignment of the inline element */
        height: 100%;
    }

.font_0 {
    font: normal normal normal 70px/1.4em poppins-semibold,poppins,sans-serif;
    color: #FFFFFF;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


    textarea #txtCharity {
        border: none;
        background-color: transparent;
        resize: none;
        outline: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }

/*topnavbar {
    margin: 0;
}

#topnavbar.affix {
    position: fixed;
    top: 0;
    width: 100%;
}*/


#logo-main {
    padding-top: -20%;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:visited,
.btn-success:focus,
.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:visited,
.btn-primary:focus,
.alert-danger {
    background-color: #5EC1EC;
    border-color: #5EC1EC;
    background-image: linear-gradient(to bottom, #5EC1EC 0%, #5EC1EC 100%);
}

.div.panel-heading {
    background-color: #5EC1EC;
    border-color: #5EC1EC;
    color: #ffffff;
}

.h4.modal-title {
    color: #FFFFFF;
}

.jumbotron {
    min-height: 248px;
}

.jumbotron-fluid {
    text-shadow: #444 0 1px 1px;
    color: #FFF;
    position: relative;
    min-height: 27vh;
    display: flex;
    align-items: center;
}

/*.navbar-inverse {
    min-height: 63px;
}*/

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #5EC1EC;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    margin-top: 5%;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 70px;
}

.required-field:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
    top: 10px;
}

.activeClass {
    background: #F00;
}

.ScheduleImg {
    /*margin-top: 5px;*/
    width: 100%;
    /* height: 90%;*/
}

.ScheuldeFreeH1 {
    color: #132159 !important;
    font-weight: bold;
    font-size: 3em !important;
    margin-top: 35px;
}

@media screen and (min-width: 450px) {
    /*.navbar {
        display: none;
    }*/

    .ScheduleImg {
        margin-top: 0px;
    }

    .text-overlay {
        position: absolute;
        top: 80%; /* Adjust the position as needed */
        left: 35%; /* Adjust the position as needed */
    }
}



@media screen and (min-width: 250px) {
    .text-overlay {
        position: absolute;
        top: 75%; /* Adjust the position as needed */
        left: 50%; /* Adjust the position as needed */
    }

    .button-link {
        padding: 15px 45px;
        font-size: 12px;
        margin: 5px;
    }

    .Header-overlay {
        font-size: 95%;
        margin-top: 20px;
    }

    /*.dropdown-menu {
        width: 100%;
    }*/

    .DisclaimerHeader {
        font-size: 1.8em;
        margin-top: 70px;
    }

    .Disclaimer {
        padding: 45px;
        height: 45%;
        /*font-size:10pt;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-overlay {
        position: absolute;
        top: 70%; /* Adjust the position as needed */
        left: 40%; /* Adjust the position as needed */
    }
}


@media only screen and (min-width: 670px) and (max-width: 767px) {
    .text-overlay {
        position: absolute;
        top: 75%; /* Adjust the position as needed */
        left: 25%; /* Adjust the position as needed */
    }
}
