/*
 Theme Name:     Helene Mahieu Artist
 Author:         hery2d
 Author URI:     https://github.com/hery2d
 Template:       ddwpbase
 Version:        1.0.0
 Description:    A Child Theme built for DD WPBase
*/

:root {
  --header-height: 120px;
  --beige: #fffbf4;
  --vert: #60af74;
  --accent-color: var(--vert);
  --section-alt-bg: var(--vert);
  --section-alt-text-color: white;
}

.button {
  color: #333333;
  text-decoration: none;
  border: 1px solid #333333;
  padding: 0.5rem 1.125rem;
  text-transform: uppercase;
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 2px;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
}
.button:hover {
  border-color: var(--vert);
  color: var(--vert);
}

/* HEADER */

#site-navigation {
  background-color: var(--vert);
}

#site-navigation ul {
  padding-bottom: 58px;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  footer {
    display: none;
  }
}
