/*Don't touch the CSS*/
/*details
font-weight: 100;
font-style: normal;*/
body {
  font-size: 100%;
  margin: 0; }

img {
  max-width: 100%; }

.bannertop {
  background-image: url(images/banner.png);
  height: 661px;
  width: 38%;
  margin-left: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top; }

header {
  background-image: url(images/hero.png);
  width: 100%;
  height: 867px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.menu-desktop {
  padding-top: 120px;
  padding-left: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 100;
  line-height: 90px;
  font-size: 2em; }

.menu-desktop ul a {
  text-decoration: none;
  color: black; }

.menu-desktop li:hover {
  background-image: url(images/ulyarn.png);
  background-repeat: no-repeat; }

#logo {
  display: none; }

.menu-toggle {
  display: none; }

/*Reveiws*/
section {
  height: 500px;
  margin: auto;
  /**********************SLIDER*******************/
  /*
  PURE RESPONSIVE CSS3 SLIDESHOW GALLERY by Roko C. buljan
  http://stackoverflow.com/a/34696029/383904
  */
  /* SLIDER */
  /* SLIDES */
  /* PREV/NEXT, CONTAINERS & ANCHORS */
  /* NAVIGATION */
  /* NAVIGATION BUTTONS */
  /* ALL: */
  /* ACTIVE */
  /* More slides? Add here more rules */
  /* PREV/NEXT CONTAINERS VISIBILITY */
  /* ALL: */
  /* ACTIVE: */
  /* More slides? Add here more rules */
  /* SLIDER ANIMATION POSITIONS */
  /* More slides? Add here more rules */
  /* YOU'RE THE DESIGNER! 
     ____________________
     All above was mainly to get it working :)
     CSSgal CUSTOM STYLES / OVERRIDES HERE: */
  /**********************SLIDER*******************/ }
  section * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box; }
  section .CSSgal {
    position: relative;
    overflow: hidden;
    height: 100%;
    /* Or set a fixed height */ }
  section .CSSgal .slider {
    height: 100%;
    white-space: nowrap;
    font-size: 0;
    -webkit-transition: 0.8s;
    transition: 0.8s; }
  section .CSSgal .slider > * {
    font-size: 1rem;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
    height: 100%;
    width: 100%;
    background: none 50% no-repeat;
    background-size: cover; }
  section .CSSgal .prevNext {
    position: absolute;
    z-index: 1;
    top: 50%;
    width: 100%;
    height: 0; }
  section .CSSgal .prevNext > div + div {
    visibility: hidden;
    /* Hide all but first P/N container */ }
  section .CSSgal .prevNext a {
    background-image: url(images/dash.png);
    background-repeat: no-repeat;
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 60px;
    /* If you want to place numbers */
    text-align: center;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0; }
  section .CSSgal .prevNext a:hover {
    opacity: 1; }
  section .CSSgal .prevNext a + a {
    left: auto;
    right: 0; }
  section .CSSgal .bullets {
    position: absolute;
    z-index: 2;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    text-align: center; }
  section .CSSgal .bullets > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background: white;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  section .CSSgal .bullets > a + a {
    background: rgba(255, 255, 255, 0.5);
    /* Dim all but first */ }
  section .CSSgal .bullets > a:hover {
    background: rgba(255, 255, 255, 0.7) !important; }
  section .CSSgal > s:target ~ .bullets > * {
    background: rgba(255, 255, 255, 0.5); }
  section #s1:target ~ .bullets > *:nth-child(1) {
    background: white; }
  section #s2:target ~ .bullets > *:nth-child(2) {
    background: white; }
  section #s3:target ~ .bullets > *:nth-child(3) {
    background: white; }
  section #s4:target ~ .bullets > *:nth-child(4) {
    background: white; }
  section .CSSgal > s:target ~ .prevNext > * {
    visibility: hidden; }
  section #s1:target ~ .prevNext > *:nth-child(1) {
    visibility: visible; }
  section #s2:target ~ .prevNext > *:nth-child(2) {
    visibility: visible; }
  section #s3:target ~ .prevNext > *:nth-child(3) {
    visibility: visible; }
  section #s4:target ~ .prevNext > *:nth-child(4) {
    visibility: visible; }
  section #s1:target ~ .slider {
    transform: translateX(0%);
    -webkit-transform: translateX(0%); }
  section #s2:target ~ .slider {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%); }
  section #s3:target ~ .slider {
    transform: translateX(-200%);
    -webkit-transform: translateX(-200%); }
  section #s4:target ~ .slider {
    transform: translateX(-300%);
    -webkit-transform: translateX(-300%); }
  section .style {
    font-family: Dawning of a New Day, cursive;
    font-size: 3em;
    line-height: 50px;
    margin-top: 200px; }
  section b {
    color: #a88081; }
  section i {
    font-family: acumin-pro-wide, sans-serif;
    font-weight: 100;
    font-size: 1.5em;
    margin-top: 40px; }
  section .CSSgal {
    color: black;
    text-align: center; }
  section .CSSgal a {
    border-radius: 50%;
    margin: 0 3px;
    color: #a88081;
    text-decoration: none; }

/*end of section*/
#fishy {
  text-align: center;
  padding-top: 250px; }

/*End of reveiws section*/
/*section 2*/
.banner {
  background-image: url(images/banner2.gif);
  width: 100%;
  height: 746px;
  background-repeat: no-repeat;
  background-size: cover; }

.flex1 {
  padding-left: 150px; }

.head1 {
  font-family: Dawning of a New Day, cursive;
  font-size: 3em;
  padding-left: 50px;
  padding-top: 50px; }

.yarn {
  padding-left: 10px; }

.para1 {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 25px;
  text-align: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 40px; }

#fishbutton a {
  text-decoration: none;
  color: white;
  font-size: 1.5em;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 100; }

#fishbutton:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

#img1 {
  width: 534px;
  height: 522px;
  padding-top: 100px; }

#img1 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

#img1:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out; }

#img2 {
  display: none; }

.flexall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80%; }

.button1 {
  background-image: url(images/button1.png);
  width: 180px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 60px;
  margin: auto; }

/*end of section 2*/
/*section 3*/
section3 {
  width: 100%;
  height: 1000px; }

.roomflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 100px; }

.picflex {
  padding-top: 300px;
  width: 100%;
  height: 558px;
  padding-bottom: 100px; }

.picflex {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

.picflex:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out; }

.head2 {
  font-family: Dawning of a New Day, cursive;
  font-size: 3em;
  text-align: center;
  margin-bottom: 30px; }

.para2 {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  padding-right: 300px;
  margin-bottom: 30px; }

#fishbutton2 {
  background-image: url(images/button2.png);
  width: 180px;
  height: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 60px;
  margin: auto; }

.flexbody {
  padding-top: 300px; }

.pic2 {
  display: none; }

#fishbutton2 a {
  text-decoration: none;
  color: #a88081;
  font-size: 1.5em;
  font-family: acumin-pro-wide, sans-serif;
  font-weight: 100; }

#fishbutton2:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

/*end of section 3*/
/*footer*/
.socialtab {
  display: none; }

.social {
  display: block;
  text-align: center;
  z-index: -1;
  margin-top: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

footer {
  width: 100%;
  background-color: #a88081;
  text-align: center;
  height: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 100; }

.insta:hover {
  margin-top: -47px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.twitter:hover {
  margin-top: -47px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.fb:hover {
  margin-top: -47px;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  color: white; }

.contact {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 20px;
  text-align: left;
  margin-top: 20px; }

.contact a {
  text-decoration: none;
  color: white; }

.contact a:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.copyright {
  font-family: acumin-pro-wide, sans-serif;
  font-size: .5em;
  font-weight: 100;
  margin-top: 75px; }

.address {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 20px;
  text-align: right;
  margin-top: 40px; }

/*end of footer*/
/****************ABOUT**************************/
.aboutheader {
  background-image: url(images/hero2.png);
  width: 100%;
  height: 867px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

/*first sec*/
.bannerabout {
  background-color: #a88081;
  height: 700px; }

.flexabout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
  padding-top: 100px; }

.headline {
  font-family: Dawning of a New Day, cursive;
  font-size: 3em;
  padding-left: 50px;
  padding-top: 50px;
  margin-bottom: 20px; }

.flex {
  padding-left: 150px; }

.p1 {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 25px;
  text-align: left;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.purrfect {
  color: white; }

i {
  font-weight: 200; }

#cat {
  width: 534px;
  height: 522px;
  padding-top: 100px; }

#cat {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

#cat:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out; }

/*second sec aka parallax*/
main {
  width: 100%;
  height: 1000px; }

.parallax {
  background-image: url(images/breakfast.jpg);
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.parallax {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

.parallax:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out; }

h4 {
  font-family: Dawning of a New Day, cursive;
  font-size: 10em;
  color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 300px;
  text-align: center; }

/*third sec*/
.bannerabout2 {
  height: 1000px; }

.flexabout2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: auto;
  padding-top: 200px; }

.flexbox2 {
  margin-left: 20px; }

#food {
  width: 561px;
  height: 432px; }

#food {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

#food:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out; }

.flex2 {
  margin-right: 20px; }

.headline2 {
  font-family: Dawning of a New Day, cursive;
  font-size: 3em;
  padding-top: 50px;
  text-align: right;
  margin-bottom: 40px;
  padding-right: 20px; }

.p2 {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 25px;
  text-align: right;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px; }

.purr {
  color: #a88081; }

/****************ABOUT**************************/
/****************ROOMS**************************/
.roomsheader {
  background-image: url(images/hero3.png);
  width: 100%;
  height: 867px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.mainroom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  text-align: center;
  margin-bottom: 300px; }

.headroom {
  font-family: Dawning of a New Day, cursive;
  font-size: 3em;
  padding-left: 50px;
  padding-top: 50px;
  text-align: left; }

.roompic {
  width: 100%;
  margin: auto; }

.roompic {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
          filter: gray; }

.roompic:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  filter: none;
  -webkit-transition: -webkit-filter .5s ease-in-out;
  transition: -webkit-filter .5s ease-in-out;
  transition: filter .5s ease-in-out;
  transition: filter .5s ease-in-out, -webkit-filter .5s ease-in-out; }

.yarnroom {
  text-align: left; }

.pararoom1 {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  padding: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/****************ROOMS**************************/
/****************CONTACT************************/
.contactheader {
  background-image: url(images/hero4.png);
  width: 100%;
  height: 867px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top; }

.mainlocate {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto; }

.headlocate {
  font-family: Dawning of a New Day, cursive;
  color: #a88081;
  font-size: 3em;
  padding-left: 50px;
  padding-top: 50px;
  text-align: left; }

.paralocate {
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1em;
  font-weight: 100;
  line-height: 25px;
  text-align: center;
  padding: 10%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.website {
  color: #a88081;
  font-weight: 200; }

.website a {
  text-decoration: none;
  color: #a88081; }

.website a:hover {
  opacity: .5;
  -webkit-transition: opacity .5s ease-out;
  transition: opacity .5s ease-out; }

.bannerlocate {
  background-image: url(images/bannerlocate.jpg);
  width: 1041px;
  height: 822px;
  background-repeat: no-repeat;
  margin: auto;
  margin-bottom: 200px; }

.mapmed {
  padding: 20%; }

.mapsmall {
  display: none; }

/****************CONTACT************************/
/* Tablet */
@media screen and (min-width: 501px) and (max-width: 800px) {
  /*section 1*/
  .bannertop {
    display: none; }

  .menu-toggle {
    display: block; }

  .menu-desktop {
    display: none; }

  header {
    background-image: url(images/herotab.png);
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top; }

  #logo {
    width: 239px;
    height: 113px; }

  .hide {
    display: block; }

  .style {
    width: 80%;
    margin: auto; }

  /*section 2*/
  .banner {
    background-image: url(images/bannertablet.gif);
    width: 100%;
    height: 1112px;
    background-repeat: no-repeat;
    background-size: cover; }

  .flex1 {
    padding-left: 50px; }

  .head1 {
    text-align: center; }

  .para1 {
    padding-right: 50px;
    text-align: center; }

  .yarn {
    text-align: center; }

  .flex1 {
    margin: auto;
    text-align: center; }

  #img1 {
    width: 80%;
    padding-top: 50px;
    margin: auto; }

  .flex1, #img1 {
    margin-left: 50px; }

  #img2 {
    display: none; }

  .flexall {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  /*section 3*/
  .roomflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  .para2 {
    padding-left: 100px;
    padding-right: 100px; }

  .picflex {
    padding-left: 50px;
    margin-bottom: 0px; }

  .pic2 {
    display: none; }

  .flexbody {
    padding-top: 30px;
    margin-bottom: 200px; }

  /*footer*/
  footer {
    width: 100%;
    background-color: #a88081;
    text-align: center;
    height: 200px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 100; }

  .footer {
    width: 100%; }

  .socialtab {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin-left: 50px;
    margin-top: 50px; }

  .social {
    display: none; }

  .copyright {
    margin-top: 180px;
    margin-right: 50px; }

  .menu-toggle {
    display: block; }

  /****************ABOUT**************************/
  .aboutheader {
    width: 100%;
    height: 500px; }

  .bannerabout {
    height: 1300px; }

  .flexabout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto; }

  .flex {
    margin: auto; }

  .headline {
    text-align: center;
    padding-left: 0px;
    padding-top: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 70px; }

  .p1 {
    text-align: center;
    padding-left: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 80px; }

  #cat {
    margin: auto; }

  .flexbox {
    margin: auto; }

  .parallax {
    background-attachment: scroll; }

  .bannerabout2 {
    height: 1300px;
    text-align: center; }

  .flexabout2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto; }

  .p2 {
    text-align: center; }

  .headline2 {
    text-align: center; }

  #food {
    width: 80%; }

  /****************ABOUT**************************/
  /****************ROOMS**************************/
  .roomsheader {
    width: 100%;
    height: 500px; }

  /****************ROOMS**************************/
  /****************CONTACT*************************/
  .contactheader {
    width: 100%;
    height: 500px; }

  .bannerlocate {
    width: 70%;
    height: 80%;
    margin-bottom: 100px; }

  .mapmed {
    display: none; }

  .mapsmall {
    display: block;
    padding: 20%; }

  /****************CONTACT*************************/ }
/* Mobile */
@media screen and (max-width: 500px) {
  .bannertop {
    display: none; }

  .menu-toggle {
    display: block; }

  .menu-desktop {
    display: none; }

  /*section 1*/
  header {
    background-image: url(images/heromobile.png);
    width: 100%;
    height: 568px;
    background-repeat: no-repeat; }

  .hide {
    display: block; }

  #logo {
    display: none; }

  .menu {
    height: 200px; }

  .style {
    width: 60%;
    margin: auto; }

  /*section 2*/
  .banner {
    background-image: url(images/bannermobile.gif);
    width: 100%;
    height: 1112px;
    background-repeat: no-repeat;
    background-size: cover; }

  .flex1 {
    padding-left: 50px; }

  .para1 {
    padding-right: 100px;
    text-align: center; }

  .yarn {
    display: none; }

  .head1 {
    display: none; }

  .para1 {
    padding-right: 50px;
    text-align: center; }

  #img2 {
    width: 90%;
    padding-top: 50px;
    margin: auto;
    display: block; }

  #img1 {
    display: none; }

  .flexall {
    padding-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }

  /*section 3*/
  .roomflex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 50%; }

  .head2 {
    display: none; }

  .pic1 {
    display: none; }

  .pic2 {
    display: block;
    padding-left: 10px; }

  .para2 {
    padding-left: 100px;
    padding-right: 100px; }

  .flexbody {
    padding-top: 10px;
    margin-bottom: 200px; }

  /*footer*/
  footer {
    width: 100%;
    background-color: #a88081;
    text-align: center;
    height: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 100; }

  .footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80%; }

  .contact, .address, .copyright {
    text-align: center; }

  .socialtab {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 50%;
    margin: auto; }

  .social {
    display: none; }

  .copyright {
    margin: auto; }

  .address {
    margin: auto; }

  .contact {
    margin: auto; }

  /*****************ABOUT**************************/
  .aboutheader {
    background-image: url(images/hero2mobile.jpg);
    width: 100%;
    height: 568px;
    background-repeat: no-repeat; }

  .bannerabout {
    height: 1200px; }

  .flexabout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto; }

  .flex {
    margin: auto; }

  .headline {
    text-align: center;
    padding-left: 0px;
    padding-top: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 70px; }

  .p1 {
    text-align: center;
    padding-left: 0px;
    font-size: .75em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 80px; }

  #cat {
    display: none; }

  .parallax {
    background-attachment: scroll; }

  h4 {
    font-size: 6em; }

  .bannerabout2 {
    height: 1300px; }

  .flexabout2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: auto; }

  #food {
    text-align: center;
    width: 80%; }

  .headline2 {
    text-align: center; }

  .p2 {
    text-align: center;
    padding-top: 20px; }

  /*****************ABOUT**************************/
  /****************ROOMS**************************/
  .roomsheader {
    background-image: url(images/hero3mobile.jpg);
    width: 100%;
    height: 568px;
    background-repeat: no-repeat; }

  /****************ROOMS**************************/
  /****************CONTACT*************************/
  .contactheader {
    background-image: url(images/hero4mobile.jpg);
    width: 100%;
    height: 568px;
    background-repeat: no-repeat; }

  /****************CONTACT*************************/
  .bannerlocate {
    width: 100%;
    height: 100%;
    margin-bottom: 100px; }

  .mapmed {
    display: none; }

  .mapsmall {
    display: block;
    text-align: center; }

  .headlocate {
    font-size: 2.5em;
    text-align: center; } }

/*# sourceMappingURL=styles.css.map */