/*
 Theme Name:   Twenty Eleven Child
 Description:  Casa-Aventura Child Theme of Twenty Eleven
 Author:       Marc Poy
 Template:     twentyeleven
 Version:      1.0
 Text Domain:  twenty-eleven-child
*/

body {
  font-family: Century Gothic, CenturyGothic, AppleGothic, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;

  margin: 1em auto;
  
  background-color: #ffffff;
  color: #000000;
  
  width: 100%;
  max-width: 1080px;

  -webkit-box-shadow: 0em 1em 1.5em 0.2em rgba(0,0,0,0.5);
  -moz-box-shadow: 0em 1em 1.5em 0.2em rgba(0,0,0,0.5);
  box-shadow: 0em 1em 1.5em 0.2em rgba(0,0,0,0.5);
}

#branding {
  border-top-color: transparent;
}

.header-spacer{
  height: 2.5em;
  width: 100%;
  background-color: #e5dfd1;
  margin-top: 1em;
}


.header-image {
  height: 10em;
  display: flex;
  justify-content: center;
}

.header-image img {
  width: 100% !important;
  max-width: 100%
}

.menu-hauptmenu-container {
  padding-right: inherit !important;
}

.menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#access {
  background: none;
  border: none;
  box-shadow: none;
  color: #000000;
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  margin-top: 0.5em;
}

#access a {
  padding: 0 0.5em;
}

#access .menu-item a{
  color: #000000;

  font-size: 1.125em;
  line-height: 2;

}

#access .current-menu-item a, #access .current_page_item a{
  color: #d5cbb5;
  font-weight: bold;
  font-size: 1.25em;
}

a {
  color: #d5cbb5;
}

h1 {
  display: block;
  font-size: 1.500em !important;
  font-weight: bold;
  color: #d5cbb5 !important;
}

h2 {
  font-size: 1.313em !important;
  font-weight: bold;
  color: #d5cbb5 !important;
}

h3 {
  font-size: 1.1em !important;
  font-weight: bold;
  font-style: italic;
  color: #d5cbb5 !important;
}

#steven {
  font-weight: bold;
  color: #4e483a;
  font-size: 1.0em;
}

#marc {
  font-weight: bold;
}

.my-footer {
  display: flex !important;
  justify-content: center !important;

  background-color: #e5dfd1 !important;

  margin-bottom: 1em;
}

#branding #searchform {
  display: none;
}
