@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

body {
	font-family: Fira Sans, sans-serif;
  font-weight: 200;
	font-size: 21px;
	line-height: 1.5;
	color: #191919;
}

h1,h2,h3 {
	font-size: 3rem;
	font-weight: 700;
  margin: 34px 0 12px 0;
  line-height: 1;
  color: #61ac6f;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.8rem;
}

h5 {
  font-size: 1.3rem;
}

h6 {
  font-size: 0.8rem;
}

section.price-list ul li span,
section.price-list h3 span
 {
  float: right;
}

section.price-list h3 span {
  font-family: Fira Sans, Sans Serif;
  font-weight: 200;
  font-size: 21px;
  color: #333333;
  padding-top: 6px;
}

header {
  background-image: url("1970-gearstones-lodge.jpg");
  background-size: cover;
  background-position: center;
  height: 100vh;
  
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

header img {
  height: 30%;
  width: 30%;
  object-fit: contain;
  margin-top: -10vh;
}

/*header img.ia-icon {
  height: 30%;
  width: 30%;
  object-fit: contain;
  display: block;
}

header img.ia-text {
  height: 100%;
  width: 300px;
  display: block;
}*/

/*scroll down*/
#mouse_body {
  position: absolute;
  bottom: 1em;
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 32px;
  /* used just to add space from top */
  margin-top: 150px !important;
  /* size of the mouse body */
  height: 43px;
  width: 23px;
   /* to center in browser */
  margin: 0 auto;
}

#mouse_wheel {
  border-style: solid;
  border-width: 2px;
  border-color: #ffffff;
  border-radius: 8px;
  background-color: #ffffff;
  /* position property required to play animation  */
  position: relative; 
  height: 3px;
  width: 3px;
  /* to center wheel in mouse body */
  margin: 0 auto; 
  animation: wheel_animation 1.5s linear infinite;
}

/* include use -moz-, -webkit-, or -o- for respective browser type*/
@keyframes wheel_animation { 
  0% {
    opacity: 0;
    top: 2px;
  }
  50% {
    opacity: 1;
    top: 50%;
  }
  100% {
    opacity: 0;
    top: 33px;
  }
}

/*social icons*/
.footer-social-icons {
    width: 350px;
    display:block;
}
.social-icon {
    color: #61ac6f;
}
ul.social-icons {
    margin-top: 10px;
}
.social-icons li {
    vertical-align: top;
    display: inline;
    height: 100px;
}
.social-icons a {
    color: #61ac6f;
    text-decoration: none;
}
.fa-facebook {
    padding:10px 14px 10px 0;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition: .5s;
}
.fa-facebook:hover,
.fa-instagram:hover {
    color: #61ac6f;
    opacity: 0.6;
}

section {
  display: flex;
  flex-direction: row;
}

section:nth-child(even) {
  flex-direction: row-reverse;
}

section.full-width p {
  font-size: 1.8rem;
}

section.full-width div {
  max-width: 800px;
  text-align:center;
  margin: auto;
  width: 100% !important;
  display: block;
}

section div {
  width: 50%;
}

section div.text {
  padding: 60px;
}

section div.text p {
  padding: 12px 0;
}

section div.text ul, .footer-social-icons ul {
  padding: 0;
  list-style: none;
}

section div ul li::before {
  content: "\2022";
  color: #61ac6f;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.footer-social-icons ul li::before {
  display: none;
}

section div.text .bookaletwidget .widget {
  border: none !important;
}

section div.full-image {
  height: 100vh;
  background-image: url("img_0823-v2_blank-sky-web.png");
  background-size: cover;
  background-position: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

section div.image-2 {
  background-image: url("p4050032.jpg");
}

section div.image-3 {
  background-image: url("lodge-kitchen.jpg");
}

section div.image-4 {
  background-image: url("old-map.png");
}

section div.image-5 {
  background-image: url("image2.jpg");
}




section.footer a,
section.footer div,
footer.copyright h6 a
 {
  text-decoration: none;
  color:#61ac6f;
}

footer.copyright {
  color:#333333;
  text-align: center;
  width: 100%;
  padding: 12px;
  border-top: 1px solid rgba(106, 115, 94, 0.39);
}

footer.copyright h5 {
  font-size: 0.7em;
}

@media (max-width: 1024px) {
  
}


@media (max-width: 800px) {
  body {
    font-size: 16px;
  }
  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 24px;
  }
  
  header,
  section div.full-image {
    height: 80vw;
  }
  
  header img {
  height: 50%;
  width: 50%;
}
  
  #mouse_body {
    display:  none;
  }
  
  section {
    display:  block;
  }
  
  section div {
    width: 100%;
  }
  
  section div.text {
    padding: 24px;
  }
  
  section.price-list h3 span {
  font-size: 16px;
}

}



