/*@font-face {
  font-family: "gotham-rounded";
  src: url(gotham-rounded/GothamRounded-Medium.otf) format("truetype");
}*/
html {
  height: 100%;
  width: 100%;
}
body {
  /*font-family: gotham-rounded, sans-serif;*/
  font-family: 'Varela Round', sans-serif;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  width: 100%;
  margin: 0px;
}
#main {
  height: 100%;
}
#header {
  height: 40px;
  width: 100%;
  padding: 10px 0px;
  background-color: #3379FF;
}
#title {
  float: left;
  margin-left: 5%;
  color: white;
}
#title > h1 {
  margin: 2px;
}
#nav {
  float: right;
  margin-right: 5%;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}
/*.tab {
  height: 40px;
  float: left;
  margin-left: 2vw;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
}*/
.tab-link {
  color: white;
  text-decoration: none;
  margin: 0px 5px;
}
#tab-link-active {
  color: #0000EE;
  /*text-decoration: underline;*/
}
.content {
  margin: auto;
  width: 80%;
  max-width: 700px;
}
.sub-content {
  clear: both;
  display: inline-block;
  padding: 10px 0px 60px 0px;
}
#quote {
  margin: auto;
  width: 80%;
  max-width: 700px;
  overflow: auto;
}
#portrait-div {
  width: 20%;
  min-width: 110px;
  float: left;
}
#portrait {
  height: 100px;
  border-radius: 50px;
  margin-top: 20px;
}
#text-div {
  width: 80%;
  float: left;
}
#text {
  margin: 0px;
  line-height: 200%;
}
.section {
  width: 80%;
  border-radius: 20px;
  background-color: white;
  margin: 20px auto;
  clear: both;
  padding: 20px;
  text-align: center;
}
.content-link {
  width: 100px;
  border-radius: 100px;
  margin: 0px 10px;
}
.fade {
  border-radius: 5px;
  transition: opacity .25s ease;
}
.fade:hover {
  /*transform: scale(1.25);*/
  opacity: 0.75;
}
#footer {
  clear: both;
  width: 100%;
  height: 230px;
  padding-top: 20px;
  margin: auto;
  text-align: center;
  background-color: #E8E8EE;
}
.media-link {
  width: 50px;
  border-radius: 50px;
  margin: 0px 5px;
}
