/* big tablet to widths smaller than pixel row 1023-1200px*/

/* small tablet to big tablet 768-1023px*/

@media only screen and (max-width:1023px) {

    .announcement {
        padding-top: 247px;
    }

    .announcement-text p {
        font-size: 220%;

    }

    .announcement-text h2 {
        font-size: 472%;
    }

    .announcement-quote {
        font-size: 372%;

    }

    .announcement-date {
        font-size: 200%;
    }

    .announcement-image {
        width: 800px;
        margin-bottom: 50px;
    }

    /* logo */
    .carouselLogoImage {
        height: 350px;
        width: 380px;
    }

    .logo-text {
        margin-top: 110px;
        margin-bottom: 105px;
    }

    .logo-text .part1 {

        font-size: 60px;
    }

    .logo-text .part2 {

        font-size: 101px;
        margin-top: -10px;
    }

    .desktop-nav {
        display: none;
    }

    .mobile-nav {
        display: initial;
    }

    .light-strip {

        height: 66px;
        background-size: 170px;
    }

    .top-light-strip {
        position: absolute;
        left: 0;
        top: 465px;
    }

    .top-angel {
        top: -271px;
    }

    .light-strip.desktop-only {
        display: none;
    }

    .directions-button {
        /* display: none; */
    }

    .temp-closed {
        padding-top: 75px;
    }

    .hours-set,
    .closed-on-days,
    .hours h3 {
        font-size: 275%;
    }

    .fleur {
        background-size: 200px;
        height: 200px;
    }

    .hours-title {
        margin-top: 30px;
        font-size: 375%;
    }

    .hours-section {
        /* height: 1260px; */
    }

    .closed-on-days {
        width: 90%;
        margin: 0 auto;
    }

    .parties-section {}

    .flower-stencil {
        width: 250px;
        height: 250px;
        background-size: 250px;

    }

    .parties-content {
        max-width: 90%;
    }

    .parties-title {
        font-size: 600%;
        padding-top: 60px;

    }

    .parties-content p {
        margin-top: 20px;
        font-size: 220%;
    }

    .parties-content h3 {

        font-size: 400%;
        max-width: 90%;
        margin: 0 auto;

        padding-top: 10px;
    }

    .parties-picture {
        background-attachment: scroll;
        background-position: center center;
    }

    /* menu */
    .section-food-menu {
        background-position: center top;
        background-attachment: scroll;
        background-size: 220%;
    }

    .left-column {
        padding-top: 0;
        padding-right: 0;
        width: 90%;
        margin-right: 0;
        margin-left: 0px;
        display: inline-block;
    }

    .menu-title {
        font-weight: 400;
        text-shadow: 1px 0 0 currentColor, 2px 0 0 currentColor, 3px 0 0 currentColor;
    }

    .right-column {
        text-align: left;
        float: none;
        right: unset;
        width: unset;
    }

    .menu-title {
        font-size: 550%;
        width: 600px;
        margin-right: 0;

    }

    h5 {
        font-size: 250%;
    }

    h6 {
        font-size: 200%;
    }

    .menu-item {
        width: 900px;
        margin-top: 30px;
    }

    .menu-item .item,
    .menu-item .price,
    .menu-item .category-size {
        font-size: 250%;
    }

    .menu-item.left .item {
        width: 750px;
        text-align: left;
    }

    .menu-item.left .price {
        text-align: right;
        float: right;

    }

    .category-size {
        margin-top: -30px;
    }


    .menu-item.right .item {
        text-align: left;
        width: unset;
        float: none;
    }

    /* about */

    .animal-set {
        box-shadow: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .animal-bio {
        font-size: 250%;
        text-align: center;
    }

    .animals-description {
        font-size: 250%;
    }

    .animals-title {
        font-size: 410%;
    }

    .animals-pictures {
        height: unset;
    }

    .animals-picture {
        background-attachment: scroll;
        height: 600px;
    }

    .animal-portrait {
        margin-left: 75px;
        margin-bottom: 80px;
        margin-top: 40px;
        width: 800px;
        height: 800px;
    }

    .animal-text {
        float: none;
        width: 90%;
        display: block;
        margin-bottom: 10px;

    }

    .animal-text p {
        margin-bottom: 50px;
    }

    .animal-name {
        /* text-align: center; */
    }

    .red-fleur {
        width: 250px;
        height: 250px;
    }

    /* the first name of an animal (otter) */
    /* .animal-bio:nth-child(5) .animal-text .animal-name {
        font-size: 170%;
    } */

    .animal-name {
        font-size: 270%;
    }

    footer {
        font-size: 200%;
    }

    .rounding-boards {
        display: none;
    }

}