body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #222;
  font-family: Cereal,sans-serif;
}
ul li {
  list-style: none;
}

img {
  border-style: none;
}
a {
  color: #008489;
}
a:focus, a:hover {
  text-decoration: none;
}

.container {
  max-width: 1640px;
  margin: 0 auto;
  padding-right: 120px;
  padding-left: 120px;
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

/* Navbar  */
#navbar {
  padding: 20px 32px;
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  color: #222;
}

.navbar-brand {
  height: 34px;
  width: 32px;
  background-image: url("../images/airbnb-logo.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.navbar-nav a {
  font-size: 16px;
  line-height: 1.375;
}

.site-name .nav-item {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #222;
}

.site-name .nav-item a {
  text-decoration: none;
  background-color: transparent;
}

.nav-item a:hover {
  color: #008489;
}

.site-name, a:hover {
  color: #222;
}

.navbar-expand-xl .navbar-nav .nav-link {
  padding-right: .9rem;
  padding-left: .7rem;
}

.navbar-light .navbar-nav .nav-link {
  color: #222;
}

/* Feature Post  */
#feat {
  margin-top: 6%;
  word-break: break-word;
  position: relative;
}

.feat-post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-image {
  position: relative;
  padding-bottom: 65.9%;
}

.feat-post img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.feat-title {
  font-size: 32px;
  line-height: 1.375;
  margin-bottom: 16px;
  font-weight: 600;
}

.title-link {
  color: #222;
}

.title-link:hover {
  text-decoration: underline;
}

.post-Summary {
  font-size: 18px;
  line-height: 1.66667;
}

.post-meta {
  font-size: 14px;
  line-height: 1.28571;
  font-weight: 600;
  padding-top: 24px;
}

.hr-head {
  margin-top: 6%;
  width: 100%;
  border-top: 0.5 solid lightgray;
}

/* Lastest News  */
.latest-News-Tittle {
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  margin-bottom: 4%;
  margin-top: 3%;
  font-size: 32px;
  line-height: 1.375;
}

.card {
  width: 100%;
}

.post-image-card {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.card-title {
  font-size: 24px;
  line-height: 1.375;
  font-weight: 600;
}

.post-meta-card {
  font-size: 12px;
  line-height: 1.28571;
  font-weight: 600;
}

.hr-card {
  margin-top: -21%;
}

/* Middle Nav */
#mid-nav {
  margin-top: 5%;
  padding-left: 0;
}

.mid-nav-items {
  font-size: 18px;
  line-height: 1.375;
  font-weight: 600;
  padding: 0 10px 0 0;
  padding-bottom: 4%;
}

.mid-nav-items a {
  color: #222;
  position: relative;
  display: inline;
}

/* Older Post */
.older-post {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.older-post-summery {
  font-size: 16px;
  line-height: 1.66667;
}

.hr-hide {
  margin-top: -14%;
}

/* Call to action */
.more {
  text-align: center;
  display: inline-block;
  padding: 24px 48px;
  color: #fff;
  background-color: #008489;
  border: 0;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 24px auto 100px;
}


/* Fotter */
.footerNav {
  padding-left: 10%;
  padding-right: 10%;
}

.footerBar .select .angle {
  transform: rotate(90deg);
}

/* ----------------- */

.footer-column-title {
  font-size: 14px;
  line-height: 1.28571;
  max-width: 75%;
  font-weight: 500;
  margin-bottom: 24px;
}

.footer-column {
  max-width: 75%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li:hover {
  text-decoration: underline;
}

.footer-column .menu-item {
  font-size: 14px;
  line-height: 1.28571;
  margin-bottom: 4px;
  font-weight: 500;
}

.disclaimer-text {
  font-size: 14px;
  line-height: 1.28571;
  margin-bottom: 0;
  font-weight: 100;
}

.footer-column-meta {
  text-align: right;
  list-style: none;
  position: relative;
  font-weight: 500;
  display: inline-block;
  font-size: 13px;
  line-height: 1.28571;
}

.footer-column-meta ul li {
  height: 0;
  display: inline-block;
}

.footer-column-meta ul {
  height: 0;
  display: inline-block;
}

.footer-column-scocial {
  display: inline-block;
  margin: 0 0 0 12px;
}

/* Media Qurries  */
@media (min-width: 697px) {
  navbar {
    background-color: #fff;
  }

  .feat-post-image {
    padding-right: 24px;
  }

  .feat-text {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 24px;
    padding-right: 48px;
  }
}

@media (max-width: 696.98px) {
  .feat-title {
    margin-top: 50%;
  }

  .post-image {
    padding-top: 32px;
    margin-bottom: -160px;
    border-top: 1px solid #ebebeb;
  }

  .post-image-card {
    height: 210px;
  }
}

@media (max-width: 991.98px) {
  .container {
    padding-right: 24px;
    padding-left: 24px;
    margin-top: 80px;
  }
}

@media (max-width: 1099.98px) {
  .navbar {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }

  .site-name {
    font-size: 14px;
  }

  .navbar-toggler-icon {
    font-size: 12px;
    color: #222;
  }

  .navbar-toggler {
    border: none;
  }
}
