body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #7a7a7a;
  overflow-x: hidden;
}

h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 140px;
}

h2 {
  font-family: neue-haas-grotesk-text, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #2E2E2E;
}

.bottomspacer {
  margin-bottom: 5%;
}

.custom-button {
  background-color: #FFB87A;
  color: #583211;
  border: #FFB87A 0.5px solid;
  width: 100%;
  margin-top: 10%;
  font-size: 15px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
  padding: 3%;
  border-radius: 5px;
  text-align: center;
}

.nav-item a {
  color: black;
  text-decoartion: none;
}

a {
  text-decoration: none !important;
}

.nav-item li {
  color: black;
  text-decoration: none;
}

.nav-item li:visited {
  color: black;
}

header {
  display: flex;
  padding: 2% 5% 0 5%;
  width: 100%;
}
header img {
  align-self: start;
}
header button {
  align-self: flex-end;
}
header nav {
  margin-left: auto;
}

.desktop-header {
  margin-left: 100px;
  margin-top: 30px !important;
}

.logo {
  background-color: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  transition: 0.25s ease-in-out;
}
.logo img {
  transform: rotate(-45deg);
  transition: 0.5s ease-in-out;
}
.logo :hover {
  transform: rotate(315deg);
  transition: 0.25s ease-in-out;
}

.navbar {
  display: none;
}

.hero-section header {
  display: flex;
  flex-flow: row nowrap;
}
.hero-section .desktopnav {
  width: 25%;
}

.navbar-nav {
  margin-top: 10%;
}

.mainnav {
  margin-top: 1%;
  padding: 5%;
  background-color: rgba(255, 255, 255, 0.85);
  min-width: fit-content();
}
.mainnav li {
  font-size: 25px;
  list-style-type: none;
  text-align: right;
  white-space: nowrap;
}
.mainnav a {
  text-decoration: none;
}
.mainnav a:visited {
  color: black;
}
.mainnav hr {
  margin: 1%;
  color: black;
}

.burger {
  background-color: transparent;
  border: 0;
  color: black;
  font-size: 35px;
  cursor: pointer;
  align-self: flex-end;
}

.hero {
  display: flex;
  flex-flow: column wrap;
}
.hero h1 {
  font-size: 60px;
  width: 70%;
  padding-left: 2%;
  color: white;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: -5%;
}
.hero h1 a {
  color: white;
}
.hero h1 span {
  color: #FFF16E;
}

.hero_E {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
}
.hero_E h1 {
  font-size: 70px;
  width: 70%;
  margin: 1% 0 0 0;
  align-self: center;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 2%;
}
.hero_E h1 a {
  color: white;
}
.hero_E h1 span {
  color: #FFF16E;
}

.heroimage {
  background-image: url("/images/welcometruck.jpg");
  background-size: cover;
  background-position: 20%;
  background-repeat: no-repeat;
  max-width: 110%;
  height: 100vh;
}

.heroimage_E {
  background-image: url("/images/frozenfalls.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 110%;
  height: 100vh;
}

.heroimage_C {
  background-image: url("/images/leaningdoor.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 110%;
  height: 100vh;
}

.heroimage_J {
  background-image: url("/images/midconstruction.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 110%;
  height: 100vh;
}

.heroimage_A {
  background-image: url("/images/truck.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 110%;
  height: 100vh;
}

.contained-aboutus {
  background-image: url(/images/aboutus2.jpg);
  z-index: -5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.img-fit {
  object-fit: cover;
}

.landing-image-gallery {
  height: 500px;
}

.sectionone {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 5%;
}
.sectionone img {
  width: 25%;
}
.sectionone h2 {
  width: 50%;
  padding-left: 5%;
  font-size: 36px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 600;
}

.mid-pic {
  background-image: url("../images/greenery.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  height: 200px;
  width: 60%;
  position: absolute;
  margin-top: -5%;
}

.sectiontwo {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5% 0 5% 0;
  background-color: #E2F0FF;
}
.sectiontwo img {
  width: 25%;
  height: 90%;
}
.sectiontwo h2 {
  width: 70%;
  padding-right: 5%;
  text-align: right;
  font-size: 32px;
  font-family: "Neue Haas Grotesk Display Pro", sans-serif;
  font-weight: 600;
}

.carousel-caption {
  bottom: 0 !important;
}

.carousel-inner {
  background-color: #edffec !important;
}

/*.blur {
	position: absolute;
	width: 100%;
	height: 100%;
	backdrop-filter: blur(20px);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}*/
.carousel-indicators {
  margin-bottom: 0 !important;
}

.sectionfour {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-flow: column wrap;
  background-color: #EDFFEC;
}
.sectionfour h2 {
  text-align: center;
  margin: 10% 0 0 0;
}
.sectionfour button {
  background-color: black;
  color: white;
  border: black;
  padding: 1% 2% 1% 2%;
  font-size: 25px;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
}

.carousel-item img {
  object-fit: contain !important;
}

.carousel-item {
  height: 700px;
}

.carousel-item.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item-prev {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item-next {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-item-start {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.4);
}

footer {
  display: flex;
  flex-flow: column wrap;
  height: 300px;
  background-color: #001612;
  color: white;
  font-size: 15px;
  justify-content: space-between;
}
footer p {
  align-self: center;
  font-size: 15px;
}
footer h3 {
  font-size: 15px;
}
footer .toprow {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-evenly;
  align-content: center;
  width: 100vw;
  padding-top: 3%;
}
footer #footerlinks {
  display: flex;
  flex-flow: column wrap;
}
footer #footerlinks a {
  text-decoration: none;
  color: white;
  font-size: 15px;
}
footer img {
  width: 10%;
  align-self: center;
}

.row {
  display: flex;
  flex-flow: row wrap;
  width: 100vw;
  margin-top: 5%;
}

.box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: center;
  width: 33%;
  transition: transform 0.25s ease-in-out;
}
.box img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.box a {
  width: 50%;
  color: black;
  text-decoration: none;
  font-size: 25px;
  margin-top: 2%;
}
.box a:hover {
  color: #7569ff;
}
.box hr {
  color: black;
  width: 50%;
}
.box li {
  color: black;
}

.box:hover {
  transform: scale(1.05);
}

.blogbox {
  margin: 5% 5% 0 5%;
  /*	#imgPost {
  */
  /*display: block;
  	margin-left: auto;
  	margin-right: auto;
  	width: 40%;
  }*/
}
.blogbox h2 {
  font-weight: bold;
}
.blogbox h1 {
  font-weight: 600 !important;
}
.blogbox .blogcopy {
  margin: 2% 5% 5% 0;
  color: black !important;
}
.blogbox .bodycopy p {
  font-family: century-gothic, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #001740;
}

.enableBlur {
  backdrop-filter: blur(2px);
}

.blur-backdrop {
  width: 100%;
  height: 100%;
  position: absolute;
  backdrop-filter: blur(10px);
  top: 0;
  z-index: -10;
}

.fiftyrow {
  display: flex;
  flex-flow: row nowrap;
  width: 100vw;
  justify-content: center;
}
.fiftyrow .fiftybox {
  display: flex;
  flex-flow: column nowrap;
  width: 30%;
  margin: 5%;
}

.hero_C {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
}
.hero_C h1 {
  font-size: 50px;
  width: 70%;
  align-self: center;
  color: black;
  text-align: center;
  padding: 2%;
}
.hero_C h1 a {
  color: white;
}
.hero_C h1 span {
  color: #FFF16E;
}

.error {
  font-size: 15px;
  color: red;
}

#pnlForm {
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}

.contact-content {
  display: block !important;
}

#contactusform {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-content: center;
  width: 75%;
  margin-right: auto;
  margin-left: auto;
}
#contactusform input {
  background-color: #E2F0FF;
  border: #BEDDFF solid 1px;
  color: #3A76B9;
  margin-top: 1%;
  font-size: 20px;
  padding: 2%;
}
#contactusform textarea {
  background-color: #E2F0FF;
  border: #BEDDFF solid 1px;
  color: #3A76B9;
  font-size: 20px;
  padding: 2%;
  margin-top: 1%;
}
#contactusform #pnlForm button {
  background-color: #FFB87A;
  border: #FFB87A 1px solid;
  color: white;
  padding: 1% 3%;
  font-size: 20px;
  margin-bottom: 5%;
  align-self: center;
  margin-top: 1%;
}
#contactusform #fname {
  width: 100%;
  display: block !important;
}
#contactusform #email {
  width: 100%;
  display: block !important;
}
#contactusform #subject {
  width: 100%;
  display: block !important;
}
#contactusform #message {
  width: 100%;
  display: block !important;
}

#readmore {
  margin: 5%;
  font-weight: bold;
}

.newblogdisplay {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #7a7a7a;
  margin: 0 2% 0 2%;
  align-content: center;
}
.newblogdisplay img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.newblogdisplay > div > div {
  width: 100%;
  align-self: center;
  margin-right: auto;
  margin-left: auto;
}
.newblogdisplay > div > div:nth-of-type(2) {
  padding: 1% 2% 0.5% 2%;
}
.newblogdisplay > div {
  width: 29%;
  margin: 0 2% 5% 2%;
}
.newblogdisplay h3 {
  font-size: 20px;
}
.newblogdisplay a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  line-height: 1.6;
  color: #7a7a7a;
  font-weight: bold;
  margin-bottom: 0.5%;
  color: black;
}
.newblogdisplay .readmore-link {
  font-size: 15px;
  text-align: right;
  text-decoration: underline;
  font-weight: normal;
}
.newblogdisplay p {
  display: -webkit-box;
  overflow: hidden;
  font-size: 1rem;
  line-height: 1.5;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: darkgrey;
}

#imgPost {
  height: 400px;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  margin-top: 5%;
  margin-right: auto !important;
}

.blogbox h3 {
  margin-bottom: 2%;
  font-size: 20px;
}

.bloglinks {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 10% 0 10% 0;
}
.bloglinks a {
  font-family: century-gothic, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #001740;
  text-decoration: none;
  color: #001740;
  font-size: 25px;
  padding: 5%;
}
.bloglinks a:hover {
  color: #FF7272;
}

.headerbkground {
  background-color: #E2F0FF;
  height: 250px;
  position: absolute;
  top: 0;
  z-index: -10;
  left: 0;
  right: 0;
}

.cottage-header {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 140px;
  font-size: 70px;
  margin-bottom: 1rem;
  margin-top: -75px;
}

.spacer {
  width: 100%;
  height: 10px;
}

.content-padding {
  padding-left: 5%;
  padding-right: 5%;
}

.cottage-img-fit {
  width: 600px;
  height: 300px;
  object-fit: cover;
}

.cottage-list-table td {
  font-size: 25px;
}
.cottage-list-table thead th {
  display: none !important;
}
.cottage-list-table tbody {
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.cottage-list-table tbody tr {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.cottage-list-table tbody tr button {
  justify-content: flex-end;
  background-color: transparent;
  border: none;
}
.cottage-list-table tbody tr button a {
  color: black;
}

.cottage-module {
  display: flex;
  flex-flow: row wrap;
}

.policies > div {
  width: 50%;
}
.policies ul {
  list-style-type: none;
}
.policies ul i {
  color: #3F6547;
  width: 10%;
}
.policies ul li {
  font-size: 1rem;
}

.policy-list {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  list-style-type: none;
  padding-left: 0 !important;
}
.policy-list li {
  width: 50%;
}
.policy-list li > span {
  font-weight: bold;
  transform: scale(1.5);
  color: #3F6547;
  padding-right: 20.5px;
}
.policy-list li > i {
  color: #3F6547;
  width: 10%;
}

#frm {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
}
#frm input {
  width: 100%;
  border: #3A76B9 0.5px solid;
  background-color: #E2F0FF;
  margin: 2% 0;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 10px;
}
#frm .select_padding {
  padding: 0.6rem !important;
}
#frm #btnSave {
  background-color: #FFB87A;
  color: white;
  border: #FFB87A 0.5px solid;
  width: 100%;
  margin-top: 5%;
  font-size: 20px;
  transition: 0.5s ease-in-out;
  padding: 1%;
}
#frm .policies ui li {
  font-size: 0.75rem;
}
#frm #btnSave:hover {
  background-color: #EDFFEC;
  transition: 0.5s ease-in-out;
  color: #3F6547;
  border: #3F6547 0.5px solid;
}

#frm {
  display: flex;
  flex-flow: row wrap;
}
#frm .input_50 {
  width: 50%;
}
#frm .input_25 {
  width: 25%;
}
#frm .input_100 {
  width: 100%;
}
#frm .form-reserve-header {
  width: 100%;
}
#frm .reserveform_sm {
  width: 50%;
  border: black 0.5px solid;
  background-color: white;
  margin: 5% 0;
  padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 5px;
}
#frm .reserveform {
  width: 100%;
  border: #1b6fc7 0.5px solid;
  background-color: #E2F0FF;
  margin: 10px 0;
  padding-top: 3%;
  padding-bottom: 3%;
  border-radius: 5px;
}
#frm #fromDate {
  border-radius: 5px 0 0 5px;
}
#frm #toDate {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#frm #ddlExpMonth {
  border-radius: 5px 0 0 5px;
}
#frm #ddlExpYear {
  border-radius: 0 5px 5px 0;
  border-left: none;
}
#frm select {
  width: 100% !important;
  border: #1b6fc7 0.5px solid;
  background-color: #E2F0FF;
  margin: 10px 0;
  align-self: flex-end;
  border-radius: 5px;
  padding-left: 10px;
}
#frm button {
  background-color: #FFB87A;
  color: #583211;
  border: #FFB87A 0.5px solid;
  width: 100%;
  margin-top: 10%;
  font-size: 15px;
  font-weight: bold;
  transition: 0.5s ease-in-out;
  padding: 3%;
  border-radius: 5px;
}
#frm button:hover {
  background-color: #EDFFEC;
  transition: 0.5s ease-in-out;
  color: #3F6547;
  border: #3F6547 0.5px solid;
}

.avail {
  width: 25%;
  background-color: #EBEBEB;
  border: #EBEBEB 1px solid;
  border-radius: 15px;
  padding: 2% 2% 0 2%;
  font-size: 15px;
}
.avail h3 {
  color: #3A76B9;
}

.cottage-image {
  width: 70%;
  object-fit: cover;
  border-radius: 25px;
  max-height: 700px;
}

.cottageDescription {
  margin: 0 0 7.5% 0;
}

.reserve-hero-button {
  background-color: white;
  text-decoration: none;
  font-family: Inter, sans-serif;
  color: black;
  border: 2px solid white;
  border-radius: 10px;
  width: 25vw;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 1rem;
  font-size: 1.25vw;
  transition: 0.25s ease-in-out;
}
.reserve-hero-button:hover {
  color: #4caf50 !important;
}

.cottage-background {
  background-color: #E2F0FF;
  padding: 5%;
}

.cottage-page-image {
  height: 600px;
  object-fit: cover;
  border-radius: 0px;
}

.bluetreeline {
  margin: 5% -6% -6% -6%;
}

.cottage-end-section button {
  background-color: black;
  color: white;
  border: black;
  padding: 1% 2% 1% 2%;
  font-size: 25px;
  width: 35%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3%;
}

.cottage-desc {
  width: 60%;
}

.ui-widget {
  font-size: 0.5em !important;
}

@media screen and (min-width: 1026px) and (max-width: 1500px) {
  .hero-section .desktopnav {
    width: 25%;
  }
}
@media screen and (min-width: 1026px) and (max-width: 1250px) {
  .box {
    width: 50%;
  }

  .newblogdisplay > div {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 1025px) {
  .cottage-image {
    width: 100%;
  }

  .cottage-header {
    margin-top: 0;
    font-size: 50px;
  }

  .avail {
    width: 100%;
    margin-top: 3rem;
  }

  .policy-list li {
    width: 100%;
  }

  .policies > div {
    width: 100%;
  }

  h2 {
    font-size: 24px;
  }

  .mid-pic {
    width: 45%;
  }

  .hero-section .desktopnav {
    width: 50%;
  }

  .hero h1 {
    font-size: 60px;
  }

  .box {
    width: 50%;
  }

  .newblogdisplay > div {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
}
@media screen and (max-width: 850px) {
  .contained-aboutus {
    display: none;
  }

  .blur-backdrop {
    backdrop-filter: blur(0);
  }

  #frm #ddlExpYear {
    border-left: solid 1px #1b6fc7;
    border-radius: 5px;
  }

  .carousel-item img {
    object-fit: contain !important;
    width: 100%;
  }

  .cottage-image {
    width: 100%;
  }

  .avail {
    width: 100%;
    margin-top: 3rem;
  }

  .policies > div {
    width: 100%;
  }

  h2 {
    font-size: 20px;
  }

  .box {
    width: 50%;
  }
  .box img {
    height: 250px;
  }

  .newblogdisplay > div {
    width: 46%;
    margin: 0 2% 4% 2%;
  }

  .policy-list li {
    width: 100%;
  }

  .cottage-page-image {
    height: 600px;
    object-fit: cover;
    border-radius: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .reserve-hero-button {
    font-size: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 50vw;
  }
}
@media screen and (max-width: 600px) {
  .heroimage_A {
    background-position: 80% center;
  }

  .desktop-header {
    display: none;
  }

  .navbar-brand {
    background-color: rgba(0, 0, 0, 0.5);
    transform: rotate(45deg);
    height: 75px;
    width: 75px !important;
    margin: 1rem 0 0 1rem;
  }
  .navbar-brand img {
    transform: rotate(-45deg);
  }

  .reserve-hero-button {
    font-size: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 90vw;
  }

  .cottage-image {
    width: 100%;
  }

  .avail {
    width: 100%;
    margin-top: 3rem;
  }

  .policies > div {
    width: 100%;
  }

  .policy-list li {
    width: 100%;
  }

  .spacer {
    width: 100%;
    height: 200px;
  }

  .newblogdisplay > div {
    width: 100%;
    margin: 0 3% 10% 3%;
  }

  .blog {
    margin-top: 10%;
  }

  body {
    margin: -1%;
  }

  .hero {
    display: block;
    width: 100%;
    height: 60vh;
  }
  .hero h1 {
    font-size: 25px;
  }

  .heroimage {
    width: 101vw;
  }

  .heroimage_E {
    width: 101vw;
  }

  .heroimage_A {
    width: 101vw;
  }

  .hero_E {
    display: block;
    width: 100%;
    height: 60vh;
  }
  .hero_E h1 {
    font-size: 35px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .hero_C {
    display: block;
    width: 100%;
  }
  .hero_C h1 {
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }

  .logo {
    display: none;
  }

  .desktopnav {
    display: none;
  }

  .navbar {
    display: flex;
    flex-flow: row wrap;
  }
  .navbar hr {
    margin: 0;
    color: black;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .navbar .navbar-brand {
    width: 50%;
  }
  .navbar .navbar-brand img {
    width: 35%;
  }
  .navbar .nav-item {
    font-size: 15px;
  }
  .navbar .nav-item a {
    color: black;
    padding-left: 2%;
    font-weight: 300;
  }
  .navbar .navbar-nav {
    background-color: rgba(250, 250, 250, 0.8);
  }

  .sectionone {
    flex-flow: column wrap;
    margin-bottom: 5%;
  }
  .sectionone h2 {
    width: 80%;
    font-size: 25px;
    margin-bottom: 10%;
  }
  .sectionone img {
    width: 75%;
    height: 300px;
    object-fit: cover;
  }

  .mid-pic {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
    margin-top: 15%;
    height: 100px;
    object-fit: cover;
  }

  .sectiontwo {
    flex-flow: column wrap;
    background-color: transparent;
  }
  .sectiontwo h2 {
    width: 80%;
    font-size: 25px;
    text-align: left;
  }
  .sectiontwo img {
    width: 75%;
    margin-bottom: 10%;
    height: 300px;
    object-fit: cover;
  }

  .sectionfour {
    align-content: flex-start;
    flex-flow: column nowrap;
  }
  .sectionfour img {
    width: 100%;
  }
  .sectionfour button {
    margin: 3% 20% 3% 20%;
    font-size: 15px;
    padding: 5%;
    width: inherit;
  }
  .sectionfour h2 {
    font-size: 20px;
    width: 100%;
  }

  .cottage-end-section {
    align-content: flex-start;
    flex-flow: column nowrap;
  }
  .cottage-end-section button {
    margin: 3% 20% 3% 20%;
    font-size: 15px;
    padding: 5%;
    width: inherit;
  }
  .cottage-end-section h2 {
    font-size: 20px;
    width: 100%;
  }

  .cottage-page-image {
    width: 100%;
  }

  .cottage-desc {
    width: 100%;
  }

  .cottage-background > div {
    margin-top: 15%;
  }

  .w-100 {
    height: 100%;
  }

  .row {
    flex-flow: column nowrap;
    width: inherit;
  }

  .box {
    width: 100%;
    margin-top: 10%;
  }
  .box img {
    width: 100%;
  }
  .box a {
    width: 80%;
  }
  .box hr {
    width: 80%;
  }

  .fiftyrow {
    flex-flow: column wrap;
    align-items: center;
  }
  .fiftyrow .fiftybox {
    font-size: 15px;
  }

  #contactusform {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
    width: 75%;
    margin-right: auto;
    margin-left: auto;
  }
  #contactusform input {
    background-color: #E2F0FF;
    border: #BEDDFF solid 1px;
    color: #3A76B9;
    margin-bottom: 3%;
    font-size: 20px;
    padding: 2%;
  }
  #contactusform textarea {
    background-color: #E2F0FF;
    border: #BEDDFF solid 1px;
    color: #3A76B9;
    font-size: 20px;
    padding: 2%;
    margin-bottom: 3%;
  }
  #contactusform button {
    background-color: #FFB87A;
    border: #FFB87A 1px solid;
    color: white;
    padding: 1% 3%;
    font-size: 20px;
    margin-bottom: 5%;
  }
  #contactusform #fname {
    width: 100%;
    margin-right: 0;
  }
  #contactusform #email {
    width: 100%;
    margin-left: 0;
  }
  #contactusform #subject {
    width: 100%;
  }
  #contactusform #message {
    width: 100%;
  }

  footer {
    height: inherit;
    text-align: center;
    font-size: 15px;
  }

  footer .toprow {
    flex-flow: column wrap;
  }

  footer p {
    margin-top: 5%;
  }

  footer img {
    width: 25%;
    margin-bottom: 5%;
  }
}
/* Fancybox Custom Styling */
#fancyConfirm_Box {
  padding: 2rem;
}

.fancybox-inner {
  height: auto !important;
}

#fancyConfirm_Buttons input {
  border-radius: 10px !important;
  border: none !important;
  color: white;
  background-color: darkgrey;
  margin-top: 1rem;
  padding: 2px 16px;
  transition: 0.25s ease;
}
#fancyConfirm_Buttons input:hover {
  background-color: dimgrey;
}

#fancyConfirm_Title {
  margin-bottom: 1rem;
  font-size: 22px;
}

#booking-confirmation {
  padding: 1rem;
}

/*# sourceMappingURL=styles.css.map */
