@import url("https://fonts.googleapis.com/css2?family=Molle:ital@1&family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Molle:ital@1&family=Montserrat:wght@400;500;600;700&family=Sacramento&display=swap");

html, body {
  font-family: 'Montserrat', sans-serif  !important;
  overflow-x: hidden !important;
}

.top_bar {
  padding: 1em;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 16px 0 rgb(0 0 0), 0 15px 20px 0 rgb(0 0 0) !important;
  z-index: 1;
  position: relative;
  text-transform: uppercase;
  text-shadow: 1px 1px #000;
  background-image: url("../img/wood_bg.jpg");
  background-size: cover;
}

.top_bar a {
  color: #fff;
  text-decoration: none;
  font-weight: SemiBold;
  letter-spacing: 1px;
}

body a:hover {
  color: #B1CCDD;
}

.top_left.head_tide {
  color: #B1CCDD;
  font-style: light;
  text-transform: uppercase;
}

.top_left.head_tide span.font__bold {
  color: #fff;
}

.top_right.head_info {
  color: #B1CCDD;
  font-style: light;
  text-transform: uppercase;
}

.top_right.head_info span.font__bold {
  color: #fff;
}

.top_right {
  padding: 3em 0;
  color: #fff;
}

.top_right > p {
  margin-bottom: 0.5em !important;
}

img.logo_main {
  max-width: 600px;
  width: 100%;
}

.text-center {
  text-align: center;
}

header.header {
  background: #245059;
    /* overflow: hidden; */
  padding-bottom: 20px;
  box-shadow: 0 9px 16px 0 rgb(0 0 0), 0 15px 20px 0 rgb(0 0 0) !important;
  position: relative;
}

.head_info {
  color: #fff;
  text-align: right;
  float: right;
  padding: 3em 0;
  font-weight: Light;
}

.head_info h3 {
  text-transform: uppercase;
  font-size: 1.3rem;
  color: #C99272;
  font-weight: bold !important;
}

.head_info >p {
  margin-bottom: 0.5em !important;
}

.head_info a {
  color: #fff;
  text-decoration: none;
}

.container-flud {
  max-width: 90vw;
  margin: 0 auto;
}

.hero {
  padding: 0;
  margin: -20px 0;
}

.hero_image {
  text-align: center;
  padding-bottom: 2em;
}

h2.hero_title {
  padding: 4em 5em;
  text-align: center;
  color: #fff;
  letter-spacing: 5px;
  line-height: 160%;
  font-weight: 600;
  padding-bottom: 0px;
}

.arrow__vector {
  margin-bottom: 2em !important;
  margin-bottom: 2.5em !important;
  max-width: 3em;
}

.pt__4 {
  padding-top: 4em;
}

.pb__4 {
  padding-bottom: 4em;
}

section.coffee_types {
  background: #B7D2E3;
}

section.coffee_types h3 {
  font-family: 'Molle' !important;
  font-weight: normal;
  font-style: italic;
}

section.coffee_types .heading {
  font-weight: SemiBold;
  text-transform: uppercase;
  color: #22505A;
  margin-bottom: 40px;
}

section.coffee_types .short_inner {
  margin-bottom: 20px;
}

.pb__2 {
  padding-bottom: 0;
}

p.yellodot:before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: #C99272;
}

p.yellodot, p.whitedot, p.darkdot {
  text-transform: uppercase;
}

p.whitedot:before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: #fff;
}

p.darkdot:before {
  display: inline-block;
  content: '';
  -webkit-border-radius: 0.375rem;
  border-radius: 0.375rem;
  height: 0.75rem;
  width: 0.75rem;
  margin-right: 0.5rem;
  background-color: #915635;
}

.cta a {
  background: url(../img/wood_bg.jpg) bottom center;
  padding: .5em 2em;
  text-decoration: none;
  color: #C99272;
  text-shadow: 1px 1px #000;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  box-shadow: 0 9px 9px 0 rgb(0 0 0), 0 15px 15px 0 rgb(0 0 0) !important;
}

.cta a:hover {
  color: #B1CCDD;
}

section.got_cta {
  padding: 8em 0 !important;
  position: relative;
  background-image: url("../img/goat_brand_bg.jpg");
  background-size: cover;
  box-shadow: 0 9px 16px 0 rgb(0 0 0), 0 15px 20px 0 rgb(0 0 0) !important;
  z-index: 1;
  position: relative;
}

img.artboard {
  max-width: 170px;
}

.heading {
  letter-spacing: 5px;
}

section.header_cta {
  height: 460px;
  background-image: url("../img/header_bg.png");
  background-size: cover;
  background-position: center;
}

section.coffe_cta {
  height: 480px;
  background-image: url("../img/machine_bg.jpg");
  background-size: cover;
  background-position: center;
}

img.logo_caravan {
  max-width: 300px;
}

.short_inner {
  max-width: 45em;
  margin: 0 auto;
  font-weight: 500;
  line-height: 170%;
}

section.caravan {
  padding-bottom: 12em;
  position: relative;
  background: #B7D2E3;
}

section.caravan_types {
  background-image: url("../img/wood_bg.jpg");
  background-size: cover;
  background-position: center;
}

.carvan_overlay {
  margin-top: -15em !important;
  position: relative;
}

img.btm_img {
  max-width: 100%;
  max-height: 320px;
}

section.other_types {
  color: #fff;
  background:#000;
  box-shadow: 0 9px 16px 0 rgb(0 0 0), 0 15px 20px 0 rgb(0 0 0) !important;
  z-index: 1;
  position: relative;
}

section.other_types .heading {
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto;
  padding-bottom: 52px;
}

section.other_types h3.heading.pb__2 {
  color: #C99272;
}

section.timing_bar h3 {
  color: #C99272;
  text-transform: uppercase;
}

section.timing_bar {
  padding: 1em;
  color: #fff;
  text-shadow: 1px 1px #000;
  background-image: url("../img/wood_bg.jpg");
  background-size: cover;
}

section.timing_bar p {
  margin: 0;
}

section.timing_bar a {
  text-align: center;
  color: #fff;
  text-decoration: none;
}

section.timing_bar a:hover {
  color: #C99272;
}

footer.footer {
  background: #245059;
  padding: 1em 0 2em 0;
  text-align: center;
  color: #fff;
}

img.footerlogo {
  width: 270px;
}

img.band {
  width: 100%;
  margin-top: -160px;
}

.top_left {
  padding: 3em 0;
  color: #fff;
}

.top_left h4 {
  color: #C99272;
  font-size: 2.5rem;
}

.top_left > p {
  margin-bottom: 0.5em !important;
}

section.instagram_box {
  background: #245059;
}

section.instagram_box .heading {
  text-transform: uppercase;
  width: 70%;
  margin: 0 auto;
  /* padding-bottom: 52px; */
  color: #fff;
}

section.instagram_box h3.heading a {
  color: #fff;
  text-decoration: none;
}

section.instagram_box h3.heading a:hover {
  color: #C99272;
}

.row.other_types {
  border-bottom: 1px solid #245059;
}

.row.other_types:last-child {
  border-bottom: 0px;
}

.row.other_types div {
  border-right: 1px solid #245059;
  margin: 20px 0;
  height: 200px;
  padding: 10px;
}

.row.other_types div:last-child {
  border-right: 0px;
}

.row.other_types div img {
  width: 160px;
}

.row.instagram_items {
  margin: 20px 0;
}

.row.instagram_items div {
  height: 300px;
  padding: 20px;
}

.row.instagram_items div img {
  max-height: 300px;
}

/*--- Responsive Css --------*/
@media only screen and (max-width: 960px) {
  .container-flud {
    max-width: 95vw;
    margin: 0 auto;
  }

  header.header {
    background: #245059;
    overflow: visible;
    padding-bottom: 20px;
  }

  img.logo_main {
    max-width: 350px;
  }

  .short_inner {
    max-width: 90%;
    margin: 0 auto;
    font-weight: 500;
    line-height: 170%;
  }

  h2.hero_title {
    padding: 2em;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    line-height: 160%;
    font-weight: bold;
    font-size: 1.4rem;
  }

  .top_left {
    padding: 2em 0;
    color: #fff;
    text-align: center;
  }

  .head_info {
    color: #fff;
    text-align: center;
    float: none;
    padding: 2em 0;
  }

  img.band {
    width: 100%;
    margin-top: -30px;
  }

  footer.footer {
    background: #245059;
    padding: 2em 2em;
    text-align: center;
    color: #fff;
  }

  img.footerlogo {
    max-width: 240px;
    text-align: center;
  }

  .row.other_types {
    padding: 0 1em;
    border-bottom: 0;
  }

  img.btm_img {
    max-width: 100%;
    max-height: 100%;
  }
  
  .row.other_types div {
    border-right: 0;
  }
}

  /* Portrait and Landscape */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .container-flud {
    max-width: 85vw;
    margin: 0 auto;
  }

  img.logo_main {
    max-width: 400px;
  }

  h2.hero_title {
    padding: 4em 4em;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    line-height: 160%;
    font-weight: 600;
  }

  img.btm_img {
    max-width: 100%;
    max-height: 100%;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .container-flud {
    max-width: 85vw;
    margin: 0 auto;
  }
}

section.timing_bar.text-center {
  box-shadow: 0 9px 16px 0 rgb(0 0 0), 0 15px 20px 0 rgb(0 0 0) !important;
  position: relative;
}

span.font__bold {
  font-weight: bold !important;
}