@import url('https://fonts.googleapis.com/css?family=Crafty+Girls|Fredoka+One|Gloria+Hallelujah|Gochi+Hand|Handlee|Indie+Flower|Patrick+Hand|Sue+Ellen+Francisco');


body {
    background-color: #fef7e9;
    color: #4f3e29;
    font-family: 'Patrick Hand', cursive;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
body {
    text-align: center;
}
}

a {
    color: #614829;
}

a:hover {
    text-decoration: none;
    transition: .5s;
}

h1, h2, h3 {
    font-family: 'Fredoka One', cursive;
}

@media screen and (min-width: 1024px) {
    .wrap {
    margin: 0 auto;
    padding: 20px;
    width: 1024px;
    }
    
    header {
        height: 500px;
    }
    
    .siteLogo {
        bottom: -50px;
        margin: 0 auto;
        position: relative;
        width: 500px;  
    }
}

@media screen and (max-width: 1024px) {
    .wrap {
        margin: 0 auto;
        width: 90%;
    }
    
    header {
        height: 300px;
    }
    
    .siteLogo {
    bottom: -50px;
    margin: 0 auto;
    position: relative;
    width: 300px;  
    }
}

img {
    max-width: 100%;
}

header {
    background: url(../images/headerbkg.png) no-repeat bottom center;
    text-align: center;
}

#mainNav {
    text-align: center;
}

ul#mainNav {
    list-style: none;
}

#mainNav li {
    display: inline-block;
    padding: 0 5%;
}

@media screen and (max-width: 768px) {
#mainNav li {
    padding: 0 8%;
}
}

#mainNav a {
    font-family: 'Gochi Hand', cursive;
    font-size: 3rem;
}

#mainNav a:hover {
    text-decoration: none;
    color: #dd4e4d;
}

.navbar-fixed {
    position: fixed;
    top: 0;
}

.aboutNav:before {
    background: url(../images/moocow.png) no-repeat 65% 65%;
    background-size: 526%;
    bottom: -50px;
    content: "";
    display: block;
    height: 90px;
    position: relative;
    right: 65px;
    width: 75px;
    z-index: -1;
}

.menuNav:before {
    background: url(../images/moocow.png) no-repeat 0% 65%;
    background-size: 526%;
    bottom: -45px;
    content: "";
    display: block;
    height: 90px;
    position: relative;
    right: 48px;
    width: 75px;
    z-index: -1;
}

.locNav:before {
    background: url(../images/moocow.png) no-repeat 99% 65%;
    background-size: 526%;
    bottom: -45px;
    content: "";
    display: block;
    height: 90px;
    position: relative;
    right: 61px;
    transform: scaleX(-1);
    width: 75px;
    z-index: -1;
}

.conNav:before {
    background: url(../images/moocow.png) no-repeat 34% 65%;
    background-size: 526%;
    bottom: -45px;
    content: "";
    display: block;
    height: 90px;
    position: relative;
    right: 60px;
    transform: scaleX(-1);
    width: 75px;
    z-index: -1;
}

@media screen and (max-width: 768px) {
.aboutNav:before,
.menuNav:before,
.locNav:before,
.conNav:before {
    background-size: 450%;
}
}

section:after {
    clear: both;
    content: "";
    display: block;
    height: 1px;
}

.pageTitle {
    color: #614829;
    font-family: 'Gochi Hand', cursive;
    font-size: 5rem;
    padding: 1% 0 3%;
    text-align: center;
}

.sectionTitle {
    color: #614829;
    font-family: 'Gochi Hand', cursive;
    font-size: 4rem;
    margin-bottom: 25px;
    text-align: center;
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    .aboutImg {
        display: block;
    }
.aboutText {
    background-color: #fff;
    border: 5px solid #614829;
    border-radius: 15px;
}

.aboutText:before {
    background-image: url(../images/quoteleft.png);
    content: "";
    display: block;
    height: 50px;
    left: -65px;
    position: relative;
    top: 140px;
    width: 50px;
}
}

@media screen and (max-width: 767px) {
    .aboutImg {
        display: none;
    }
}

#menu {
    background: #fff url(../images/menubkg.png) no-repeat center fixed;
    text-align: center;
}

#menu:before {
    background: url(../images/colorbg.png) no-repeat bottom center;
    content: "";
    display: block;
    height: 250px;
}

#menu:after {
    background: url(../images/colorbg.png) no-repeat top center;
    content: "";
    display: block;
    height: 250px;
    margin-top: -100px;
}

#menu > div > div:after {
    content: "";
    display: block;
    height: 1px;
    clear: both;
}

#menu .wrap {
    position: relative;
    top: -100px;
}

section#menu h1.sectionTitle {
    position: relative;
    top: -130px;
    transform: rotate(-9deg);
}

#menuSection {
    margin-bottom: 5%;
}

#menuSection:last-child {
    margin-bottom: 0;
}

#contact {
    background-color: #fff;
}

#contact:before {
    background: url(../images/smallslantcolorbg.png) no-repeat bottom center;
    content: "";
    display: block;
    height: 200px;
}

.btt {
    bottom: 50px;
    right: 50px;
    position: fixed;
}

footer {
    background: #fff url(../images/footer.png) no-repeat top center;
    color: #fff;
    font-size: 15px;
    padding-top: 150px;
    text-align: center;
}

.socialMedia a i {
    color: #fff !important;
}

.socialMedia a:hover .fa-facebook-square {
    color: royalblue !important;
}

.socialMedia a:hover .fa-twitter-square {
    color: deepskyblue !important;
}

.copyright a {
    color: #fff;
}

.siteauthor {
    padding-bottom: 1%;
}

.siteauthor a {
    color: #dd4e4d;
}

/*-------------------------------------------------Form Styles--------------------------------------------------*/
input, textbox, textarea {
    border-radius: 10px;
    border: 0;
    color: #fff;
    padding: 15px;
    outline: 0;
}

input,
textbox,
textarea {
    background-color: #614829;
    margin-bottom: 1%;
}

input#name,
input#email {
    width: 45%;
}

input#email {
    float:right;
}

textarea:before {
    content: "";
    clear:both;
    display: block;
    height: 1px;
}

textarea {
    width: 100%;
}

.fieldWrap {
    text-align: right;
}

input#reset,
input#submit {
    background-color: #614829;
    color: #fff;
    padding: 1% 2%;
    cursor: pointer;
}

input#reset:hover,
input#submit:hover {
    background-color: #fef7e9;
    color: #614829;
    -webkit-transition: background-color 1s;
    transition: background-color .5s;
}

/*-------------------------------------------------Back to Top--------------------------------------------------*/

.backToTop {
    background: rgba(221, 78, 77, 0.8) url(../cd-top-arrow.svg) no-repeat center 50%;
    border-radius: 10px;
    bottom: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    display: inline-block;
    height: 50px;
    /* image replacement properties */
    overflow: hidden;
    position: fixed;
    right: 10px;
    text-indent: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    visibility: hidden;
    white-space: nowrap;
    width: 50px;
}

.backToTop.top-is-visible, .backToTop.top-fade-out, .no-touch .backToTop:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
    cursor: pointer;
}

.backToTop.top-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}

.backToTop.top-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}

.no-touch .backToTop:hover {
    background-color: #dd4e4d;
    opacity: 1;
}