body,
html {
  width: 100%;
  height: 100%; }

body {
  font-family: 'Century Gothic',CenturyGothic,AppleGothic,sans-serif; }

hr {
  max-width: 50px;
  border-width: 3px;
  border-color: #e65125; }

hr.light {
  border-color: #fff; }

a {
  color: #e65125;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #e65125; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.bg-primary {
  background-color: #e65125 !important; }

.bg-dark {
  background-color: #7c4e26 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 8rem 0; }

.section-heading {
  margin-top: 0; }

.arabica-checkbox-item {
  padding-top: 7px;
  padding-top: 7px; }
  .arabica-checkbox-item::before {
    background-image: url("../img/checkbox.png");
    background-size: 22px 22px;
    position: relative;
    display: inline-block;
    left: -10px;
    top: 6px;
    width: 22px;
    height: 22px;
    content: ""; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

#mainNav {
  border-bottom: 1px solid rgba(124, 78, 38, 0.1);
  background-color: #fff;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #e65125;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #e65125; }
    #mainNav .navbar-brand img {
      width: 200px; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: 1rem;
    color: #7c4e26; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #e65125; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #e65125 !important;
      background-color: transparent; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background-color: transparent; }
  @media (min-width: 992px) {
    #mainNav .navbar-brand {
      color: rgba(255, 255, 255, 0.7); }
      #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: #fff; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
      padding: 0.5rem 1rem; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
      color: #7c4e26; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
        color: #e65125; }
    #mainNav.navbar-shrink {
      border-bottom: 1px solid rgba(124, 78, 38, 0.1);
      background-color: #fff; }
      #mainNav.navbar-shrink .navbar-brand {
        color: #e65125; }
        #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
          color: #e65125; }
      #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
      #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
        color: #7c4e26; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #e65125; } }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  background-image: url("../img/header.jpg?v=1.1");
  background-position: center center;
  position: relative;
  height: 70vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead::after {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(2deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 1; }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 1rem;
    text-shadow: 2px 2px 2px #646464; }
  header.masthead p {
    font-weight: 300; }
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0; }
      header.masthead h1 {
        font-size: 1.5rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 2rem; } }

#brands {
  position: relative;
  padding: 0;
  margin-top: 4rem;
  margin-bottom: 5rem; }
  #brands .container {
    z-index: 1; }

#about {
  color: #fff;
  position: relative; }
  #about::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(-2deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 1; }
  #about::after {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(2deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 1; }
  #about .fa-phone {
    color: #e65125; }
  #about .call-today {
    font-size: 1.5rem;
    font-weight: bold; }

#coffeebeans .coffeebeans-box {
  margin-top: 30px; }
  #coffeebeans .coffeebeans-box .card-text {
    font-size: 0.95rem;
    text-align: justify; }
#coffeebeans .coffeebeans-offer {
  color: #7c4e26;
  font-weight: bold;
  font-size: 1.2rem; }
#coffeebeans .coffeebeans-flavor {
  color: #e65125;
  font-weight: bold;
  font-size: 1.2rem; }

#services {
  position: relative;
  padding-top: 5rem; }
  #services::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(-2deg);
    transform-origin: top left;
    background-color: #f8f9fa;
    z-index: 1; }
  #services::after {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(2deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 1; }
  #services .service-box {
    max-width: 400px; }
    #services .service-box h3 {
      font-size: 1.2rem;
      font-weight: bold; }
    #services .service-box .fa-thumbs-up {
      color: #e65125; }
    #services .service-box .fa-coffee {
      color: #e65125; }
    #services .service-box .fa-handshake {
      color: #e65125; }
    #services .service-box .fa-wrench {
      color: #e65125; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  border: 1px solid #dee2e6;
  background-color: #fff; }
  .portfolio-box img {
    padding: 15px; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(230, 81, 37, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding-left: 15px;
        padding-right: 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        padding-bottom: 15px;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .portfolio-box-options ul {
        list-style-type: none;
        text-align: left;
        font-size: 12px;
        padding-left: 15px;
        padding-right: 5px; }
        .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .portfolio-box-options ul li {
          padding-top: 3px; }
          .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .portfolio-box-options ul li::before {
            background-image: url("../img/checkbox-white.png");
            background-size: 20px 20px;
            position: relative;
            display: inline-block;
            left: -4px;
            top: 6px;
            width: 20px;
            height: 20px;
            content: ""; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding-top: 5px;
        font-size: 14px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 16px; } }

#demo {
  position: relative; }
  #demo::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(-2deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 1; }
  #demo::after {
    position: absolute;
    bottom: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(2deg);
    transform-origin: top left;
    background-color: #f8f9fa;
    z-index: 1; }

#contact-form-message {
  display: none; }

footer {
  padding-top: 6rem;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 1rem;
  position: relative; }
  footer::before {
    position: absolute;
    top: -2px;
    right: 0;
    left: 0;
    width: 100%;
    height: 100px;
    content: "";
    transform: skewY(-2deg);
    transform-origin: top left;
    background-color: #fff;
    z-index: 1; }
  footer h5 {
    text-transform: uppercase;
    margin-bottom: 1rem; }
  footer .social-media-item {
    color: #7c4e26;
    float: left; }
  footer #footer-bottom {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.text-primary {
  color: #e65125 !important; }

.btn {
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #e65125;
  border-color: #e65125; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #d94519 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }
  .btn-primary.disabled, .btn-primary:disabled {
    background-color: #7c4e26 !important;
    border-color: #7c4e26 !important; }

.form-control:focus {
  border-color: #e65125;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5); }

.form-control::placeholder {
  color: #adb5bd; }

.form-control::-moz-placeholder {
  color: #adb5bd; }

/*# sourceMappingURL=style.min.css.map */
