/** All custom style definitions go here **/
/* Fonts */

/* Specifications */
.wide.row {
  max-width: 71.5rem !important;
  margin-left: auto;
  margin-right: auto;
}
body {
  font-family: "Cacos", Verdana, Geneva, sans-serif;
  font-size: 16px;
  color: #939497;
  line-height: 1.5;
  word-wrap: break-word;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
a {
  text-decoration: none;
  color: #000;
  color: #41ad48;
}
a:hover {
  border: none;
}
a:focus-visible {
  border: none;
}
#block-martini-content a {
  font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1em 0 0.5em;
  font-weight: inherit;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
h1 {
  font-family: inherit;
  font-size: 3.3rem;
  text-align: left;
  line-height: 1;
}
h2 {
  font-family: "Brshdom";
  font-size: 2.75rem;
}
h3 {
  font-family: "Brshdom";
  font-size: 2.3rem;
  color: #41ad48;
  text-align: left;
}
p {
  font-size: 1.5rem;
  margin: 0 0 1.2em;
  text-align: justify;
}
img {
  outline: 0;
}
.contextual ul li {
}
.contextual-region .contextual .contextual-links a {
  color: #000 !important;
  padding: 5px !important;
  background-color: #fff !important;
}
.block-local-tasks-block ul li {
  list-style: none;
  display: inline;
}
.button {
  font-family: "Brshdom";
  font-size: 1rem;
  color: #fff !important;
  text-transform: uppercase;
}
.full {
  width: 100% !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.nopadding {
  padding-left: 0;
  padding-right: 0;
}
/* ------------------------- Basic sections of the site --------- */
.green-btn {
  background: url("../images/button.png") no-repeat;
  background-size: contain;
  padding: 15px 30px;
}
#showMenu .hambLine1,
#showMenu .hambLine2,
#showMenu .hambLine3 {
  background-color: #000;
}

/* ------------------------- Navigation ------------------------- */
header * a {
  font-family: "ChickenBasket";
  font-size: 0.8rem;
  color: inherit;
  text-transform: uppercase;
}
header * ul {
  margin-bottom: 0;
}
#top_menu {
  margin-top: 50px;
}
#top_menu a {
  font-family: "ChickenBasket";
  font-size: 20pt;
  color: #838383;
  border: none;
  padding: 5px;
}
#top_menu a:hover {
  color: #87b7cb;
}
#top_menu a.is-active {
  color: #41ad48;
}

#top_menu ul.menu.main {
  text-align: center;
}
#top_menu ul.menu.main li {
  display: inline-block;
}
#navigation .tight.row {
  max-width: 60rem !important;
}

/* ------------------------- Main part -------------------------- */
.slogan {
  text-align: right;
  font-family: "ChickenBasket";
  font-size: 20pt;
  color: #87b7cb;
}
.header-content-box {
  background-image: url("../images/contentbgwithtext.png") !important;
  background-repeat: no-repeat;
  background-position: 0 60px;
  background-size: 80%;
}
main#content {
  padding-left: 25%;
}
.tname {
  color: #41ad48;
}
main#content h1,
main#content h2,
main#content h3 {
  text-align: center;
}
main#content h4 {
  font-weight: bold;
  text-align: left;
}
main#content p {
  margin: 0;
}
.views-field-title {
  font-size: 1.6rem;
  color: #000;
}
.block-views-blocktestimonials-block-1 .views-row {
  padding-bottom: 10px;
}

/* ------------------------- Footer ----------------------------- */
footer {
  font-size: 8pt;
  font-family: Verdana;
  color: #000;
  text-align: center;
}
.subfooter a {
  text-decoration: underline;
}

/* ------------------------- Media settings ----------------------------- */
@media all and (max-width: 1024px) {
  #showMenu {
    right: 0 !important;
    top: 0px !important;
    padding: 10px;
    width: 70px;
    left: unset;
  }
  #offCanvasRight {
    background-color: #fff;
  }
  #offCanvasRight ul {
    margin-top: 30px;
  }
  #offCanvasRight ul li a,
  #offCanvasRight ul li a:hover,
  #offCanvasRight ul li a:link,
  #offCanvasRight ul li a:active {
    color: #000;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-family: "ChickenBasket";
    font-size: 1.2rem;
    border: none;
  }
  #offCanvasRight ul li {
    width: 100%;
  }
  #block-logo img {
    width: 50%;
  }
  .header-content-box {
    background-position: 0 30px;
  }
}

@media all and (max-width: 640px) {
}
