@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,600,600i,700,700i');

html, body {
  font-family: 'Open Sans';
  font-weight: 300;
  background-color: #F2F6F9;
  position:relative;
  height: 100%;
  padding: 0;
  margin: 0;
}

strong, b {
    font-weight: bold;
}


#header-bar {
  background-color:#F2F6F9;
  padding-bottom:0;
  margin-bottom:0;
}

#site-name {
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 24;
}

nav.site-nav > a {
  color: #000;
  font-style: italic;
}

nav.site-nav > a:hover  {
  text-decoration: none;
  border-bottom: 1px #000 solid;
}

nav.site-nav > a.current {
  border-bottom: 1px #000 solid;
  font-style: normal;
}

#content-wrapper {
  background-color: #fefefe;
  margin-top: 5px;
  padding: 50px;
}

#content-wrapper-short {
  background-color: #fefefe;
  margin-top: 5px;
  padding: 50px;
  height:93%
}

#content {
  max-width: 850px;
  margin-left: auto;
margin-right: auto;

}

#content-contributors {
  max-width: 1000px;
  margin-left: auto;
margin-right: auto;

}

.blockquote {
  font-family: Georgia;
    margin-left: 25px;
    border-left: 3px solid #ccc;
    padding-left: 10px;
    font-size: 16;
    color: #212529;
}

#contributorsTable td{
  padding-right: 35px;
  padding-bottom: 3px;
}

h2 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 20;
}

h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 16;
}
