/* Main Styles */
:root {
             --red: #de0100;
      --header-red: rgba(218,3,0,1);
            --blue: #1404bd;
     --header-blue: rgba(19,11,181,1);
 --WA-flag-grn-hex: #008457;
--WA-flag-grn-rgba: rgba(0,132,87,1);
}

  html, body, header, nav, section, div, h1, h2, h3, h4, h5, h6, p, ul, li, hr, button {
  box-sizing: border-box;
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  font-size: large;
  text-align: left;
  }

body {
  width: auto;
  margin: 10px auto 0; 
  border: 0; 
  padding: 0;
  font-family: 'Lato', 'Arial', sans-serif;
  background: rgba(200,200,200,0);
  }

section {
  display: none; 
  width: clamp(320px, 100vw, 100%);
  margin: 0 auto;
  padding: 1rem; 
  background: #ffffff;
  }

/* Header Styles */
header {
  display: block;
  position: sticky;
  z-index: 9;
  top: 15px;
  width: 100%;
  border-top: solid 8px var(--red);
  padding-top: 3.5px;
  background: white;
  text-align: right;
  }

header img#LOGO {
  display: block; 
  position: relative;
  top: -22.25px;
  width: clamp(64px, calc(48px + 6vw), 94px);
  float: left;
  margin-top: 0; 
  margin-right: min(1vw, 20px);
  margin-bottom: 0; 
  margin-left: 3vw; 
  }

header h1 {
  display: block;
  margin: 0; 
  border: 0 solid white; 
  border-top-width: 3.5px;
  padding: min(5px, 1vw) 0 min(10px, 2vw) 8px; 
  color: #ffffff; 
  background-color: rgba(19,11,181,1); 
  text-align: center; 
  font-weight: 900; 
  font-size: clamp(11pt, 4vw, 1.7rem); 
  line-height: clamp(11pt, 4vw, 20pt);
  }

button {
  display: block;
  width: 6rem;
  margin: 0;
  padding: 0.1rem .2rem .2rem .1rem;
  color: white;
  background: #1404bd;
  line-height: 1.7rem;
  cursor: pointer;
  }

button#HAMBURGER {
  display: block;
  float: right;
  width: 1.5rem;
  margin: .4rem .5rem 0;
  color: white;
  background: #1404bd;
  }

header nav#MENU {
  display: none;
  position: absolute;
  width: 10rem;
  right: 0;
  z-index: 99;
  margin-top: 10px;
  padding-bottom: 5rem;
  color: white;
  text-align: right;
  }

nav button {
  display: inline-block;
  background: #1404bd;
  padding-left: .5rem;
  }

nav button:hover {
  background: rgba(106, 130, 255, 1)
  }

nav button.current {
  font-weight: 600;
  background: darkblue;
  }

nav button.current:hover {
  font-weight: 600;
  background: darkblue;
  cursor: default;
  }

nav button.active {
  padding: 0rem .2rem .2rem .6rem;
  }

nav button:disabled {
  cursor: default;
  }

/* hamburger menu animates to X when open */
button.hide hr:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  }

button.hide hr:nth-child(2) {
  opacity: 0;
  }

button.hide hr:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  }

button hr {
  margin: 5px 0;
  border: 1px solid white;
  }

section.current {
  display: block;
  }

section h1 {
  text-align: center;
  margin: 0 auto;
  }

p {
  padding: 1rem 0rem;
  }


/* ABOUT */
section#HOME {
  position: relative;
  background: rgba(0,132,87,.9) url('images/forest.jpg'); 
  background-size: cover;
  background-position: 0px 70px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  }

section#HOME div.container {
  background: rgba(0,132,87,.75);
  opacity: .9;
  margin: 2vw;
  padding: 5vw 5vw;
  }

section#HOME h2, section#HOME p {
  color: white;
  text-shadow: 
  1px 1px 1px rgba(0,0,0,.9),
  2px 2px 4px rgba(0,132,87,.9), 
  3px 3px 6px rgba(0,132,87,.9); 
  }

section#HOME img {
  position: relative;
  width:33%;
  min-width:80px;
  float:right;
  }

section#HOME a:link {
  color: rgb(173, 236, 255);
  text-decoration: underline;
  text-shadow: 1px 1px 1px black;
  }

section#HOME a:hover {
  color: blue;
  text-shadow: 1px 1px 4px white;
  }

section#PLATFORM {
  background: url('images/constitution.jpg');
  background-size: cover;
  background-position: 0px 70px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  }

section#PLATFORM div {
  background-color: rgba(255,255,244,.9);
  opacity: .9;
  margin: 2vw;
  padding: 5vw 5vw;
  }

section#PLATFORM h2, section#PLATFORM h3 {
  font-size: larger;
  font-weight: 900;
  }

section#PLATFORM h3, section#PLATFORM p {
  color: black;
  text-shadow: 
  1px 1px 1px rgba(255,255,255,.9),
  2px 2px 4px rgba(255,255,244,.7); 
  }

section#PLATFORM p {
  padding-top: 0;
  }


/* LDD Styles */
  shadow {
  box-shadow: -2px -1px 8px 0 rgba(255, 255, 255, 0.6), 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.5);
  }


/* Styles for LDD Dinner */
section#EVENTS {
  background: url('images/constitution.jpg');
  background-size: cover;
  background-position: 0px 70px;
  background-attachment: fixed;
  background-repeat: no-repeat;
  }

div#LDDWRAPPER {
  max-width: 600px;
  margin: 0 auto;
  background-color: rgba(188,160,109,.7);
  }

div#ANNOUNCEMENT {
  padding-top: 30px;
  width: 100%;
  }

div#ANNOUNCEMENT * {
  font-size: xx-large;
  text-shadow: 
   1px  1px 9px rgba(238,210,159,.9),
   -1px  1px 9px rgba(238,210,159,.9),
   1px  -1px 9px rgba(238,210,159,.9),
   -1px  -1px 9px rgba(238,210,159,.9);
  }

div#ANNOUNCEMENT img#DINNERTICKET {
  display: block;
  width: 300px;
  margin: 0 auto 20px;
  }

div#ANNOUNCEMENT h3 {
  margin: 0 auto;
  padding: 0 10px 20px;
  text-align: center;
  }

div#SPEAKERS {
  max-width: 600px;
  margin: 0 auto;
  }

div#SPEAKERS h1 {
  padding: 3px;
  background-color: rgb(88,60,9,.8);
  text-align: center;
  text-shadow: 
   1px  1px 16px rgba(238,210,159,.9),
   -1px  1px 16px rgba(238,210,159,.9),
   1px  -1px 16px rgba(238,210,159,.9),
   -1px  -1px 16px rgba(238,210,159,.9);
  }

div#SPEAKERS div.speaker {
  max-width: 600px;
  background-color: rgba(255,255,244,.5);
  }

div#SPEAKERS div.speaker img {
  display: block;
  width: 200px;
  margin: 0 auto;
  }

div#SPEAKERS div.speaker h2.name {
  display: block;
  width: 200px;
  margin: 0 auto;
  }

div#SPEAKERS div.speaker h3 span {
  display: none;
  margin: 0 auto;
  border-bottom: 2px solid black;
  }

div#SPEAKERS div.speaker h4 {
  display: block;
  width: 200px;
  margin: .6em auto;
  }

div#SPEAKERS div.speaker span.photo-box {
  border: 1px solid #999;
  background-color: rgb(188,160,109,.5);
  }

div#SPEAKERS div.speaker p {
  margin: 15px;
  padding-bottom: 1em;
  font-weight: 900;
  }

div#SPEAKERS div#BRAUN div {
  width: 310px;
  margin: 2em auto;
  }

div#SPEAKERS div#BRAUN ul {
  width: 100%;
  list-style-image: url('images/star.png');
  list-style-type: circle;
  list-style-position: inside;
  font-size: larger;
  font-weight: 900;
  }

div#DINNERMENU {
  clear: both;
  max-width: 200px;
  margin: 0px auto 15px;
  padding: 30px 30px 50px;
  font-weight: 900;
  }

div#DINNERMENU * {
  font-size: x-large;
  text-shadow: 
   1px  1px 6px rgba(238,210,159,.9),
   -1px  1px 6px rgba(238,210,159,.9),
   1px  -1px 6px rgba(238,210,159,.9),
   -1px  -1px 6px rgba(238,210,159,.9);
 text-align: center;
  }

div#DINNERMENU p {
  font-size: large;
  padding-top: 30px;
  }

@media only screen and (min-width: 497px) {
   div#SPEAKER p {
    padding: 1em 8em;
  }

}

@media only screen and (min-width: 623px) {
  div.speaker > span.candidate-box {
    float:left;
    background-color: rgba(255,255,244,.5);
    border:0px solid black;
    padding: 40px;
  }

  div.speaker span > span {
    margin-right: 20px;
    float: left;
  }

  div#SPEAKERS div.speaker h3 span {
    display: inline-block;
  }

  div#SPEAKERS div.speaker p {
  margin: 0 15px;
  }
}

section#CALENDAR iframe {
  margin-bottom: 3rem;
  }

