body { 
  font-family: "trebuchet ms", verdana, arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  /* min-width: 800px; */
}

.content {
	margin-left: 5%;
	margin-right: 5%;
  padding-bottom: 5%;
  margin-top: 30px;
}

p {
  line-height: 1.5;
}

.navigation {
    margin-top: 0.7em;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
}

.title {
    margin-top: 0.5em;
    /*font-size: 2.5rem;*/
    font-weight: bold;
    text-align: center;
    margin-bottom:0;
}

.belowtitle {
    margin-top: 0.5em;
    font-style: italic;
    text-align: center;
    font-size: 1.8rem;
}

.borderbox {
    border: 2px solid;
    text-align: center;
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1ex;
    padding-bottom: 0.5em;
    padding-left: 1em;
    padding-right: 1em;
    background-color: aquamarine;
    border-color: black;
}



table.schedule td {
  vertical-align: top;
  border-bottom: 1px solid lightgray;
}

td.time {
    white-space: nowrap;
}

td.event {
    padding-left: 1em;
}

td.subevent {
    padding-left: 2em;
}

tr.break {
    color: #a63;
}

tr

.notwide {
    max-width: 80ex;
}

table.schedule {
  table-layout: fixed;
  width: 900px;
}


.center { text-align: center; }

.clear { clear: both; }

img.logo {
  max-width: 500px;
  width: 100%;
  height: auto;
}

.responsive {
  max-width: 350px;
  height: auto;
}

h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.25em;
  display: inline-block;
  border-bottom: 3px solid mediumaquamarine;
  margin-bottom: 0px;
}
h4 {
  font-size: 1.15em;
  margin-bottom: 0;
  /* margin-top: 2em; */
  
}
h5 {
  font-size: 1em;
  margin-bottom: 0;
  margin-top: 0;
}


@media only screen and (max-width:640px){
	.borderbox {
		width: 90%;
	}
}


@media only screen and (max-width: 1023px) {
  body { font-size: 1.5em; line-height: 1.3; }
  h3 { display: block; margin-top: 2em;}
  .borderbox { width: 85%; }
  .navigation { font-size: 1.5em;}
  #donate-button img { width: 25%; }
  .responsive { max-width: 90%;}
  table.fees { font-size: 1.3em;}
}
