@import url('menu.css');
@import url('structures.css');

/* ELEMENTS */

::placeholder {
    color: #aaa;
    font-size: 1em;
}

a.button {
    color: #fff !important;
}

a:link,
a:visited {
    color: var(--teal);
}

a:active,
a:hover {
    color: #00ccb6;
}

body {
    background-color: #ddd;
}

footer {
    background-color: var(--grey2);
    padding: 20px;
}

footer div>* {
    padding-bottom: 7px;
}

footer h2 {
    color: var(--teal);
    font-size: 1.30em;
    padding: 4px 0 0;
}

footer p {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4 {
    padding: 4px 0 8px;
}

header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin: 50px auto;
    max-width: 800px;
}

input,
textarea,
select {
    background-color: #fff;
    border: 1px solid var(--grey2);
    box-sizing: border-box;
    color: #333;
    display: block;
    font-size: 1.05em;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    height: 40px;
    margin: auto auto 5px;
    padding: .35em 12px;
    resize: none;
    text-align: left;
    width: 100%;
}

input:focus,
textarea:focus {
    outline: 1px solid var(--blue);
}

label {
    font-size: .75em;
    margin-left: 2px;
}

select {
    appearance: none;
    -moz-appearance: auto;
    -webkit-appearance: none;
}

nav {
    padding: 5px;
}

p {
    margin: 7px 0;
}

section {
    padding: 10px 25px 25px 25px;
    background-color: #fff;    
}

/* IDS */
#about {
    background-color: #fff;
    margin: auto;
    text-align: justify;
    width: 100%;
}

#about iframe {
    width: 100%;
}

#boarding,
#rates {
    background-color: #fff;
}

#clear-form {
    text-decoration: underline;
    color: var(--teal);
    cursor: pointer;
}

#contact-form {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
}

#contact-form textarea {
    height: 100%;
}

#contact-us {
    background-color: var(--grey1);
}

#contact-us h3 {
    padding-bottom: 5px;
}

#coupon-status {
    display: flex;
    align-items: center;
    height: 38px;
    background-color: #f8f8f8;
    border: 0;
    color: #000;
    font-size: 16px;
    padding-left: 10px;
    margin-top: auto;
    margin-bottom: 6px;
}

#grooming {
    background-color: #fff;
}

#grooming h1 {
    margin-bottom: 10px;
}

#grooming-bird {
    height: auto;
    width: 90%;
}

#grooming-rates h3 {
    padding: 2px;
}

#grooming-rates p {
    margin: 3px;
    color: var(--grey4);
    font-style: italic;
}

#grooming-rates .divider {
    margin: 15px auto;
}

#grooming-rates .tile30 {
    margin: 10px;
}

#holidays {
    display: flex;
    flex-flow: column;
}

#home {
    background-image: linear-gradient(rgba(255, 255, 255, 0.00), rgba(255, 255, 255, .01)), url(../images/backgrounds/treehouse.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: row wrap;
    height: 500px;
    justify-content: space-around;
    max-width: 100%;
}

#home .tile50 {
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    margin-top: 10%;
}

#map {
    align-items: center;
    padding: 0 20px;
}

#navigation {
    background-color: var(--grey1);
    background-image: url(../images/bkg_cardstock.jpg);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 100%;
}

#newsletter h3 {
    text-align: left;
}

#rates picture.responsive-picture img {
    width: 100%;
    height: 96%;
    object-fit: cover;
}

#seed {
    background-color: #fff;
}

#wings-logo {
    width: 250px;
}

.award {
    display: block;
    width: 55% !important;
    margin: auto;
}

.award img {
    width: 100%;
    height: auto;
    display: block;
}

.red {
    color: red;
}

.green {
    color: green !important;
}

.bold {
    font-weight: 500 !important;
}
/* CLASSES */

.bold {
    font-weight: 500;
}

.birds-list {
    align-self: flex-end;
    font-size: .95em;
}

.birds-price {
    color: #24ae59;
    font-weight: 500;
    display: flex;
    flex-flow: row nowrap;
    font-size: 1.1em;
    vertical-align: top;
}

.bold-teal {
    font-weight: 500;
    color: var(--teal);
}

.button {
    background: #5dbddc;
    background-image: -webkit-linear-gradient(top, #5dbddc, #195f76);
    background-image: -moz-linear-gradient(top, #5dbddc, #195f76);
    background-image: -ms-linear-gradient(top, #5dbddc, #195f76);
    background-image: -o-linear-gradient(top, #5dbddc, #195f76);
    background-image: linear-gradient(to bottom, #5dbddc, #195f76);
    border: solid #5dbddc .5px;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.button:hover {
    background: #95d4e8;
    background-image: -webkit-linear-gradient(top, #95d4e8, #258cae);
    background-image: -moz-linear-gradient(top, #95d4e8, #258cae);
    background-image: -ms-linear-gradient(top, #95d4e8, #258cae);
    background-image: -o-linear-gradient(top, #95d4e8, #258cae);
    background-image: linear-gradient(to bottom, #95d4e8, #258cae);
    text-decoration: none;
}

.card {
    margin: auto;
    background-color: rgba(255, 255, 255, .85);
    border: 1px solid rgba(200, 200, 200, 0.85);
    box-shadow: 2px 2px 7px rgba(77, 77, 77, 0.35);
    color: #000;
    padding: 10px 25px;
    /* width: 35%; */
}

.welcome-card {
    width: 35%;
}

.card p {
    text-align: justify;
}

.contact-info h4 {
    font-weight: 700;
    padding-bottom: 0;
}

.container {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 1200px;
}

.content-block {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0 auto;
    padding: 25px 10px;
    width: 700px;
}

.copyright {
    margin: 15px auto;
    justify-content: center;
    color: var(--teal);
}

.coupon-check {
    flex-shrink: 0;
    margin: 0 0 5px;
    padding: 0 8px;
    border: 1px solid var(--grey2);
    min-width: 100px;
    border-radius: 0;
    border-left: 0;
    color: #000;
    font-size: 1em;
    cursor: pointer;
}

.coupon-description {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: right;
    text-align: right;
    margin: auto;
    align-self: flex-end;
}

.divider {
    border: 1px solid var(--grey3);
    line-height: 100%;
    visibility: visible;
}

.footer-logo {
    width: 250px;
}

.form-section h3 {
    margin: auto .5% 15px;
    padding-bottom: 0;
    width: 99%;
    text-align: left;
    border-bottom: 1.5px solid var(--teal);
}

.goback {
    padding-left: 10px;
}

.grooming-rates-separator {
    display: none;
}

.headline {
    color: #fff;
    display: flex;
    /* padding-left: 40px; */
    align-items: center !important;
    justify-content: flex-start !important;
}

.hours {
    padding: 0;
}

.italics {
    font-style: italic;
}

.legal {
    font-size: smaller;
    color: #777;
    margin: 2px;
}

.loading {
    width: 175px;
    margin: auto;
}

.logo source,
.logo img {
    width: 100%;
}

.mobile-divider {
    display: none;
}

.nav-logo {
    width: 300px;
}

.newsletter-hr {
    margin: 20px 0;
    order: 2;
}

.newsletter-form {
    order: 1;
}

.newsletter-socials {
    order: 3;
}

.section-card {
    background: #ffffffe0;
    border-radius: 1%;
    box-shadow: 1px 1px 5px var(--grey3);
    margin-top: 15px;
    padding: 15px 20px 25px;
}

.small-icon {
    vertical-align: middle;
    width: 15px;
    margin: auto 5px 2px;
}

.smaller {
    font-size: smaller;
}

.social-icon {
    width: 65px;
}



.tooltip {
    border-bottom: 2px dotted var(--grey2);
    text-decoration: none;
}

.underline {
    text-decoration: underline;
}

.welcome {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}


/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    section {
        padding: 25px;
    }

    #socials .tile40 {
        width: 80% !important;
    }

    .card {
        height: 70%;
        width: 45%;
    }

    .divider {
        display: none;
    }

    .mobile-divider {
        display: block;
        margin: 40px 0;
        order: 2;
    }

    .newsletter-hr {
        margin: 40px 0;
    }
}

@media only screen and (max-width: 700px) {
    footer {
        justify-content: center;
    }

    footer div>* {
        padding-bottom: 5px;
    }

    footer .column {
        align-items: center;
    }

    input,
    textarea,
    select {
        font-size: 1.25em;
        height: 50px;
    }

    input[type="date"] {
        -webkit-appearance: none;
    }

    label {
        font-size: 1em;
    }

    section {
        padding: 15px;
    }

    #about h1 {
        text-align: center;
    }

    #boarding img,
    #rates img,
    #rates picture {
        align-self: center;
        margin-top: 20px;
        width: 100%;
    }

    #contact-form textarea {
        height: 10em;
    }

    #grooming_bird {
        width: 100%;
    }

    #home {
        height: auto;
    }

    #home .tile50 {
        height: auto;
        margin-top: 0;
    }

    #newsletter h3 {
        text-align: center;
    }

    #map {
        align-items: center;
        padding: 20px 0;
    }

    .award {
        width: 100% !important;
    }

    .bird-line {
        border-bottom: 1px solid var(--grey4);
        padding: 5px;

    }

    .bird-line .tile40 {
        width: 95% !important;
        padding: 0;
        margin: 0;
        font-weight: 600;
    }

    .bird-line .tile10 {
        width: 5% !important;
        padding: 0;
        margin: 0;
    }

    .bird-line .tile50 {
        width: 100% !important;
        padding: 0;
        margin: auto;
        padding-left: 5%;
        color: var(--grey4);

    }

    .bird-line:last-child {
        margin-bottom: 5px;
    }

    .birds-list {
        font-size: 1.1em;
    }

    .birds-price {
        font-size: 1.3em;
    }

    .card {
        background-color: rgba(255, 255, 255, .85);
        border: 1px solid rgba(200, 200, 200, 0.85);
        box-shadow: 2px 2px 7px rgba(77, 77, 77, 0.55);
        color: #000;
        height: 100%;
        margin: auto;
        padding: 10px 15px 25px;
        text-align: justify;
        width: 100%;
    }

    .card p {
        text-align: start;
    }

    .container {
        width: 100%;
    }

    .content-block {
        width: 100%;
    }

    .coupon-description {
        justify-content: left;
        text-align: left;
        align-self: flex-start;
    }

    .divider {
        display: none;
    }

    .footer-logo {
        width: 90%;
    }

    .grooming-rates-divider {
        display: none;
    }

    .grooming-rates-separator {
        display: block;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .headline {
        height: 100%;
        margin: auto;
        padding: 0;
        text-align: center;
        width: 90%;
    }

    .mobile-divider {
        display: block;
        margin: 20px 0;
        order: 2;
    }

    .mobile-hidden {
        display: none;
    }

    .newsletter-hr {
        margin: 20px 0;
        order: 2;
    }

    .newsletter-form {
        order: 1;
    }

    .newsletter-socials {
        order: 3;
    }

    .section-card {
        border-radius: 0;
        padding: 10px 15px 20px;
    }

    .social-icon {
        width: 55px;
    }

}