﻿:root {
    --ph-purple: #573187;
    --ph-white: #fff;
    --bs-btn-hover-bg: var(--ph-purple);
}

body {
    font-family: Arial;
    color: #573187;
    background-image: url('../images/background.webp');
}

#logo {width:16%;}

p {
    margin: .3em 0 .5em 0;
}

a {
    text-decoration: none;
}

h2, h4 {
    margin-top: 3%;
}

.byhand h2,.byhand h4, .byhand p {
    font-family: 'Kalam', cursive;
}


button.purple,
.purpleBg,
.purpleBg a {
    background-color: var(--ph-purple);
    color: var(--ph-white);
}

.frostbg {
    background-color: var(--ph-white);
    color: var(--ph-purple);
}

.btn:hover,
.btn:focus {
    color: var(--ph-white);
    font-weight: bold;
}

.logoWrapper a {
    color: var(--ph-white);
}

.logoWrapper blockquote, .logoWrapper .blockquote-footer {
    color: var(--ph-white);
}

.blockquote {
    font-size: 1rem;
    font-style: italic;
}

.frostbg .blockquote-footer {
    color: var(--ph-purple);
    font-size: .8rem;
}

.navWrapper, navWrapper footer, .container > footer {
    margin: 0 -12px;
    padding: 1%;
    display: flex;
    justify-content: space-between;
}

    .navWrapper a {
        display: block;
        padding: 0 1.2rem 0 0;
        color: var(--ph-white);
    }

        .navWrapper a:hover {
            color: var(--ph-white);
            text-decoration: underline;
        }

    .navWrapper button {
        color: var(--ph-white);
    }

.nav a:hover {
    color: var(--ph-white);
    background-color: var(--ph-purple);
}

#ordering .nav-tabs {
    margin-top: 1%;
}

#ordering a.nav-link {
    color: var(--ph-purple);
    background-color: inherit;
}

#ordering .nav-tabs .nav-link.active {
    color: var(--ph-purple);
    font-weight: bold;
    border-color: var(--ph-purple) var(--ph-purple) var(--ph-white);
}

#snapshotWrapper {
    float: right;
    padding-left: 5px;
}

#photoRow {
    height: 340px;
    margin: 0 -12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 10px;
    overflow: auto;
}

    #photoRow > div {
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: relative;
    }


    #photoRow .bandOverPic {
        position: absolute;
        background: rgba(87,49,135,.8);
        width: 100%;
        text-align: center;
        font-weight: bold;
        bottom: 20%;
        color: var(--ph-white);
    }

#currentTotal {
    font-weight: bold;
}

form {
    padding-top: 1%;
}

.form-label {
    margin-top: 2%;
    margin-bottom: 0;
}

ul.simpleList-2 {
    list-style: none;
    padding-left: 0;
    margin: 0 0 3% 0;
    columns: 2;
}

.form-check-input:checked {
    background-color: var(--ph-purple);
    border-color: var(--ph-purple);
}

.required::after {
    content: " *";
}


.alert-success {
    background-color: #8d72ab;
    color: var(--ph-white);
}

.alert-custom {
    margin: 1% 0;
    font-style: italic;
}

.form-control {
    padding-left: .35rem;
    padding-right: .35rem;
}

footer div {
    display: inline;
}


#zoomModal {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.1s;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.90); /* Black w/ opacity */
}

.hide {
    display: none;
}

.modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

#gardens #photoRow>div,
#weddings #photoRow > div {
    width: 19%;
    margin: 0 1%;
}

#gardens #photoRow img,
#weddings #photoRow img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.disclaimer {
    font-size: .7em;
    font-style: italic;
}



footer .icons {
    font-size: 1.3rem;
}

    footer .icons a {
        text-decoration: none;
        color: var(--ph-white);
    }

/* Add Animation */
.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 3em;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

#bulletinRibbon {
    background: #8E328A;
    color: var(--ph-white);
    padding: 2% 1%;
    font-size: 1.2em;
    margin: 1% -12px;
    font-weight: bold;
}



#gardens #checker .contentWrapper {
    display:flex;
    flex-wrap:wrap;
    align-content: center;
}

#gardens #checker img {
    width:100%;
    height: 400px;
object-fit: cover;
}

#gardens #checker .pic_left {
   flex-direction:row;
   padding-top: 1%;
    padding-bottom: 1%;
}



#gardens #checker .pic_right {
    flex-direction: row-reverse;
    padding-top: 1%;
    padding-bottom: 1%;
}

#specialEvent #eventPic {
    max-height: 500px;
    background-color: var(--ph-purple);
    overflow:hidden;
}


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    #logo {
        width: 20%;
    }

    .modal-content {
        width: 100%;
    }

    #snapshotWrapper {
        width: 150px;
    }

    #photoRow { /* contains overlay mode */
        height: 15rem;
        padding: 20px 0;
    }

    ul.simpleList-2 {
        columns: 1
    }

    .paymentMode {
        margin-top:2%;
    }

    footer {
        flex-direction: column;
        align-items: center;
    }

}

