/*basic setup*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    color: #FFFDED;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;

    /* necessary for iOS smooth scroll */
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.clearfix {
    zoom: 1
}

.clearfix-margin {
    margin-bottom: 60px;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

/*reusable components*/

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 0;
    background-color: #FEFDED;
}

.container {
    -webkit-box-shadow: 0 0 100px white;
    box-shadow: 0 0 100px white;
    /* max-width: 600px; */
    margin: 0 auto;
}

/* announcement */
.announcement {
    background-color: #F7F7F7;
    color: #262626;

    /* position: fixed; */

    z-index: 3000;

    width: 100%;
    height: 100%;

    margin: 0 auto;

    padding-top: 50px;

    /* display: none; */
}

.announcement a {
    text-decoration-line: none;
    color: rgb(10, 0, 151)
}

.announcement-date {
    margin-bottom: 30px;
    font-size: 90%;
}

.announcement-text {
    max-width: 800px;
    display: block;
    position: relative;
    margin: 0 auto;

    padding-bottom: 100px;

    font-family: poynter-oldstyle-text, serif;
}

.announcement-text h2 {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 700;
    text-align: left;
    font-size: 262%;
    padding: 0;
    margin: 0 0 30px 0;
}

.announcement-bold {
    font-weight: 700;

}

.announcement-quote {
    font-family: poynter-oldstyle-text, serif;
    font-weight: 700;
    text-align: left;
    font-size: 150%;
    padding: 0;
    margin: 56px 0 15px 0;
}

.announcement-text p {
    margin-bottom: 20px;
}

.announcement-image {
    width: 400px;
    height: auto;
    float: left;
    margin: 5px 15px 15px 0;

    border-radius: 10px;
}

/* header */

header {
    background-color: #FEFDED;
    /* height: 536px; */
    width: 100%;

}

.heading {
    background-color: #FEFDED;
    height: 200px;
    width: 100%;
    min-width: 1024px;

}

.desktop-nav {
    float: right;
    width: 50%;

}

.mobile-nav {
    width: 100%;
    display: none;
    z-index: 2000;
    position: absolute;
    left: 0;
    top: 386px;
}

.sticky {
    position: fixed;
    left: 0;
    top: 0;
    /* border-bottom: 3px solid black; */
    -webkit-box-shadow: 0px 0px 20px #000000;
    -moz-box-shadow: 0px 0px 20px #000000;
    box-shadow: 0px 0px 20px #000000;
}

.desktop-nav .nav-item {
    height: 200px;
    width: 125px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;
    text-align: center;
    color: #FFFDED;

    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 80%;
}

.mobile-nav .nav-item {
    height: 80px;
    width: 25%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
    text-align: center;
    color: #FFFDED;
    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 180%;
}

.hours-nav {
    background-color: #661B46;
}

.mobile-nav .parties-nav,
.desktop-nav .parties-nav {
    background-color: #FEF37E;
    color: #444444;
}

.food-menu-nav {
    background-color: #892827;

}

.about-nav {
    background-color: #87A27C;

}

.directions-button {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 10px;

    position: absolute;
    top: 0;
    background-color: #F3F0EF;
    width: 125px;
    height: 70px;
    padding-top: 5px;
    right: 0;

    text-align: center;
    color: #8A8585;

    font-family: brother-1816, sans-serif;
    font-weight: 400;
    font-style: normal;

    font-size: 80%;


    z-index: 1000;
}

.desktop-nav .directions-button {
    height: 100px;
}

.mobile-nav .directions-button {

    height: 200px;
    width: 25%;
    font-size: 120%;
    display: none;

}

.compass-icon {

    background-image: url("./img/compass_no_circle.svg");
    background-repeat: no-repeat;
    background-size: contain;

    background-position: center;
}

.mobile-nav .compass-icon {

    height: 120px;
    width: 120px;


    top: 35px;
    position: absolute;
}

.desktop-nav .compass-icon {
    height: 50px;
    width: 50px;


    top: 10px;
    position: absolute;
}


.carouselLogoImage {
    display: block;
    background-image: url("./img/CarouselLogo2Inch216dpi.png");
    background-repeat: no-repeat;
    background-size: contain;

    background-position: left;

    height: 175px;
    width: 200px;
    margin-left: 10px;

    margin-top: 10px;

    float: left;
}

.logo-text {
    display: block;
    font-family: brother-1816, sans-serif;
    font-style: normal;
    float: left;
    color: #C42026;
    margin-top: 70px;
    margin-left: -35px;
}

.logo-text .part1 {
    font-weight: 250;
    font-size: 32px;
}

.logo-text .part2 {
    font-weight: 500;
    font-size: 53.5px;
    margin-top: -10px;
}

.light-strip {
    width: 100%;
    height: 30px;

    background-repeat: repeat-x;
    background-image: url("./img/light-piece.png");
    background-size: 80px;
    background-position: left top;

}

/* waypoints */
#nav-end {
    color: black;
}

/* hero image section*/

.hero-image-1 {
    background-image: url("./img/brunette-girl.jpg");
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center top;

    height: 700px;
    width: 100%;
}

/* hours-section */
.hours-section {
    position: relative;
    height: 800px;
    background-color: #661B46;
}

.hours-section .light-strip {
    margin-top: -5px;
}

.top-angel {
    background-image: url("./img/top-angel-2400.png");
    background-repeat: no-repeat;
    background-size: 1400px;

    background-position: center top;

    height: 450px;
    width: 100%;

    top: -260px;
    position: absolute;
}

.under-angel {
    background-image: url("./img/under-angel-purple.svg");
    background-repeat: no-repeat;
    background-size: 1400px;

    background-position: center top;

    height: 200px;
    width: 100%;

    top: -140px;
    position: absolute;
    /* display: none; */
}

h2 {
    font-family: 'Quicksand';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin: 0 0 30px 15px;
    font-size: 200%;
}

h3 {
    text-align: center;
    font-size: 180%;
    margin-top: 50px;
}

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

.hours {
    position: relative;
    display: block;

    z-index: 10;
    top: 30px;
    margin-left: -20px;
}



.hours .day {
    width: 49%;
    /* width: 100px; */
    text-align: right;
    padding-right: 30px;
    float: left;

}

.hours .time {
    /* width: 50%; */
    text-align: left;
    float: left;
    margin-left: 3%;
}

.hours-set {
    /* margin-top: 15px; */
    overflow: hidden;
    font-size: 150%;
    margin-left: -50px;

}

.closed-on-days {
    text-align: center;
    font-size: 125%;
    margin-top: 50px;
}

.fleur {
    background-image: url("./img/fleur.svg");
    background-repeat: no-repeat;
    background-size: 150px;

    background-position: center top;

    height: 150px;
    width: 100%;

    top: 60px;
    position: relative;
}

/* parties */

.parties-section {
    background-color: #FEF37E;
    /* height: 600px; */
    color: rgb(54, 54, 54);
    display: block;
}

.parties-picture {
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center bottom;

    background-attachment: fixed;


    height: 500px;
    width: 100%;
    display: block;
}

.parties-picture:nth-child(1) {
    background-image: url("./img/kids-in-front-of-carousel-full.jpg");

}

.parties-title {
    font-family: rosella-deco, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 300%;
    color: rgb(54, 54, 54);
    padding-top: 30px;
}

.parties-content {
    display: block;
    max-width: 740px;
    margin: 0 auto;
}

.parties-content p {
    margin-top: 20px;
}

.link-1,
.link-1 a:link,
.link-1 a:visited,
.link-1 a:hover,
.link-1 a:active {
    color: #CC517D;
    text-decoration: none;
    font-weight: 500;
}

.link-2,
.link-2 a:link,
.link-2 a:visited,
.link-2 a:hover,
.link-2 a:active {
    color: #FFFDED;
    text-decoration: none;
    font-weight: 700;
}

.flower-stencil {
    background-image: url("./img/flower-stencil-flipped.svg");
    background-repeat: no-repeat;
    background-size: 150px;

    background-position: center top;

    height: 150px;
    width: 150px;

    top: 20px;
    position: relative;

    float: left;
}

.flower-stencil.flip-horz {
    float: right;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-bottom: 40px;
}

.flower-stencil.flip-vert {

    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: "FlipV";
}

.flower-stencil.flip-vert.flip-horz {

    -moz-transform: scale(-1);
    -o-transform: scale(-1);
    -webkit-transform: scale(-1);

    transform: scale(-1);
}

/* menu */

.section-food-menu {
    background-image: url("./img/menu-graphic.jpg");
    background-size: 100%;
    background-position: 0 -150px;
    background-attachment: fixed;
    background-color: #340701;
    background-repeat: no-repeat;
    color: #FAFFEF;
    padding: 0;
    position: relative;
}

.food-menu {
    padding: 20px 40px;
    position: relative;
    text-transform: uppercase;
}


.oz-size {
    font-size: 50%;
}

h4 {
    font-size: 175%;
    margin-top: 30px;
    text-transform: capitalize;
    clear: left;
    overflow: visible;
}

.section-menu div:first-of-type h4 {
    margin-top: 0;
}

h5 {
    text-transform: uppercase;
    margin-top: 8px;
}

.food-left-col {
    width: 50%;
    float: left;
    position: relative;
}

.food-right-col {
    width: 50%;
    float: left;
    text-align: right;
    position: relative;
}

/* footer */

footer {
    background-color: #892827;
    padding: 30px 30px 30px 30px;
    position: relative;
}

.footer-title {
    font-weight: 700;
    font-size: 150%;
}

.footer-announcement {
    padding-top: 15px;
    background-color: rgb(80, 80, 80);
    padding-bottom: 15px;
}

.contact-text {
    /* float: left; */
}

.ram-mural-div {
    /* float: left; */
    margin: 0;
    padding: 0;
    /* background-image: url("./img/MuralRams.png");
    background-repeat: no-repeat;
    background-size: 700px;
    background-color: #892827;

    background-position: center bottom;

    height: 450px;
    width: 100%;

    top: -260px; 
    position: absolute;
    */
}

.ram-mural {
    height: 200px;
    margin: 0;
    padding: 0;
}

/* menu */
body {
    top: 0;

}

.container {
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #FAFFEF;
    font-size: 20px;
    width: 100%;
    height: 5000px;
    position: relative;

    text-transform: uppercase;
}

.container.top {
    background-image: url(img/bg-top.jpg);
}

.container.bottom {
    background-image: url(img/bg-bottom.jpg);
}

.ref-image {
    position: absolute;
    top: 0;
    opacity: .3;
}

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

.left-column.bottom {
    padding-top: 0;
    margin-top: -10px;
}

.right-column {
    float: right;
    text-align: right;
    right: -20px;
    margin-right: 20px;
    padding-top: 73px;
    width: 40%;
}


h5 {
    margin: 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #FAFFEF;
    font-size: 100%;
    text-transform: uppercase;
}

h6 {
    margin: 12px 0 12px 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #FAFFEF;
    font-size: 100%;
    text-transform: none;
}

.ice-cream-items {
    margin-top: 40px;


}

.menu-title {
    font-size: 250%;
    font-family: house-script, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: initial;
}

.menu-item {
    display: block;
    margin: 10px 0 0 0;
    overflow: hidden;
}

.menu-item.left .item {
    width: 300px;
    float: left;
    vertical-align: text-bottom;
}

.menu-item.left .price {
    float: left;
    vertical-align: text-bottom;
}

.menu-item.right {
    text-align: right;
}

.menu-item.right .item {
    text-align: right;
    width: 250px;
    float: right;
}

.menu-item.right .price {
    text-align: right;
    float: right;
    margin-left: 60px;
}

.menu-item.right .price.short-space {
    margin-left: 65px;
}

.category-size {
    text-transform: none;
    padding-top: 12px;
}

.shakes-items {
    margin-top: 40px;
}

#shakes-title {}

#snacks-title {
    margin-top: 40px;
}


#sundaes-title {
    margin-top: 40px;

}

#specialty-drinks-title {
    margin-top: 40px;
}

#novelties-title {
    margin-top: 40px;
}

/* about */

.about-section {
    /* height: 2000px; */
    padding: 0;
    text-align: center;
    background-color: #87A27C;
    display: inline-block;
    width: 100%;

    background-image: url("./img/paws-in-line.png");
    background-repeat: repeat-y;

    background-size: 200px auto;

    background-blend-mode: multiply;

}

.animals-pictures {
    height: 400px;
    width: 100%;
    display: block;

}


.animals-pictures.first {
    height: 400px;

}

.animals-pictures.second {
    height: 600px;

}

.animals-picture {
    background-repeat: no-repeat;
    background-size: cover;

    background-position: center bottom;

    background-attachment: fixed;


    height: 500px;
    width: 100%;

    display: block;
    box-shadow: inset 0px 0px 200px rgba(0, 0, 0, 0.5);

}

.animals-picture.bobcat {
    background-image: url("./img/animal-profiles/bobcat.jpg");
    background-position: center top;
}

.animals-picture.hippocampus {
    background-image: url("./img/animal-profiles/hippocampus.jpg");
    background-position: center top;
    height: 600px;

}

.animal-set {
    margin: 0 auto;
    display: inline-block;
    background-color: #FEFDED;
    padding: 50px 50px 50px;
    margin-bottom: 0;

    box-shadow: inset 0px 0px 100px rgba(0, 0, 0, 0.4);
    max-width: 1000px;
}

.animal-set p {
    margin-bottom: 20px;
}

.section-title {

    color: #422515;
    font-size: 350%;
    /* display: block; */
    margin-bottom: 20px;
    font-weight: 700;


    text-align: center;
}

.section-description {
    color: #422515;
    font-size: 100%;
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;

    width: 90%;
    text-align: justify;

}

hr {
    border-top: 1px solid #422515;
    margin-bottom: 60px;
}

.no-margin {
    margin: 0 0 0 0;
}

.animal-name {
    color: #422515;
    font-size: 200%;
    display: block;
    /* margin-left: 60px;
    padding-top: 40px; */
    margin-bottom: 20px;
    font-weight: 700;
}

.animal-portrait {

    background-repeat: no-repeat;
    background-size: contain;

    background-position: center;

    width: 300px;
    height: 300px;
    border-radius: 50%;

    border-style: solid;
    border-width: 10px;
    border-color: #892827;

    box-shadow: inset 0px 0px 50px rgba(0, 0, 0, 0.3);

    margin-left: 20px;
    margin-bottom: 60px;

    float: left;
}


.animal-profile {

    background-repeat: no-repeat;
    background-size: cover;

    background-position: top;

    width: 100%;
    height: 400px;

    /* box-shadow: inset 0px 0px 100px rgb(136, 82, 0, 1); */
    box-shadow: 0px 15px 50px rgba(0, 0, 0, 0.5);

    border-radius: 15px;

    display: block;

    margin-bottom: 75px;

}


.red-fleur {
    background-image: url("./img/red-fleur.svg");

    background-repeat: no-repeat;
    background-size: contain;

    background-position: center;

    width: 150px;
    height: 150px;
    margin: 0 auto;

    margin-bottom: 30px;
}

.animal-text {
    float: left;
    color: #262626;
    width: 500px;
    margin-left: 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    text-align: left;
    color: #422515;
}

.animal-portrait.otter {

    background-image: url("./img/animal-portraits/otter.jpg");

}

.animal-portrait.sheep {
    background-image: url("./img/animal-portraits/sheep.jpg");
}

.animal-portrait.antelope {
    background-image: url("./img/animal-portraits/pronghorn.jpg");

}

.animal-portrait.wolf {
    background-image: url("./img/animal-portraits/wolf2.jpg");

}

.animal-portrait.triceratops {
    background-image: url("./img/animal-portraits/triceratops.jpg");

}

.animal-portrait.bear {
    background-image: url("./img/animal-portraits/bear3.jpg");

}

.animal-portrait.trout {
    background-image: url("./img/animal-portraits/salmon.jpg");

}

.animal-portrait.hippocampus {
    background-image: url("./img/animal-portraits/hippocampus.jpg");

}

.animal-portrait.bison {
    background-image: url("./img/animal-portraits/bison.jpg");

}

.animal-portrait.goat {
    background-image: url("./img/animal-portraits/goat.jpg");

}

.animal-portrait.bobcat {
    background-image: url("./img/animal-portraits/bobcat1.jpg");

}

.animal-portrait.crane {
    background-image: url("./img/animal-portraits/crane2.jpg");

}

.animal-portrait.rabbit {
    background-image: url("./img/animal-portraits/rabbit.jpg");

}

.animal-portrait.horse {
    background-image: url("./img/animal-portraits/horse.jpg");

}

.animal-portrait.frog {
    background-image: url("./img/animal-portraits/frog.jpg");

}

.animal-portrait.bobcat-profile {
    background-image: url("./img/animal-profiles/bobcat.jpg");

}

/* animal profiles */

.animal-profile.trout {
    background-image: url("./img/animal-profiles/trout.jpg");
}

.animal-profile.wolf {
    background-image: url("./img/animal-profiles/wolf.jpg");
}

.animal-profile.goat {
    background-image: url("./img/animal-profiles/goat.jpg");
}

.animal-profile.bear {
    background-image: url("./img/animal-profiles/bear.jpg");
}

.animal-profile.bobcat {
    background-image: url("./img/animal-profiles/bobcat.jpg");
}

.animal-profile.hippocampus {
    background-image: url("./img/animal-profiles/hippocampus.jpg");
}

/* rounding boards */
.rounding-boards-text {
    padding: 50px 50px 50px 0;
}

.rounding-boards-gallery {

    width: 70%;
    display: block;
    margin: 0 auto;
    padding-bottom: 40px;
}

.rounding-board-item {
    display: flex;
    flex-wrap: wrap;
    color: black;
    min-height: 250px;
    width: 100%;
    border-radius: 15px;
    padding: 15px;
    margin-top: 15px;
}

.rounding-boards-picture {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    background-attachment: scroll;

    flex: 2;
}



.rounding-board-description {

    display: inline-block;
    flex: 1;

    padding: 10px 0 10px 20px;
}

.rounding-board-item:nth-child(1) .rounding-boards-picture {
    background-image: url("./img/rounding-boards/shriners.png");


}

.rounding-board-item:nth-child(2) .rounding-boards-picture {
    background-image: url("./img/rounding-boards/blue-stone.png");


}

.blue-stone {
    background-image: url("./img/rounding-boards/blue-stone.png");
}

.rounding-board-item:nth-child(3) .rounding-boards-picture {
    background-image: url("./img/rounding-boards/shriners.png");


}

.rounding-board-item:nth-child(4) .rounding-boards-picture {
    background-image: url("./img/rounding-boards/blue-stone.png");

}

.rounding-board-item:nth-child(5) .rounding-boards-picture {
    background-image: url("./img/rounding-boards/shriners.png");


}

.rounding-board-item:nth-child(6) .rounding-boards-picture {
    background-image: url("./img/rounding-boards/blue-stone.png");

}