/* site colors

header:  #DCD0C0
nav, footer:     #C0B283
content: #F4F4F4
*/

body {
  box-sizing: border-box;
  padding: 0;
  margin: auto;
  width: 80vw;
  background-color: #666666;
}

header, #header {
  font-family: Copperplate, "Copperplate Gothic Light", sans-serif;
  font-weight: bold;
  font-size: 24px;
  background-color: #DCD0C0;
}

#uwo {
  float: left;
}

#uwoimg {
  height: 50px;
  margin-top: 10px;
  margin-left: 10px;
  border: 2px solid black;
}
#title {
  font-size: 16px;
}
h1 {
  padding: 5px;
  margin: 0;
  margin-top: 5px;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  background-color: #c4c4c4;
}

h2 {
  padding: 7px;
  margin: 0;
  margin-top: 5px;
  font-family: sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.firsth1 {
  margin-top: 0px;
}
p, h1, h2, h3 {
  padding-left: 10px;
}
p {
  margin: 0;
}
header p {
  text-align: center;
  box-sizing: border-box;
    padding: 15px;
  padding-right: 117px;


}
nav {
    font-family:   Copperplate, "Copperplate Gothic Light", fantasy;
    box-sizing: border-box;
    padding: 10px;
    display: block;
    width: 100%;
    background-color: #C0B283;
    text-align: center;
}
nav ul {
  list-style-type: none;
  display: inline;
  padding: 0;
}

nav li {
  color: white;
  display: inline;
  padding: 10px;
}

nav a {
  text-decoration: none;
  color: #eCf0e0;
}

a:visited {
  color: #000000;
}
nav a:visited {
  color: #eCf0e0;
}
 nav a.current {
   font-weight: bold;
   font-style: italic;
   color: #F4F4F4;
 }
nav a:hover {
  color: black;
}

embed {
  box-sizing: border-box;
  display: block;
  width: 90%;
  margin: auto;
  padding-bottom: 20px;
}
#container {
  box-sizing: border-box;
  padding: 0px;
  background-color: #e4e4e4;
  font-size: 14px;
}

#container h1 {
   padding: 7px;
}

#container p {
  padding-top: 5px;
  padding-bottom: 5px;
}
#container.left_aligned {
  padding: 20px;
  text-align: left;;
}

.right {
  float: right;
}

.centered {
  text-align: center;
}

#schedule {
  width: 75vw;
  margin-top:10px;
  border-left: 2px solid black;
  border-right: 1px solid black;
  border-top: 1px solid black;
}

footer, #footer {
  text-align: center;
  background-color: #C0B283;
  height: 30px;
  font-size: 15px;
  line-height: 2;
}

#email {
  margin-left: 6px;
}

p + ul {
  margin-top: 0px;
}

ol li {
  padding-left: 6px;
  padding-bottom: 5px;
}

#doty_video {
  border: none;
}

#counter {
  float: right;
}
/* menu page for narrow displays */

html.menu {
  height: 100%;
}
html.menu body {
  margin: 0;
  width: 100%;
  height: 100%;
}


#menu {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
}

.menuoption {
  flex: 5;
  font-family:   Copperplate, "Copperplate Gothic Light", fantasy;
  font-size: 36px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #C0B283;
  text-align: center;
  border: 1px solid black;
  display:flex;
  align-items:center;
}

.menuoption a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: white;
}

.menuoption a:hover {
  color: black;
}

#footer {
  flex: 1;
  background-color: #DCD0C0;
}

#header {
  flex: 1;
  text-align: center;
}

/* main pages adjustments for narrow displays */

#menubutton {
  display: none;
  height: 50px;
  float: left;
}

@media screen and (max-width: 700px) {
    #uwo, #title, nav {
      display: none;
    }
    header p {
      padding-right: 35px;
    }
    #menubutton {
      display: flex;
      flex-direction: column;
      width: 50px;
      height: 100%;
      align-items:center;
    }
    #hamburger img {
      height: 30px;
      margin: 10px 0;
    }

}
