* {
  box-sizing: border-box;
}

body {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 14px;
	padding: 10px;
	color: #434f53;
	background-color: #f1f1f1;
}
.page{
	margin-left:auto;
	margin-right:auto;
	max-width:980px;
}
.header {
  padding: 30px;
  text-align: center;
  background: white;
}
.res-image {
    max-width: 100%;
    height: auto;
}
.topnav {
  overflow: hidden;
}
.topnav a {
  float: left;
  display: block;
  color: #919191;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-family:"Georgia", Times New Roman, Times, serif;
  font-weight:400;
  font-size:18px;
  font-style:italic;
}

.topnav a:hover {
  color: black;
  border-bottom:1px solid #000;
  padding: 14px 16px;

}

.leftcolumn {   
  float: left;
  width: 75%;
}

.rightcolumn {
  float: left;
  width: 25%;
  background-color: #f1f1f1;
  padding-left: 20px;
}
p{
	line-height:2;
}
.avatar{
	border-radius: 50%;
}
.card {
  background-color: white;
  padding: 20px;
  margin-top: 20px;
}
.card h2{
	font-weight: 400;
    font-style: italic;
    font-family:"Georgia", Times New Roman, Times, serif;
    color: #484848;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0px;
}
.card h3{
	font-weight: 400;
    font-style: italic;
	font-family:"Georgia", Times New Roman, Times, serif;
    color: #484848;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
}
.card h5{
	font-family:"Georgia", Times New Roman, Times, serif;
	color: #484848;
    text-decoration: none;
    font-weight: 400;
    font-style: italic;
	font-size: 15px;
    line-height: 2;
    letter-spacing: 0px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}
.footer {
  padding: 5px;
  text-align: center;
  background: #FFF;
  margin-top: 20px;
  font-family:"Georgia", Times New Roman, Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0px;
}
.footer a{
	text-decoration:none;
	color:#484848;
}
.footer a:hover{
	color:#000;
	text-decoration:underline;
}
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
