html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  background-color: #fff;
  color: #000;
  font-size: 20px;
}
ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
  color: #000;
}

a.codeprole:hover { border-bottom: 5px solid #8237F3; }
a.blogger:hover { border-bottom: 5px solid #F3A537; }
a.reader:hover { border-bottom: 5px solid #66ff00; }
a.walker:hover { border-bottom: 5px solid #008C99; }
a.husband:hover { border-bottom: 5px solid #F3373B; }
a.demeure:hover { border-bottom: 5px solid #008C99; }
a.cellist:hover { border-bottom: 5px solid #1B28E0; }

.links a {
  font-weight: 700;
  border-bottom: 5px solid #fff;
  position: relative;
}
.links a:hover {
  -webkit-transition: bottom 3s;
}

#contents {
  text-align: left;
  margin-top: 10%;
  margin-bottom: 90px;
  padding-left: 40px;
  max-width: 650px;
}

.talks #contents {
  margin-top: 10px;
  margin-bottom: 40px;
}

.talks .deck {
  width: 450px;
  margin-left: 40px;
}

#contents p {
  padding-right: 40px;
}

.about {
  font-size: 16px;
  margin: 20px 0;
  display: none;
}

.contact {
  position: fixed;
  bottom: 40px;
  left: 40px;
}

.contact p {
  font-size: 16px;
}

.contact p a {
}

.contact p a:hover {
  color: #F3373B;
}

h1 {
  font-size: 60px;
  padding-top: 5px;
  color: #000;
  font-weight: 700;
}

div#color {
  width: 5%;
  background-color: #F3373B;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
}

.fade-in {
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
      -ms-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
     -moz-animation-delay: .3s;
      -ms-animation-delay: .3s;
       -o-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-name: fade-in;
     -moz-animation-name: fade-in;
       -o-animation-name: fade-in;
          animation-name: fade-in;
}

@-webkit-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes fade-in {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fade-in {
  0% {  opacity: 0; }
  100% { opacity: 1; }
}

.slide-up {
  -webkit-animation-fill-mode: both;
     -moz-animation-fill-mode: both;
      -ms-animation-fill-mode: both;
       -o-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
     -moz-animation-duration: 1.5s;
      -ms-animation-duration: 1.5s;
       -o-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-delay: .3s;
     -moz-animation-delay: .3s;
      -ms-animation-delay: .3s;
       -o-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-name: slide-up;
     -moz-animation-name: slide-up;
       -o-animation-name: slide-up;
          animation-name: slide-up;
}

@-webkit-keyframes slide-up {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-moz-keyframes slide-up {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@-o-keyframes slide-up {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes slide-up {
  0% {  opacity: 0; }
  100% { opacity: 1; }
}
