/* body {
	background-color: #6DC4F4;
}h1 {
     color:white;

} */

.container {
  width: 96%;
 /* max-width: 600px;*/
  margin: 30px auto;
}

button.accordion {
  width: 100%;
  background-color: #f1f0ee;
  border: none;
  /*border-radius:15px 15px 0 0;*/
  outline: none;
  text-align: left;
  padding: .7em 0.5em 0.6em 0.9em;
  /*border: 1px solid #FDF8E4;*/
  border-bottom:10px solid #fff;
  font-family:Roboto,sans-serif;
  font-size: 120%;
  font-weight:400;
  color: #666666;
  cursor: pointer;
 /* transition: background-color 0.2s linear; */
}


button.accordion:after {
  font-family: FontAwesome;
  content: "\f0ab";
  font-family: "fontawesome";
  font-size: 100%;
  float: right;
}

button.accordion.is-open:after {
 content: "\f0aa";
}

button.accordion:hover,
button.accordion.is-open {
  background-color: #ededed;
}

.accordion-content {
  background-color: white;
  border-left: 1px solid whitesmoke;
  border-right: 1px solid whitesmoke;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}
.bolder {
    font-family: 'Open Sans', League Spartan;
    font-weight: 700;
    color:#085498;
}
