* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 16px;
}

.home-nav {
  width: 980px;
  height: 100px;
  color: #fff;
  margin: 0 auto;
  border-bottom: 3px #fff solid;
  font-family: gill-sans-nova, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
}
.home-nav .logo {
  border: 2px solid #fff;
  padding: 5px;
  width: max-content;
  color: #fff;
}
.home-nav .links {
  display: block;
  position: absolute;
  right: 0;
}
.home-nav .links a {
  color: #fff;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 15px;
  border-right: 1px solid #79addc;
}
.home-nav .links #lastLink {
  border: none;
  padding-right: 0;
}
.home-nav .icon {
  display: none;
}
.home-nav #mobLinks {
  display: none;
}

@media all and (max-width: 900px) {
  .home-nav {
    width: 100%;
    flex-direction: columnn;
    overflow: hidden;
    position: relative;
    border-bottom: none;
    display: flex;
  }
  .home-nav .logo {
    margin: 3%;
  }
  .home-nav #mobLinks {
    height: 100px;
    text-align: center;
    background-color: #79addc;
    padding-right: 25px;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 15%;
    left: 0;
  }
  .home-nav #compLinks {
    display: none;
  }
  .home-nav .icon {
    display: block;
    position: absolute;
    font-size: 20px;
    padding-right: 15px;
    right: 0;
  }
}
.content-nav {
  width: 980px;
  height: 100px;
  color: #000;
  margin: 0 auto;
  border-bottom: 3px #000 solid;
  font-family: gill-sans-nova, sans-serif;
  display: flex;
  align-items: center;
  position: relative;
}
.content-nav .logo {
  border: 2px solid #000;
  padding: 5px;
  width: max-content;
}
.content-nav .links {
  display: block;
  position: absolute;
  right: 0;
}
.content-nav .links a {
  color: #000;
  text-decoration: none;
  padding-left: 10px;
  padding-right: 15px;
  border-right: 1px solid #79addc;
}
.content-nav .links #lastLink {
  border: none;
  padding-right: 0;
}
.content-nav .icon {
  display: none;
}
.content-nav #mobLinks {
  display: none;
}

@media all and (max-width: 900px) {
  .content-nav {
    width: 100%;
    flex-direction: columnn;
    overflow: hidden;
    position: relative;
    border-bottom: none;
    display: flex;
    color: #000000;
  }
  .content-nav .logo {
    margin: 3%;
    color: #000;
  }
  .content-nav #mobLinks {
    height: 100px;
    text-align: center;
    background-color: #fff;
    padding-right: 25px;
    border: none;
    font-size: 20px;
    position: absolute;
    top: 15%;
    left: 0;
  }
  .content-nav #compLinks {
    display: none;
  }
  .content-nav .icon {
    display: block;
    position: absolute;
    font-size: 20px;
    margin-right: 15px;
    right: 0;
    padding: 2px;
  }
}
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/hero-plane-image.png");
  height: 60%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}

h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 200;
}

.heroText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
}
.heroText button {
  background-color: #79addc;
  color: #fff;
  border: none;
  padding: 10px;
}

.hero-tours {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/tours-hero.png");
  height: 200px;
  width: 980px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin: 50px auto;
}
.hero-tours h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 200;
  font-size: 60px;
}
.hero-tours .heroText {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: gill-sans-nova, sans-serif;
}

@media all and (max-width: 900px) {
  .hero-tours {
    margin: 0 auto;
    width: 100%;
  }
}
.hero-tour {
  height: 413px;
  width: 980px;
  position: relative;
  margin: 50px auto;
  color: #fff;
  font-family: proxima-nova, sans-serif;
}
.hero-tour .hero-tour-text {
  position: absolute;
  top: 18px;
  left: 30px;
  font-size: 80px;
}
.hero-tour .hero-tour-price {
  position: absolute;
  margin-bottom: 0;
  bottom: 5px;
  right: 5px;
  font-size: 20px;
  text-transform: uppercase;
}

#israel {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/israel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#america {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/america.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#australia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/australia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#new-zealand {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/new-zealand.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#france {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/france.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#egypt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/egypt.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#japan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/japan.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#canada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/canada.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#uae {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/uae.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 900px) {
  .hero-tour {
    margin: 0 auto;
    width: 100%;
  }
}
.destinationContainer {
  width: 980px;
  height: 304px;
  position: relative;
  top: -50px;
  display: flex;
  align-content: center;
  justify-content: space-between;
  margin: 0 auto;
}
.destinationContainer .destination {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 236px;
  height: 304px;
  font-family: proxima-nova, sans-serif;
}
.destinationContainer .destination .inside {
  margin: auto;
  padding: 49px 0;
  font-size: 20px;
}
.destinationContainer .destination .inside p {
  font-size: 18px;
  padding-bottom: 20px;
}
.destinationContainer .destination .inside button {
  width: 133px;
  background-color: #79addc;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  border-style: none;
  cursor: pointer;
}
.destinationContainer #israel {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/israel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.destinationContainer #america {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/america.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.destinationContainer #australia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/australia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 900px) {
  .destinationContainer {
    width: 100%;
    flex-direction: column;
    min-height: 920px;
  }
}
.bookingForm {
  width: 980px;
  margin: 0 auto;
  font-family: gill-sans-nova, sans-serif;
  font-weight: 200;
}
.bookingForm h1 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}
.bookingForm input,
.bookingForm option,
.bookingForm select,
.bookingForm textarea {
  border: solid 1px #79addc;
  height: 50px;
  padding-left: 10px;
}
.bookingForm .twoSplit {
  display: flex;
  margin-bottom: 2%;
}
.bookingForm .twoSplit .short {
  width: 37%;
  margin-right: 3%;
}
.bookingForm .twoSplit .long {
  width: 60%;
}
.bookingForm .singleSplit {
  display: flex;
  align-items: center;
  margin-bottom: 2%;
}
.bookingForm .singleSplit label {
  width: 20%;
}
.bookingForm .singleSplit .extraLong {
  width: 80%;
}
.bookingForm .threeSplit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2%;
  width: 100%;
}
.bookingForm .threeSplit .split .num {
  width: 10vw;
  margin-left: 20px;
}
.bookingForm .largeBox {
  width: 100%;
  height: 250px;
  margin-bottom: 5%;
  padding-top: 10px;
  resize: none;
}
.bookingForm .button {
  width: 100%;
  background-color: #79addc;
  color: #fff;
  border-radius: 20px;
}

@media all and (max-width: 900px) {
  .bookingForm {
    width: 80%;
  }
  .bookingForm .twoSplit {
    flex-direction: column;
  }
  .bookingForm .twoSplit .short,
.bookingForm .twoSplit .long {
    width: 100%;
    margin-bottom: 2%;
  }
  .bookingForm .singleSplit label {
    width: 30%;
  }
  .bookingForm .singleSplit .extraLong {
    width: 70%;
    float: right;
  }
  .bookingForm .threeSplit {
    flex-direction: column;
  }
  .bookingForm .threeSplit .split {
    width: 100%;
    margin-top: 2%;
  }
  .bookingForm .threeSplit .split .num {
    float: right;
    width: 75%;
  }
  .bookingForm .largeBox {
    margin-top: 2%;
  }
}
footer {
  width: 100%;
  height: 10%;
  background-color: #79addc;
  color: #fff;
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: gill-sans-nova, sans-serif;
  position: relative;
}
footer .logo {
  border: 2px solid #fff;
  width: max-content;
  padding: 5px;
  position: absolute;
  left: 5%;
}
footer .social {
  position: absolute;
  right: 5%;
  font-size: 25px;
}
footer .social span {
  margin-left: 15px;
}

@media all and (max-width: 900px) {
  footer {
    height: max-content;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  footer .logo {
    position: static;
    margin: 0 auto;
  }
  footer p {
    padding-top: 20px;
  }
  footer .social {
    position: static;
  }
  footer .social span {
    margin-left: 0;
    font-size: 30px;
  }
}
.about {
  margin-top: 110px;
  margin-bottom: 180px;
  width: 980px;
  margin: 0 auto;
  font-family: gill-sans-nova, sans-serif;
}
.about .about-header {
  padding-top: 90px;
  margin-bottom: 107px;
  font-family: proxima-nova, sans-serif;
}
.about .about-header span {
  font-weight: lighter;
  font-size: 72px;
}
.about .about-header hr {
  width: 177px;
  border: 2px solid;
  margin-bottom: 37px;
}
.about .about-header p {
  word-wrap: normal;
}
.about .about-client-quotes span {
  font-weight: lighter;
  font-size: 42px;
}
.about .about-client-quotes hr {
  width: 255px;
  border: 1px solid;
}
.about .about-client-quotes .client-quote {
  margin-top: 37px;
  margin-bottom: 37px;
  max-width: 722px;
  display: flex;
  position: relative;
}
.about .about-client-quotes .client-quote .client-quote-image {
  width: 260px;
  height: 150px;
  overflow: hidden;
  margin-right: 21px;
}
.about .about-client-quotes .client-quote .client-quote-image img {
  width: 100%;
}
.about .about-client-quotes .client-quote .client-quote-text {
  max-width: 440px;
  margin-bottom: 20px;
  font-style: italic;
}
.about .about-client-quotes .client-quote .client-quote-name {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #79addc;
  font-family: proxima-nova, sans-serif;
  font-size: 20px;
  letter-spacing: 2px;
}

@media all and (max-width: 900px) {
  .about {
    width: 90%;
  }
  .about .about-client-quotes .client-quote {
    flex-direction: column;
  }
  .about .about-client-quotes .client-quote .client-quote-image {
    margin: 0 auto;
    padding-bottom: 5px;
  }
}
.toursContainer {
  width: 980px;
  margin: 0 auto;
}
.toursContainer .toursRow {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  margin-top: 55px;
}
.toursContainer .toursRow .tour {
  margin: 0 auto;
  text-align: center;
  color: #fff;
  width: 236px;
  height: 304px;
  font-family: proxima-nova, sans-serif;
}
.toursContainer .toursRow .tour .inside {
  margin: auto;
  padding: 49px 0;
  font-size: 20px;
}
.toursContainer .toursRow .tour .inside p {
  font-size: 18px;
  padding-bottom: 20px;
}
.toursContainer .toursRow .tour .inside button {
  width: 133px;
  background-color: #79addc;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  border-style: none;
  cursor: pointer;
}
.toursContainer .toursRow #israel {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/israel.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #america {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/america.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #australia {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/australia.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #new-zealand {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/new-zealand.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #france {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/france.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #egypt {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/egypt.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #japan {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/japan.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #canada {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/canada.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.toursContainer .toursRow #uae {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/uae.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (max-width: 900px) {
  .toursContainer {
    width: 100%;
  }
  .toursContainer .toursRow {
    flex-direction: column;
    min-height: 920px;
    margin-top: 0px;
  }
  .toursContainer .toursRow .tour {
    margin-top: 35px;
  }
}
.dayLog {
  width: 980px;
  min-height: 212px;
  margin: 0 auto;
  padding-bottom: 70px;
}
.dayLog span {
  font-family: proxima-nova, sans-serif;
  font-size: 60px;
}
.dayLog hr {
  width: 177px;
  border: 2px solid;
  margin-bottom: 37px;
}
.dayLog p {
  word-wrap: normal;
  font-family: gill-sans-nova, sans-serif;
}

@media only screen and (max-width: 900px) {
  .dayLog {
    width: 95%;
  }
}
.bookButton {
  margin: 0 auto;
  width: 133px;
}
.bookButton button {
  width: 133px;
  background-color: #79addc;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  border-style: none;
}

.tourImages {
  width: 980px;
  height: 350px;
  margin: 20px auto;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
.tourImages .tourImage {
  width: 300px;
  height: 350px;
  margin: 0 auto;
}
.tourImages #israel1 {
  background-image: url("../images/israel-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #israel2 {
  background-image: url("../images/israel-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #israel3 {
  background-image: url("../images/israel-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #usa1 {
  background-image: url("../images/usa-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #usa2 {
  background-image: url("../images/usa-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #usa3 {
  background-image: url("../images/usa-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #australia1 {
  background-image: url("../images/aus-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #australia2 {
  background-image: url("../images/aus-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #australia3 {
  background-image: url("../images/aus-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #new-zealand1 {
  background-image: url("../images/nz-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #new-zealand2 {
  background-image: url("../images/nz-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #new-zealand3 {
  background-image: url("../images/nz-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #france1 {
  background-image: url("../images/france-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #france2 {
  background-image: url("../images/france-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #france3 {
  background-image: url("../images/france-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #egypt1 {
  background-image: url("../images/egypt-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #egypt2 {
  background-image: url("../images/egypt-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #egypt3 {
  background-image: url("../images/egypt-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #japan1 {
  background-image: url("../images/japan-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #japan2 {
  background-image: url("../images/japan-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #japan3 {
  background-image: url("../images/japan-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #canada1 {
  background-image: url("../images/canada-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #canada2 {
  background-image: url("../images/canada-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #canada3 {
  background-image: url("../images/canada-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #uae1 {
  background-image: url("../images/uae-tour-01.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #uae2 {
  background-image: url("../images/uae-tour-02.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tourImages #uae3 {
  background-image: url("../images/uae-tour-03.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 900px) {
  .tourImages {
    width: 100%;
    min-height: 1100px;
    flex-direction: column;
  }
}
.contactHeader {
  width: 980px;
  margin: 0 auto;
  padding-top: 50px;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
}
.contactHeader span {
  font-weight: lighter;
  font-size: 42px;
}
.contactHeader hr {
  width: 255px;
  border: 1px solid;
}

.contact-information {
  margin: 0 auto;
  width: 980px;
  display: flex;
  align-content: center;
  justify-content: center;
}
.contact-information .location {
  min-width: 50%;
}
.contact-information .location .location-map {
  max-width: 400px;
  height: 442px;
  background-image: url(../images/map.jpg);
  background-repeat: no-repeat;
  margin-top: 20px;
  margin-bottom: 20px;
}
.contact-information .location p {
  font-family: gill-sans-nova, sans-serif;
}
.contact-information .contact-form {
  min-width: 50%;
}
.contact-information .contact-form form {
  margin-top: 20px;
}
.contact-information .contact-form form input,
.contact-information .contact-form form textarea {
  background-color: #f5f5f5;
  border: none;
  min-width: 100%;
  margin-bottom: 21px;
  padding: 10px;
}
.contact-information .contact-form form input {
  height: 40px;
}
.contact-information .contact-form form textarea {
  min-height: 200px;
}
.contact-information .contact-form button {
  background-color: #79addc;
  width: 167px;
  height: 60px;
  color: #ffffff;
  border: none;
}

@media all and (max-width: 900px) {
  .contactHeader {
    width: 90%;
  }

  .contact-information {
    flex-direction: column;
    width: 90%;
  }
}
.blog-post {
  margin: 0 auto;
  width: 980px;
  margin-top: 32px;
}
.blog-post .blog-preview {
  width: 100%;
  min-height: 260px;
  position: relative;
}
.blog-post .blog-preview .blog-date {
  background-color: #79addc;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  font-family: gill-sans-nova, sans-serif;
  position: absolute;
  left: 0;
}
.blog-post .blog-preview .blog-date span {
  font-size: 22px;
  font-weight: 700;
}
.blog-post .blog-preview .blog-image {
  width: 900px;
  height: 260px;
  background-image: url(../images/placeholder.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
}
.blog-post .blog-content {
  margin-left: 80px;
  max-width: 380px;
}
.blog-post .blog-content .blog-header {
  padding-top: 20px;
}
.blog-post .blog-content .blog-text {
  color: #79addc;
}

@media all and (max-width: 900px) {
  .blog-post {
    width: 90%;
  }
  .blog-post .blog-preview {
    position: static;
  }
  .blog-post .blog-preview .blog-date {
    position: static;
    margin-bottom: 5px;
  }
  .blog-post .blog-preview .blog-image {
    position: static;
    width: 100%;
  }
  .blog-post .blog-content {
    margin-left: 0px;
    width: 100%;
  }
}
.offers-container {
  width: 980px;
  margin: 0 auto;
  margin-top: 35px;
}
.offers-container .special-offer {
  margin-bottom: 55px;
  width: 750px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
}
.offers-container .special-offer #barcelona {
  width: 200px;
  height: 287px;
  margin-right: 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/barcelona.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offers-container .special-offer #bangkok {
  width: 200px;
  height: 287px;
  margin-right: 50px;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/bangkok.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offers-container .special-offer .offer-content {
  width: 500px;
  position: relative;
}
.offers-container .special-offer .offer-content .offer-header {
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
}
.offers-container .special-offer .offer-content .offer-header .place {
  font-weight: lighter;
  font-size: 30px;
}
.offers-container .special-offer .offer-content .offer-header .discount {
  font-size: 20px;
  color: #ff7d38;
}
.offers-container .special-offer .offer-content .offer-header hr {
  width: 200px;
  border: 1px solid;
}
.offers-container .special-offer .offer-content .offer-body {
  margin-top: 22px;
  font-size: 16px;
  font-family: gill-sans-nova, sans-serif;
  max-width: 300px;
}
.offers-container .special-offer .offer-content button {
  width: 133px;
  background-color: #79addc;
  color: #fff;
  border-radius: 20px;
  padding: 10px;
  border-style: none;
  cursor: pointer;
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 900px) {
  .offers-container {
    width: 90%;
  }
  .offers-container .special-offer {
    width: 100%;
    flex-direction: column;
  }
  .offers-container .special-offer .offer-content {
    width: 100%;
    position: static;
  }
  .offers-container .special-offer .offer-content button {
    position: static;
    margin-top: 5px;
  }
}
/*Gill Sans Nova Bold

font-family: gill-sans-nova, sans-serif;

font-weight: 700;

font-style: normal;


Gill Sans Nova Bold Italic

font-family: gill-sans-nova, sans-serif;

font-weight: 700;

font-style: italic;


Gill Sans Nova Book

font-family: gill-sans-nova, sans-serif;

font-weight: 400;

font-style: normal;


Gill Sans Nova Book Italic

font-family: gill-sans-nova, sans-serif;

font-weight: 400;

font-style: italic;


Gill Sans Nova Deco Regular

font-family: gill-sans-nova-deco, sans-serif;

font-weight: 400;

font-style: normal;


Gill Sans Nova Inline Bold

font-family: gill-sans-nova-inline, sans-serif;

font-weight: 700;

font-style: normal;


Gill Sans Nova Inline Regular

font-family: gill-sans-nova-inline, sans-serif;
font-weight: 400;
font-style: normal;


Gill Sans Nova Shadowed Light

font-family: gill-sans-nova-shadowed, sans-serif;

font-weight: 300;

font-style: normal;


Gill Sans Nova Shadowed Medium

font-family: gill-sans-nova-shadowed, sans-serif;

font-weight: 500;

font-style: normal;


Gill Sans Nova Shadowed Outline

font-family: gill-sans-nova-shadowed-outl, sans-serif;

font-weight: 400;

font-style: normal;


Gill Sans Nova ExtraCondensed Bold

font-family: gill-sans-nova-extra-condens, sans-serif;

font-weight: 700;

font-style: normal;


Gill Sans Nova Condensed Bold

font-family: gill-sans-nova-condensed, sans-serif;

font-weight: 700;

font-style: normal;


Gill Sans Nova Condensed Bold Italic

font-family: gill-sans-nova-condensed, sans-serif;

font-weight: 700;

font-style: italic;


Gill Sans Nova Condensed Book

font-family: gill-sans-nova-condensed, sans-serif;

font-weight: 400;

font-style: normal;


Gill Sans Nova Condensed Book Italic

font-family: gill-sans-nova-condensed, sans-serif;

font-weight: 400;

font-style: italic;


Gill Sans Nova Inline Condensed

font-family: gill-sans-nova-inline-conden, sans-serif;

font-weight: 400;

font-style: normal;*/

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