html, body {
  background-color: #bcfbff;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Libre Baskerville", Baskerville, serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing:  antialiased;
}
header, section {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  -webkit-flex-direction: column;
  flex-direction: column;
}
h1 {
  text-align:  center;
  padding-top:  5vw;
  padding-bottom:  9vw;
}
h1 #written {
  font-family: "Fjalla One";
  font-size: 6.5vw;
  color: #ffaa00;
  font-style: italic;
}
h1 #carina {
  color:  blue;
  font-size: 9vw;
}
h1 #office {
  color:  blue;
  font-size: 3vw;
}
header .one-third {
  min-height: 100vw;
  background-image: url(McCormick_headshot.jpg);
  background-size: cover;
  background-position: top;
}
.one-third {
  flex: 1;
}
.two-thirds {
  flex: 2;
}
.slogan {
  font-size: 7vw;
  padding: 10vw 5vw 11vw 5vw;
  background-color: blue;
  color: white;
}
.donate {
  font-size: 9vw;
  text-transform: uppercase;
  background-color: #ffaa00;
  text-align: center;
}
.donate a {
  color: #ffe6bc;
}
.donate div {
  padding: 1vw;
}
.connect {
  text-align: center;
}
.connect div {
  background-color: blue;
  color:  white;
  width: 30vw;
  min-width: 150px;
  margin: auto;
  margin-bottom: 2vw;
  padding:  1vw;
  font-size: larger;
}
.fb {
  padding-top: 2vw;
}
#links a {
  text-decoration: none;
  font-family: "Fjalla One";
}
.intro {
  padding-left:  5vw;
  padding-right: 5vw;
  background-color:  white;
}
#paid-for {
  text-align:  center;
  padding:  5vw;
  font-size:  smaller;
}
#scene {
  min-height: 70vw;
  background-image: url(SCCbuilding.jpg);
  padding:  1vw;
  background-size: cover;
  background-position: center;
}
#vote {margin-bottom: 10vw}
#vote-text  {
  font-family: "Fjalla One";
  color: #ffaa00;
  font-size: 6vw;
  font-weight:  bold;
  margin-left: 5vw;
  margin-top:  5vw;
  font-style: italic;
}
#vote time {
  font-size: 8vw;
  color:  blue;
  font-weight:  bold;
  margin-left:  5vw;
}
#vote-early {
  margin-left:  5vw;
}
footer {
  background-color:  white;
}
.bio-photo img {
  max-width: 100vw;
}
.bio-text {
  padding: 5vw 7vw 7vh 7vw;
}
.bio-text h2 {
  font-size: 12pt;
  text-align: left;
  font-style:  italic;
}
@media only screen and (min-width: 600px) {
  header, section { 
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  header .one-third {
    min-height:  30vw;
  }
  h1 {
    padding-top: 3vw;
    padding-bottom:  0;
  }
  h1 #written {
    font-size: 3vw;
  }
  h1 #carina {
    color:  blue;
    font-size: 4.5vw;
  }
  h1 #office {
    color:  blue;
    font-size: 2vw;
  }
  .slogan {
    font-size: 2.5vw;
    padding:  2vw;
  }
  .intro {
    padding-left:  2vw;
    padding-right: 2vw;
  }
  #paid-for {
    padding:  2vw;
  }
  #scene {
    min-height: 20vw;
  }
  #vote {margin-bottom:  0}
  #vote-text  {
    font-size: 2.4vw;
    margin-left: 5vw;
    margin-top:  5vw;
  }
  #vote time {
    font-size: 4vw;
    margin-left:  5vw;
  }
  .bio-photo img {
    max-height: 50vw;
  }
  .donate {
    font-size: 4vw;
    text-transform: uppercase;
    background-color: #ffaa00;
    color: #ffe6bc;
    text-align: center;
  }
  .donate div {
    padding: 1vw;
  }
  .connect {
    text-align: center;
  }
  .connect div {
    background-color: blue;
    color:  white;
    width: 10vw;
    margin:  auto;
    margin-top:  1.3vw;
    padding:  0.7vw;
    margin-bottom: 0;
  }
  .fb {
    padding-top: 0.7vw;;
  }
}
