body {
    font-family: cantarell;
sans-serif;
    color: #000000;
}

h1 {
  padding-bottom: 0;
  margin-bottom: 0;
}

h3 {
  margin-top: 0;
  font-weight: 300;
}

.container {
    width:200px;
    margin: 10px auto;
    text-align: center;
	background-color: #6c8656;
	align-content: center
		
}

.ac-label {
  font-weight: 700;
  position: relative;
  padding: .5em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: none;
	border: #AF472C solid 2px;
  transition: background-color .15s ease-in-out;
}
.ac-label:hover {
    background-color:  ##6A7FE1;
    font-family: cantarell;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}
.ac-label:active {
    background-color:  #6A7FE1;
    font-family: cantarell;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}


.ac-input:checked + label, .ac-label:hover {
    background-color:  #6A7FE1;
    font-family: cantarell;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

.ac-label:after, .ac-input:checked + .ac-label:after  {
background-color:  #6A7FE1;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 2em;
  height: 100%;
  line-height: 2em;
  text-align: center;
  background-color: #6A7FE1;
  transition: background-color .15s ease-in-out;
}

.ac-label:hover:after, .ac-input:checked + .ac-label:after {
background: #6A7FE1;
}

.ac-input:checked + .ac-label:after {
  
	background: #6a7fe1;
}

.ac-input {
  display: none;
}

.ac-text, .ac-sub-text {
  opacity: 0;
  height: 0;
  margin-bottom: .5em;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
}

.ac-input:checked ~ .ac-text, .ac-sub .ac-input:checked ~ .ac-sub-text {
  opacity: 1;
  height: auto;
	 
}

.ac-sub .ac-label {
  background: #AF472C;
  font-weight: 700;
  padding: .25em 1.5em;
    margin-bottom: .25em;

}

.ac-sub .ac-label:checked {
  background-color:  #6A7FE1;
  border: 1px solid #AF472C;
}

.ac-sub .ac-label:after, .ac-sub .ac-input:checked + .ac-label:after {
  center: 0;
  background: #AF472C;
}

.ac-sub .ac-input:checked + label, .ac-sub .ac-label:hover {
    background: #6A7FE1;
    font-family: cantarell;
    font-style: normal;
    font-weight: 700;
}

.ac-sub-text {
  padding: 0 1em 0 2em;
}
.ac-button {
  font-weight: 700;
	font-variant: small-caps;
 align-content: center;
  padding: .25em 1em;
  margin-bottom: .5em;
  display: block;
  cursor: pointer;
  background-color: #6c8656;
	border: #846281 solid 2px;
  transition: background-color .15s ease-in-out;
}
.ac-button:hover {
    background-color: #AF472C;
    font-family: cantarell;
    
    font-weight: 700;
    text-align: center;
}
.ac-button:active {
    background-color:  #6A7FE1;
    font-family: cantarell;
    font-style: normal;
    font-weight: 700;
    text-align: center;
}

a:link{color:black;text-decoration:none;font-style:normal;font-weight:normal;}a:visited{color:black;text-decoration:none;font-style:normal;font-weight:normal;}a:hover{color:black;text-decoration:none;font-style:normal;font-weight:normal;}a:active{color:black;text-decoration:none;font-style:normal;font-weight:normal;}a.nontext{color:black;text-decoration:none;font-style:normal;font-weight:normal;}
