html { 
  background: url(chapel_bw_9x16.jpg) no-repeat center bottom fixed;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100%;
}

#content {
  width: 560px;
  max-height: 94vmin;
  margin: 3vmin 3vmin auto auto;
  background-color: rgba(0,0,0,0.8);
  box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
  border-radius: 6px;
  -moz-border-radius: 6px;
  overflow-y: hidden;
}

h1 {
  margin: 30px 25px 8px 0px;
  color: #FFF;
  font-size: 60px;
  letter-spacing: 1px;
  text-align: center;
  display: inline-block;
}

#profile {
  width: 130px;
  margin: 20px 25px 20px;
  box-shadow: 0px 0px 1px 1px rgba(255,255,255,0.8);
  border-radius: 3px;
  -moz-border-radius: 3px;
  float: left;
}

p {
  margin: 0px 25px 18px;
  color: #FFF;
  font-size: 14px;
  text-align: left;
  line-height: 19px;
  display: block;
  max-height: 999999px;
}
.first { clear: both; }

.quote {
  margin: 0px 25px 0px;
  font-size: 14px;
  font-style: italic;
}
.bold {
  font-size: 15px;
  font-weight: bold;
}

section {
  margin: 0px 25px 25px;
  display: block;
  max-height: 999999px;
}
.last { margin-bottom: 23px; }

section h2 {
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 16px;
  border-bottom: 1px dashed #FFF;
}

ul li {
  margin: 0px 0px 12px;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 1px;
}

.ptitle {
  color: #FFF;
  font-weight: bold;
}

.disable {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

#image-container {
  margin: 2px 25px 20px;
  display: inline-block;
}

.icon {
  width: 35px;
  margin-right: 3px;
}

.appear { cursor: pointer; }
#contact {
  margin: -12px 27px 20px;
  font-family: Consolas, monaco, monospace;
  font-size: 13px;
  display: none;
}

.hovertext {
  margin: 7px 12px;
  font-weight: bold;
  text-transform: uppercase;
  float: right;
}

a                 { color:#BBB; }
a:hover           { text-decoration:underline; }
a:focus           { outline: #888 dotted thin; }
::selection       { background: #BBB; color: #FFF; }
::-moz-selection  { background: #BBB; color: #FFF; }

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(100, 100, 100, 0.5); 
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(100, 100, 100, 0.8); 
}
