﻿body {
    font-family: Palatino,Georgia,serif;
    font-size: 100%;
    background-color: #f7e7c4;
}

a {
    border: 0;
}

.homePageCarousel {
    margin-top: 140px;
}

    .homePageCarousel img {
        border-radius: 18px;
    }

.PHD_NavCollapse_Container {
    flex-basis: auto;
}

.nav-item {
    margin-bottom: 10px;
    padding: 0;
    text-align: center;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
}

    .nav-item a {
        background: #f7e7c4 url(/images/icons/menu_button_bg.png) 50% 50% repeat-x;
        background-image: url(/images/icons/menu_button_bg.png);
        background-position-x: 50%;
        background-position-y: 50%;
        background-size: initial;
        background-repeat-x: repeat;
        background-repeat-y: no-repeat;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        display: block;
        line-height: 1.5;
        zoom: 1;
        color: #F7E7C4 !important;
        border-radius: 10px;
    }

#betweenSitesNav {
    min-height: 53px;
    min-width: 60px;
    display: flex;
    justify-content: space-around;
    border: 0;
}

    #betweenSitesNav a {
        background-image: none;
        background-color: #f7e7c4;
        border: 0;
    }


.PHDFooter {
    height: 4rem;
    border-top: 1px solid black;
    background: #f7e7c4 url(/images/icons/menu_button_bg.png) 50% 50% repeat-x;
    background-image: url(/images/icons/menu_button_bg.png);
}

.footerContent {
    color: #f7e7c4;
    font-size: 1.0rem;
    padding-top: 16px;
    line-height: 0.5rem;
}

.addressBreakPoint {
    display: none;
}

.addressBreakPoint_2 {
    display: none;
}

.EventsAndMarketing {
    margin-top: 30px;
}

.PHD_EventsAndMarketing_993 {
    display: normal;
}

#hoursAnouncement {
    border: 1px solid #57744b;
    border-radius: 8%;
    text-align: center;
    font-weight: 600;
    padding: 2px;
    margin-bottom: 16px;
}

.pageParagraphText_Small_HOMEPAGE {
    font-size: 1.25rem;
}

    .pageParagraphText_Small_HOMEPAGE:first-letter {
        font-size: 1.5rem;
    }

.cabooseInfoContainer {
    /*display: flex;
    flex-direction: row;*/
}

.cabooseInfoItem p {
    line-height: 1.5rem;
}

.homePageDispatchImage {
    padding: 6px;
}

/*ABOUT US*/
#mapContainer {
    width: 75%;
    margin: auto auto;
}

.Google_Map_iFrame {
    width: 100%;
    max-width: 360px;
    min-height: 260px;
}

#mapContainer::after {
    content: " ";
}

.fiveDegreesRadius {
    border-radius: 5%;
    margin-bottom: 20px;
}

.pageParagraphText_Small_Contanier {
    margin-top: 12px;
}

.pageParagraphText_Small {
    font-size: 1.1rem;
}

.pointsOfInterestContainer {
    margin-top: 30px;
}

.pointsOfInterestItem {
    margin-top: 30px;
}

    .pointsOfInterestItem a {
        font-size: 1.25rem;
    }

/* IMAGE GALLERY */

/*SUPPORTERS*/
.PHD_supporter {
    width: 80%;
    margin: 4px auto;
    padding: 8px;
    border: 1px solid #000000;
    border-radius: 5%;
}

.PHD_supporterName {
}

.PHD_supporterInfo {
    display: block;
    margin-left: 10px;
}

/*CONTACT US*/

.contactUs_row {
    padding: 0;
    margin: 0;
}

    .contactUs_row div:nth-child(odd) {
        margin-bottom: 40px;
    }

.phoneNumbers_containers {
    text-align: center;
}

    .phoneNumbers_containers label {
        font-size: 1.5rem;
    }

    .phoneNumbers_containers phone {
        display: block;
        font-size: 1.35rem;
    }

.address_container {
    text-align: center;
}

    .address_container label {
        font-size: 1.5rem;
    }

.contactUsEmailButtonContainer {
    border: 1px solid #000000;
    padding: 8px 0;
    text-align: center;
}

.btnSubmitContactUsEmail {
    height: 3.0rem;
}


.formRow {
}

.contactUsForm {
    width: 100%;
}

.contactUsFormFields {
    width: 76%;
    padding-top: 2px;
    float: right;
}

    .contactUsFormFields input {
        margin-bottom: 2px;
    }


.formLabels {
    width: 20%;
    float: left;
    margin-bottom: 4px;
}

.formsLabel {
    font-size: 2.0rem;
}

.formLabel {
    font-size: 0.95em;
    font-weight: bold;
}

    .formLabel span {
        color: red;
    }

.fieldValidators {
    float: right;
    width: 180px;
    height: 100px;
    margin-top: 36px;
}

.fieldValidator {
    font-size: 0.70em;
    height: 20px;
    display: none;
    color: Red;
}

#rfvreCaptchMessage {
    display: inline-block;
}

.Message {
    font-size: 1.1rem;
}

.btnSubmitContactUsForm {
    margin-bottom: 20px;
}
/*////////// DONTATE ///////////////*/
.donatePage_Paragraph {
    font-size: 1.25rem;
}

    .donatePage_Paragraph:first-letter {
        font-size: 2rem;
    }

.donationCats {
    width: 50%;
    min-width: 268px;
}

    .donationCats ul {
        margin-left: 30px;
    }

.donation_Amount {
    float: right;
}

.donationInstructions {
}

.donateTo {
    text-decoration: underline;
    white-space: nowrap;
    font-weight: bold;
}

.donationTaxRules {
    text-align: center;
    width: 85%;
}

.showFormButton {
    font-size: 1.25rem;
}


/*////////// HISTORY ///////////////*/
.historyPage_Paragraph {
    font-size: 1.25rem;
}

    .historyPage_Paragraph:first-letter {
        font-size: 2rem;
    }

    .historyPage_Paragraph img {
        border-radius: 8%;
    }

/*////////// DOWN AT THE DEPOT ///////////////*/
.dispatchContaner {
    margin-bottom: 100px;
    position: relative;
}

.firstDispatchThumb {
    position: relative;
    z-index: 3;
    width: 246px;
}

.secondDispatchThumb {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 246px;
    z-index: 2;
}

.thirdDispatchThumb {
    position: absolute;
    top: 120px;
    left: 90px;
    width: 246px;
    z-index: 1;
}

.forthDispatchThumb {
    position: absolute;
    top: 140px;
    left: 140px;
    width: 246px;
    z-index: -1;
}


/*////////// EVENTS ///////////////*/
.eventInfoContainer div {
    background-color: #f7e7c4;
}

.card-header {
    background-color: #f1d69c !important;
}


.pageParagraphText_Small_EVENTS {
    font-size: 1.20rem;
}

    .pageParagraphText_Small_EVENTS li:first-letter {
        font-size: 1.30rem;
    }

.antiqueCars img {
    -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.PHDEventCard {
    text-align: center;
}

    .PHDEventCard p {
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 130%;
        margin: 0 26px 0 0;
        border-bottom: 1px solid black;
    }

/*////////// MEDIA QUERIES ///////////////*/
/*
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575px) { ... }

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/
/*////////// MAX   ///////////////*/
@media screen and (max-width: 320px) {
    body {
        font-size: 0.95rem;
    }


    .main_Container {
        background: url();
    }

    .nav-item {
        margin-bottom: 10px;
        padding: 0;
        text-align: center;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .nav-item a {
            background: #f7e7c4 url();
            background-size: initial;
            display: block;
            font-size: 1.5rem;
            line-height: 1.5rem;
            zoom: 1;
            color: #57744b !important;
            border-radius: 10px;
            border: 1px solid #57744b;
        }

    .homePageCarousel {
        margin-top: 0;
    }

    .PHDFooter {
        height: 5rem;
    }

    address {
        margin-bottom: 4px;
    }

    .addressBreakPoint_2 {
        display: inline-block;
    }

    .footerContent {
        font-size: 0.70rem;
        line-height: 0.95rem;
        padding-top: 4px;
    }

    /*SUPPORTERS*/
    .PHD_supporter {
        width: 100%;
    }

    /* CONTACT US */
    .contactUsFormFields {
        width: 76%;
        padding-top: 2px;
        float: none;
    }

    .formLabels {
        display: none;
    }
}

@media screen and (min-width: 321px) and (max-width: 768px) {

    .nav-item {
        margin-bottom: 10px;
        padding: 0;
        text-align: center;
        zoom: 1;
        float: left;
        clear: left;
        width: 100%;
    }

        .nav-item a {
            background: #f7e7c4 url();
            background-size: initial;
            display: block;
            font-size: 1.5rem;
            line-height: 1.5rem;
            zoom: 1;
            color: #57744b !important;
            border-radius: 10px;
            border: 1px solid #57744b;
        }

    .homePageCarousel {
        margin-top: 0;
    }

    .PHDFooter address {
        margin: 0;
    }

    .footerContent {
        font-size: 0.85rem;
        line-height: 1rem;
        padding-top: 10px;
    }

    .addressBreakPoint {
        display: block;
    }

    .pageParagraphText_Small_HOMEPAGE {
        font-size: 1.15rem;
    }

    /*SUPPORTERS*/
    .PHD_supporter {
        width: 100%;
        margin: 4px 0;
    }

    /*DISPATCH*/
    .firstDispatchThumb {
        position: relative;
        z-index: 3;
        width: 246px;
    }

    .secondDispatchThumb {
        position: absolute;
        top: 160px;
        left: 40px;
        width: 246px;
        z-index: 2;
    }

    .thirdDispatchThumb {
        position: absolute;
        top: 190px;
        left: 80px;
        width: 246px;
        z-index: 1;
    }

    .donatePage_Paragraph {
        font-size: 1.15rem;
    }

        .donatePage_Paragraph:first-letter {
            font-size: 1.5rem;
        }

    .dispatchContaner h4{
        font-size: 1.25rem
    }

    .historyPage_Paragraph {
        font-size: 1.15rem
    }

}

@media screen and (min-width: 321px) and (max-width: 768px) and (orientation: landscape) {

    .footerContent {
        font-size: 1.0rem;
        line-height: 1.25rem;
        padding-top: 0;
    }

    /*SUPPORTERS*/
    .PHD_supporter {
        width: 64%;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {

    .homePageCarousel {
        margin-top: 0;
    }


    .main_Container {
        background: none;
    }

    .nav-item {
        margin: 0 0 0 2px;
        border: 1px solid #57744b;
        border-radius: 10px;
        padding: 0;
        text-align: center;
        float: left;
    }

        .nav-item a {
            background-image: none;
            color: #57744b !important;
            font-size: 0.95rem;
            line-height: 1.0;
            padding: 0.5rem 0;
            height: 3.10em;
        }

    .btnSubmitContactUsForm {
    }


    /*SUPPORTERS*/
    .PHD_supporter {
        width: 60%;
        margin: 4px 40px;
    }
}

/*////////// MIN   ///////////////*/
@media screen and (min-width: 993px) {
    .main_Container {
        background: url(/images/mainContentContainer_bg_1140.jpg);
        background-repeat: repeat-x;
    }

    .Above_NineTwentyTwo_ul {
        width: 200px
    }

    .contentContainer {
        margin-top: 140px;
    }

    .contentContainer_homePage {
        margin-top: 0;
    }

    .nav-link {
        font-size: 1.25rem;
    }

    .btnSubmitContactUsForm {
        margin-right: 200px;
    }
}
