@import url("https://fonts.googleapis.com/css?family=Poppins:300&display=swap");

html,
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

body {
  background-color: #3d404d;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 24px;
  color: white;
  font-weight: 300;
}

p:last-of-type {
  margin: 0;
}

a {
  color: white;
}

img {
  width: 100%;
}

.wrapper {
  display: block;
}

.wrapper-inner {
  margin: 0 auto;
  text-align: center;
  height: 95%;
  height: calc(100% - 55px);

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;

  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.wrapper__logo {
  margin-top: auto;
}

.wrapper__description {
  margin-top: 1rem;
}


/*  ############
 lap/desk larger */
@media only screen and (min-width: 897px) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape.jpg");
  }

  .wrapper__logo {
    max-width: 760px;
    min-width: 200px;
  }

  .wrapper__logo img {
    width: 200px;
    height: 308px;
  }

  .wrapper__description {
    max-width: 760px;
  }

  .wrapper-inner {
    width: 100%;
    height: calc(100% - 70px);
  }

  a {
    border-bottom: 1px solid white;
    text-decoration: none;
  }
}



/*  ############
 tablet landscape  */
@media only screen and (min-width: 1024px) and (max-width: 1099px) and (max-height: 768px) {
  body {
    background-position: center;
    background-image: url("../images/yala-luxury-tent-lodges-landscape-ls.jpg");
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 150px;
    height: 231px;
  }
}







/*  ############
 mobile/small */
@media only screen and (max-width: 896px) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile.jpg");
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }

  a {
    text-decoration: underline;
  }

  .wrapper-inner {
    width: 80%;
    height: calc(100% - 60px);
  }

  .wrapper__logo {
    min-width: 140px;
  }

  .wrapper__logo img {
    width: 140px;
    height: 216px;
  }

  .wrapper__description {
    margin-top: 1rem;
  }
}




/*  ############
 tablet portrait  */
@media only screen and (min-width: 768px) and (max-width: 829px) and (max-height: 1024px) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile.jpg");
    background-position: center bottom;
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 150px;
    height: 231px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 829px) and (orientation : portrait) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile.jpg");
    background-position: center bottom;
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 150px;
    height: 231px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 829px) and (orientation : landscape) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile-ls.jpg");
    background-position: center center;
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 150px;
    height: 231px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (min-device-width: 830px) and (max-device-width: 1024px) and (orientation : portrait) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile.jpg");
    background-position: center bottom;
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 150px;
    height: 231px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }
}

@media only screen and (min-device-width: 830px) and (max-device-width: 1024px) and (orientation : landscape) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape.jpg");
    background-position: center center;
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 150px;
    height: 231px;
  }

  p {
    font-size: 16px;
    line-height: 1.4;
  }
}


/*  ############
 phone landscape  */
@media only screen and (min-width: 600px) and (max-width: 896px) and (min-height: 375px) and (max-height: 414px) {

  body {
    background-position: center center;
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile-ls.jpg");
  }

  p {
    font-size: 14px;
    line-height: 1.35;
  }

  .wrapper__logo {
    min-width: 110px;
    margin-top: 40px;
  }

  .wrapper__logo img {
    width: 110px;
    height: 170px;
  }

  .wrapper__description {
    margin-top: 0.5rem;
  }
}



/*  ############
 palm/smallest */
@media only screen and (max-width: 412px) {
  body {
    background-image: url("../images/yala-luxury-tent-lodges-landscape-mobile.jpg");
  }

  p {
    font-size: 14px;
    line-height: 1.35;
  }

  a {
    text-decoration: underline;
  }

  .wrapper-inner {
    width: 88%;
    height: calc(100% - 40px);
  }

  .wrapper__logo {
    min-width: 150px;
  }

  .wrapper__logo img {
    width: 100px;
    height: 154px;
  }

  .wrapper__description {
    margin-top: 0.75rem;
  }
}

@media only screen and (max-width: 370px) {
  .wrapper-inner {
    width: 90%;
  }

  p {
    font-size: 13px;
    line-height: 1.3;
  }
}

/*  ############
 Internet Explorer versions 10+ */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .wrapper-inner {
    display: table;
    width: 720px;
    padding-top: 200px;
  }

  .wrapper__logo,
  .wrapper__description {
    display: table-row;
  }

  .wrapper__logo {
    height: 339px;
  }
}
