/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
*/
body{
	background-color: #efb73c;
}
.container {
  width: 100%;
  border: 1px solid #000;
  background-color: #fff;
}
nav{
	background-color:#111;
	line-height:2.5em;
}
.link > a{
	color:#eee;
	text-decoration:none;

}
nav > .link{
	display:inline;
	padding:0.5em;
	font-size:1.2em;
	color:#eee;
}
.now a{
	color:#a5f6f8;
	pointer-events: none;
}
.icon > svg{
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
img{
  width:100%;
  height: auto;
}

#top{
    position: relative;
    width: 100%;
    height:500px;
    border: 1px solid #000;
}
.text{
	padding: 2rem;
}
h1,h2,h3,h4,h5,h6{
  margin-top:0px;
  margin-bottom:0.5em;
}
h2{
  font-size:2em;
}
h3{
  font-size:1.8em;
  font-family:"Futura";
}
h4{
  font-size:1.2em;
  font-family:"Century Gothic";
}
/*#top:after {
    content:"";
    display: block;
    padding-top: 62%;
}*/
.row{
    margin-top:1em;
}
#Protocol table b{
  font-size:1.5em;
}
