
body {
  font-size: 20px;
  font-weight: 200;
  font-family: "Noto Serif", "Helvetica Neue", Verdana, sans-serif;
  padding: 0px;
  margin: 0px;
  /*background-color: #FCFCFC;*/
  color: #000000;
  line-height: 1.5;
}

a {
  color: #333333;
  /*text-decoration: none;*/
}

a.active {
  color: #A3B18A;
  font-weight: 300;
}

a:hover {
  color: #A3B18A;
  cursor: pointer;
}

div { border: 0px solid #CCCCCC; }

/*ul { list-style-position: outside; }*/
/*
ul {
  list-style: none;
}

ul > li {
  text-indent: -1em;
  padding: 5px 1.5em;
}

ul > li:before {
  content: "\22C5 \0020 \0020";
  color: #000000;
  font-weight: 400;
}

ol {
  list-style: decimal inside none;
}

ol > li > ul > li {
  
  padding: 5px 2em;
}
*/

#header {
  color: #333333;
  font-size: 48px;
  padding: 15px 0px;
  margin: 0px 30px 40px 30px;
  border-bottom: 1px solid #CCCCCC;
  /*background-color: #A3B18A;*/
  /*background-color: #E6DCDC;*/
}

#logo {
  margin: 10px 5px;
}

#navigation {
  font-size: 20px;
}

#navigation a {
  /*color: #666666;*/
  font-weight: 200;
  padding: 0px 10px;
  text-decoration: none;
  display: inline-block;
}

#content {
}

.flex-container {
  width: 100%;
  padding: 0px 0px 30px 0px;
  margin: 0px 0px 0px 0px;
  display: flex;
  /*flex-wrap: wrap;*/
  /*align-items: center;*/
  /*justify-content: flex-start;*/
  /*flex-direction: row-reverse;*/
  /*flex-flow: row-reverse wrap;*/
}

.flex-container:nth-child(even) {
  background-color: #F6F3EF;
  /*background-color: #EAE7DD;*/
}

.reverse {
  flex-direction: row-reverse;
}

.flex-container > div.text {
  flex: 65%;
  margin: 0px;
  padding: 30px 50px;
  text-align: left;
}

.flex-container > div.image {
  /*flex-grow: 0;*/
  text-align: center; 
  flex: 35%;
  /*padding: 50px 0px;*/
  align-content: center;
  /*min-width: 250px;*/
}

h3 {
  font-size: 36px;
  font-weight: 100;
  margin: 0px 0px 0.25em 0px;
}

p {
  margin: 0px 0px 0.75em 0px;
}

.flex-container > .text > p,h3 {
  padding: 0px;
  /*padding: 5px 100px;*/
}

.flex-container > .text > ul {
}

#footer {
  /*position: fixed;
  bottom: 0;*/
  /*width: 100%;*/
  font-size: 12px;
  padding: 20px 20px;
  color: #DDDDDD;
  background-color: #778E73;
  /*background-color: #CFDFD7;*/
  /*background-color: #A3B18A;*/
}

#contact_form {
  margin: 60px auto;
  width: 80%;
  border: 1px solid grey;
  padding: 30px 0px;
  text-align: center;
}

#contact_form input,label {
  font-size: 20px;
  padding: 3px 0.5em;
  margin-left: 0%;
  width: 80%;
}

#contact_form input {
  margin-bottom: 10px;
}

#contact_form label {
  margin-top: 10px;
  display: inline-block;
  text-align: left;
}

.flex-container img {
  width: 360px;
}

/*@media only screen and (hover: none) and (pointer: coarse) and (orientation: portrait) {*/
@media only screen and (max-device-width: 640px) {
  body {
    /*font-family: "Helvetica Neue", Verdana, sans-serif;*/
    font-size: 40px;
    font-weight: 400;
    color: #000000;
  }

  h3 {
    font-size: 48px;
    color: #000000;
    font-weight: 400;
  }

  a.active {
    color: #A3B18A;
  }

  #header {
    font-size: 64px;
  }

  #navigation {
    font-size: 48px;
    font-weight: 400;
  }

  /*#navigation a {
    color: #000000;
  }*/


  .flex-container {
    flex-direction: column;
  }

  .flex-container img {
    width: 80%
  }

  #footer img {
    width: auto;
  }

  /*#navigation a {
    display: block;
    text-decoration: underline;
  }*/
}

@media screen and (orientation:portrait)  {
  .flex-container {
    flex-direction: column;
  }

  .flex-container img {
    width: 80%
  }

  .greenbox {
    display: none;
  }
}

