﻿html, body {
    height: 100%;
    font-size: 100%;
    font-family: poppins-semibold,poppins,sans-serif;
    background-color: #D9E1ED;
    /*overflow-x: hidden;*/ /* Hide horizontal scrollbar */
}

.imgTaxMsg {
    width: 100%;
}

.WhiteText {
    color:white;
}

.DarkText {
    color: #292e54;
}

.D2ILogo {
    height: 25px;
    width: 100px;
}

.LogoDiv {
    padding: 15px;
    float: right;
}


.TaxPhoneImg {
    height: 25%;
    max-width: 100%;
}

.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;
}

.TaxLinkButtonYellow {
    margin: 2px;
    display: inline-block;
    /*padding: 10px 25px;*/ /* Adjust padding as needed */
    font-size: 14px; /* Adjust font size as needed */
    color: #132159; /* Text color */
    background-color: #fdc500; /* Button background color */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
    text-decoration: none;
    /*width: 210px;*/
    text-align: center;
    font-weight: bold;
    padding: 15px;
    width: 205px;
    align-content: center;
}

.button-Schedule:hover {
    background-color: #D9E1ED;
    text-decoration: none;
}

.button-Schedule:visited {
    color: white;
}

.HideText {
    color: transparent;
}

.FooterTxt {
    color: white;
    font-weight: bold;
}

.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;
}

.ASPTaxPhone-container {
    width: 60%; /* Adjust as needed */
    height: 75vh; /* Adjust as needed */
    background-image: url('../Images/TaxReceiptPhoneImage.jpg'); /* Replace with the actual path to your image */
    background-size: cover;
    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 */
}

.WhiteBackground {
    background-color: white;
}

h3 {
    /*color: #fdc500;*/
    color: black;
}

.ReceiptH3 {
    color: #fdc500;
    font-size: 3em;
    font-weight: bold;
}

.ReceiptTaxDonation {
    color: #292e54;
    font-size: 3em;
    font-weight: bold;
}


.TaxH3 {
    color: black;
    margin-left: 15px;
    font-size: 1.5em;
}

.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 */
}

.RecieptPhone-overlay {
    position: absolute;
    top: 60%;
    left: 45%;
    text-align: left;
    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: 15px; /* 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 */
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ScheduleDonorBgColor {
    background-color: #E5E7E9;
}

.DonorNewReturingImages {
    width: 100%;
    height: 100%;
}

.PageTitleImages {
    width: 100%;
    height: 100%;
}

.darkBackground {
    background-color: #132159;
}

.yellowSepartor {
    height: 3px;
    background-color: #fdc500;
}




.navbarLinkBoldWhite {
    font-weight: bold;
    color: white;
}


.TaxPhoneImageText {
    font-weight: bold;
    color: white;
}

/*.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;
}

/*.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-menu {
    background-color: #132159;
}*/

/*.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;
}*/

.dmenu {
    background-color: #132159;
}

.dropdown:hover .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
}

/*.navbar-center {
    float: none;
    margin: 0 auto;
    display: table;
}*/

.btn-customYellow {
    background-color: #fdc500;
    color: #132159;
    border-radius: 15px;
    padding: 10px;
    margin-left: 10px;
}

.btn-customBlue {
    background-color: #132159;
    color: white;
}

.btn-customBlue:hover {
    background-color: #132159;
    color: white;
}

.Disclaimer {
    background-color: #132159;
    color: white;
    text-align: center;
    padding: 55px;
    height: 35%;
}

p {
    position: relative;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%); 
    margin-top: 25px;
}

.DonorInfo {
    font-weight: bold;
    color: #132159;
    margin-left: 15px;
}

.DisclaimerHeader {
    font-size: 3em;
    margin-top: 45px;
}

/*.navbar-inverse {
    background-color: #132159;
}*/

/* CSS */
.form-Taxcontainer {
    display: flex;
    justify-content: left; /* Centers items horizontally */
    /*align-items: left;*/ /* Centers items vertically */
}

.textboxTax {
    font-family: poppins-semibold,poppins,sans-serif;
    margin-right: 15px; /* Adds spacing between the textbox and button */
    font-weight: normal;
}


.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%;*/
}





@media screen and (min-width: 250px) {

    /*.dropdown-menu {
        width: 100%
    }*/

    .DisclaimerHeader {
        font-size: 1.8em;
        margin-top: 70px;
    }

    .Disclaimer {
        padding: 45px;
        height: 45%;
        font-size: 1.3em;
        width: auto;
    }

    .TaxLinkButtonYellow {
        width: auto;
        height: auto;
        margin-left: 10px;
        font-size: 16pt;
    }

    .btn-customYellow {
        background-color: #fdc500;
        color: #132159;
        border-radius: 15px;
        padding: 10px;
        margin-left: 10px;
        font-size: 16pt;
    }

    #navbar1 .nav > li > a {
        /*font-size: 1.8rem !important;*/
        font-size: 18pt !important;
    }

    .dmenu {
        font-size: 18pt !important;
    }
}

/* small devices - cell phone */
@media screen and (max-width: 480px) {

    .ASPTaxPhone-container {
        width: 80% !important;
        height: 50vh; /* Adjust as needed */
        margin-bottom: 5px !important;
    }

    .ReceiptH3 {
        font-size: 1.1em !important;
    }

    .TaxPhoneImageText {
        font-size: 0.75em !important;
    }

    .TaxLinkButtonYellow {
        width: auto;
        height: auto;
        margin-left: 10px;
        font-size: 16pt;
    }

    .btn-customYellow {
        background-color: #fdc500;
        color: #132159;
        border-radius: 15px;
        padding: 10px;
        margin-left: 10px;
        font-size: 16pt;
    }

    .Disclaimer {
        padding: 45px;
        height: 45%;
        font-size: 1.2em;
        width: auto;
    }

    #navbar1 .nav > li > a {
        /*font-size: 1.8rem !important;*/
        font-size: 18pt !important;
    }

    .dmenu {
        font-size: 18pt !important;
    }
}

/* medium devices */
@media screen and (min-width: 481px) and (max-width: 900px) {

    .ASPTaxPhone-container {
        width: 80% !important;
        height: 50vh; /* Adjust as needed */
        margin-bottom: 5px !important;
    }

    .ReceiptH3 {
        font-size: 1.3em !important;
    }

    .TaxPhoneImageText {
        font-size: 0.85em !important;
    }

    .TaxLinkButtonYellow {
        width: auto;
        height: auto;
        margin-left: 10px;
        font-size: 14pt;
    }

    #navbar1 .nav > li > a {
        /*font-size: 1.8rem !important;*/
        font-size: 14pt !important;
    }

    .dmenu {
        font-size: 14pt !important;
    }
}

@media screen and (min-width: 901px) and (max-width: 1565px) {

    .ASPTaxPhone-container {
        width: 75% !important;
        height: 50vh; /* Adjust as needed */
        margin-bottom: 5px !important;
    }

    .ReceiptH3 {
        font-size: 2.2em !important;
    }

    #navbar1 .nav > li > a {
        /*font-size: 1.8rem !important;*/
        font-size: 14pt !important;
    }

    .dmenu {
        font-size: 14pt !important;
    }
}

@media screen and (min-width: 1566px) {

    .ASPTaxPhone-container {
        width: 75% !important;
        height: 55vh; /* Adjust as needed */
        margin-bottom: 5px !important;
    }

    .ReceiptH3 {
        font-size: 2.2em !important;
    }

    #navbar1 .nav > li > a {
        /*font-size: 1.8rem !important;*/
        font-size: 14pt !important;
    }

    .dmenu {
        font-size: 14pt !important;
    }
}




