﻿@charset "UTF-8";
/* HEADER, FOOTER */

#header{
  background: #b6ddc6 !important;
}

.block-header-nav li a {
  color:#000;
}

.block-header-nav > li > a:before, .block-header-nav > li > p:before {
  background: #000;
}

.block-brand-footer {
  /* background: #fffded  !important; */
  background: #b6ddc6 !important;
}

.block-brand-footer--nav li a {
  /* color:#b6ddc6; */
  color: #000;
}

@media screen and (min-width: 768px) {
  .block-header-logo {
    position: absolute;
    top: 0;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    background: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    padding: 0;
    margin: 0;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
  }
  .block-header-logo img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #header {
    position: relative;
  }
  .block-header-logo {
   width: 100px;
  }
  .block-header-logo a {
    height: 80px;
  }
  .block-header-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
    width: 80px;
  }
  .block-header-logo.shrink img {
    width: 100px;
  }

  .block-header-btn:before, .block-header-btn:after, .block-header-btn span:after{
        background: #000;
  }
}

footer#footer{
  display: none;
}