/*Colors*/
/*Responsive Design Breakpoints*/
/*Background Images*/
* {
  box-sizing: border-box;
  margin: 0rem;
  padding: 0rem;
}

body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.header-page {
  display: flex;
  justify-content: space-around;
  background-color: #FFFFFF;
  align-items: baseline;
  margin: 1.25em 1.25em 0.625em 1.25em; /*Customized margin applied to match display as Mock document*/
}
.header-page__link {
  text-decoration: none;
  color: #335576;
}
@media (min-width: 320px) {
  .header-page__title {
    font-size: 0.8rem;
    margin-right: 2.5em; /*Customized margin applied to obtain spacing between nav section (in the middle between logo ("Travel Site" and nav), this to macth Mock document display*/
  }
}
@media (min-width: 768px) {
  .header-page__title {
    font-size: 1.5rem;
    margin-right: 10em; /*Customized margin applied to obtain spacing between nav section (in the middle between logo ("Travel Site" and nav), this to macth Mock document display*/
  }
}
@media (min-width: 1280px) {
  .header-page__title {
    font-size: 1.2rem;
    margin-right: 30em; /*Customized margin applied to obtain spacing between nav section (in the middle between logo ("Travel Site" and nav), this to macth Mock document display*/
  }
}
.header-page__navigation {
  display: inline-block;
}
@media (min-width: 320px) {
  .header-page__navigation {
    margin: 0em 0.1em; /*Adds spacing between nav links */
  }
}
@media (min-width: 768px) {
  .header-page__navigation {
    margin: 0em 0.25em; /*Adds spacing between nav links */
  }
}
@media (min-width: 1280px) {
  .header-page__navigation {
    margin: 0em 0.5em; /*Adds spacing between nav links */
  }
}
.header-page__navigation__link {
  text-decoration: none;
  color: #000000;
}
@media (min-width: 320px) {
  .header-page__navigation__link {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .header-page__navigation__link {
    font-size: 1rem;
  }
}
@media (min-width: 1280px) {
  .header-page__navigation__link {
    font-size: 0.85rem;
  }
}
.header-page__navigation__link:hover {
  border-bottom: 0.2rem solid rgb(137, 137, 204);
}
@media (min-width: 320px) {
  .header-page__navigation__link:hover {
    padding-bottom: 1em;
  }
}
@media (min-width: 768px) {
  .header-page__navigation__link:hover {
    padding-bottom: 0.5em;
  }
}
@media (min-width: 1280px) {
  .header-page__navigation__link:hover {
    padding-bottom: 0.63em;
  }
}
.header-page__navigation__alignment--home {
  margin-left: 0em; /*Removes margin of "home" link, in the nav section, to align nav section to the left*/
}
.header-page__navigation__alignment--greece {
  margin-right: 0em; /*Removed margin of "Greece" link, in the nav section, to align nav section to the right*/
}
.header-page__navigation--current-site {
  border-bottom: 0.2rem solid #DB7A4E;
  padding-bottom: 0.5em;
}

.footer-page {
  background-color: #FEFAF5;
  display: flex;
  justify-content: space-around;
}
.footer-page__box--contact {
  padding: 1.75em 0em 1.75em 4.75em; /*Customized padding to match footer display as in the Mock document*/
}
@media (min-width: 320px) {
  .footer-page__box--contact {
    margin-left: 0em;
    padding-left: 0.25em;
    padding-right: 2em;
  }
}
@media (min-width: 768px) {
  .footer-page__box--contact {
    margin-left: 0em;
    padding-left: 1.5em;
    padding-right: 0em;
  }
}
@media (min-width: 1280px) {
  .footer-page__box--contact {
    margin-left: 4.5em;
    padding-left: 4.75em;
    padding-right: 0em;
  }
}
.footer-page__box--hours {
  padding: 1.75em 0em;
}
.footer-page__box--date {
  display: inline-block;
}
.footer-page__box--date-alignment {
  display: inline-block;
}
@media (min-width: 768px) {
  .footer-page__box--date-alignment {
    padding: 0em;
  }
}
@media (min-width: 1280px) {
  .footer-page__box--date-alignment {
    padding: 0em 1.25em;
  }
}
@media (min-width: 320px) {
  .footer-page__box--social {
    margin-right: 0em;
    padding: 1.75em 1.5em 1.75em 1em;
  }
}
@media (min-width: 768px) {
  .footer-page__box--social {
    margin-right: 0em;
    padding: 1.75em 2.75em 1.75em 0em;
  }
}
@media (min-width: 1280px) {
  .footer-page__box--social {
    margin-right: 4.5em;
    padding: 1.75em 2.75em 1.75em 0em; /*Customized padding to match footer display as in the Mock document*/
  }
}
.footer-page__title {
  color: #335576;
  padding: 1em 1em 1em 0em;
}
@media (min-width: 320px) {
  .footer-page__title {
    font-size: 0.9rem;
  }
}
@media (min-width: 768px) {
  .footer-page__title {
    font-size: 1.5rem;
  }
}
.footer-page__subtitle {
  color: #DB7A4E;
  font-weight: 500;
  padding-bottom: 1em;
}
@media (min-width: 320px) {
  .footer-page__subtitle {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .footer-page__subtitle {
    font-size: 0.6rem;
  }
}
.footer-page__paragraph {
  color: #335576;
  font-size: 0.9rem;
  padding-bottom: 1.5em; /*Customized padding to match display as in the Mock document adding precise padding bottom*/
}
@media (min-width: 320px) {
  .footer-page__paragraph {
    font-size: 0.6rem;
  }
}
@media (min-width: 768px) {
  .footer-page__paragraph {
    font-size: 0.9rem;
  }
}
@media (min-width: 1280px) {
  .footer-page__paragraph {
    font-size: 0.9rem;
  }
}
.footer-page__logo {
  margin-top: 0.75em;
}
@media (min-width: 320px) {
  .footer-page__logo {
    margin-right: 0.5em;
    height: 1rem;
  }
}
@media (min-width: 768px) {
  .footer-page__logo {
    height: 1.5rem;
    margin-right: 0.5em;
  }
}
@media (min-width: 1280px) {
  .footer-page__logo {
    height: 1.5rem;
    margin-right: 2em;
  }
}
.footer-page__box--social-link {
  text-decoration: none;
}

.destination__container--Hawaii {
  /*Mixin created for bakckground image properties and to add image as a variable in the variables.scss and destinations.scss*/
  background-image: url("../../assets/Images/hawaii.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 43rem;
  /*Mixin used to apply background images through websites*/
}
.destination__container--Iceland {
  /*Mixin created for bakckground image properties and to add image as a variable in the variables.scss and destinations.scss*/
  background-image: url("../../assets/Images/iceland.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 43rem;
  /*Mixin used to apply background images through websites*/
}
.destination__container--Greece {
  /*Mixin created for bakckground image properties and to add image as a variable in the variables.scss and destinations.scss*/
  background-image: url("../../assets/Images/greece.jpg");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 43rem;
  /*Mixin used to apply background images through websites*/
}
.destination__container__title {
  color: #FFFFFF;
}
@media (min-width: 320px) {
  .destination__container__title {
    font-size: 2.5rem;
    text-align: center;
    padding: 1.75em;
  }
}
@media (min-width: 768px) {
  .destination__container__title {
    font-size: 5rem;
    text-align: center;
    padding: 0.25em;
  }
}
@media (min-width: 1280px) {
  .destination__container__title {
    font-size: 4rem;
    text-align: left;
    padding: 0.9em 0em 0.5em 1.5em; /*Customized padding applied to match display as Mock document*/
  }
}
.destination__container__itinerary {
  display: flex;
  justify-content: center;
}
.destination__container__itinerary__card {
  background-color: #FFFFFF;
  padding: 0.8em;
  height: 24rem;
  border-radius: 0.3125rem;
  text-align: center;
}
@media (min-width: 320px) {
  .destination__container__itinerary__card {
    margin: 0.5em;
    width: 40vmax;
  }
}
@media (min-width: 768px) {
  .destination__container__itinerary__card {
    margin: 1.5em;
    width: 20vmax;
  }
}
@media (min-width: 1280px) {
  .destination__container__itinerary__card {
    margin: 1.25em;
    width: 15.72rem;
  }
}
.destination__container__itinerary__card__title {
  border-bottom: 0.125rem solid #000000;
  text-align: center;
  margin-bottom: 1.5em; /*added to include space between day, and activities. This to make it look as the Mock doc*/
}
@media (min-width: 320px) {
  .destination__container__itinerary__card__title {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .destination__container__itinerary__card__title {
    font-size: 1.17rem;
  }
}
.destination__container__itinerary__card--list {
  list-style-type: none;
}
.destination__container__itinerary__card--activities {
  margin: 1em 0em; /*Used a 1em margin to match Mock document*/
  padding: 1em 0em; /*Used a 1em padding to match Mock document*/
  background-color: #FEFAF5;
}
@media (min-width: 320px) {
  .destination__container__itinerary__card--activities {
    font-size: 0.75rem;
  }
}
@media (min-width: 768px) {
  .destination__container__itinerary__card--activities {
    font-size: 1rem;
  }
}/*# sourceMappingURL=destinations.css.map */