/* Required in Files That Use This Stylesheet

<link href='https://fonts.googleapis.com/css?family=Fredericka the Great|Lora|Rock Salt|Architects Daughter' rel='stylesheet'>

*/

body {
  margin: 25px;
  font-family: 'Architects Daughter', cursive;
  font-size: 14px;
  color: darkblue;
  background-color: white;

}


h1 {
  font-family: 'Rock Salt', sans-serif;
  font-size: 30px;
  color: blue;
  text-shadow: 3px 3px 3px #ababab;
}

h2 {
  font-family: 'Rock Salt', sans-serif;
  font-size: 20px;
  color: green;
  text-shadow: 3px 3px 3px #ababab;
}
li {
  font-family: 'Architects Daughter', cursive;
  font-size: 18px;
  text-align: left;
  padding: 1px 3px;
  margin: 0;
  word-wrap: normal;
}

p {
  font-family: 'Architects Daughter', cursive;
  font-size: 18px;
  padding-left: 25px;
  padding-bottom: 6px;
  color: blue;
}

a:link,
a:visited {
  text-decoration: none;
  color: blue;
}
a:hover {
  text-decoration: underline;
  color: darkblue;
  font-size: 125%;
}

.body_text {
  margin: auto;
  width: 90%;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-family: 'Architects Daughter', cursive;
}

.title {
  font-family: 'Fredericka the Great', cursive;
  font-size: 40pt;
  color: blue;
  text-align: center;
  text-shadow: 3px 3px 3px #505050;
}

.section {
  padding-left: 25px;
}

.collapsible {
  cursor: pointer;
  padding: 4px;
  border: none;
  text-align: left;
  outline: none;
  font-family: 'Architects Daughter';
  font-size: 18px;
  background-color: white;
}

.active,
.collapsible:hover {
  background-color: lightblue;
}

.content {
  padding: 0 12px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.container {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}

.container-full {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-around;
  align-content: space-between;
}

.flex-cell {
  padding: 5px;
}

.clock {
  font-family: 'Architects Daughter';
  font-size: 20px;
  color: blue;
  text-align: center;
}

.countdown {
  font-size: 14px;
  color: green;
}