body {
    margin: 0px;
}
.wrapper {
    margin-bottom: 1.5em;
}
a {
    font-style: inherit;
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    color: #6C6C6C;
}
hr { 
    display: block;
    margin: 0 auto;
    border: 0 none;
    height: 2px;
    color: #F1F1F1;
    background-color: #F1F1F1;
    width: 99%;
}
h1 { 
    text-align: left;
    font-family: serif; 
    font-weight: 1000; 
    font-size: 100px;
    margin-top: 70px;
    margin-bottom: 10px;
    line-height: 70px;
}
h2 { 
    text-align: left;
    padding-left: 5px;
    font-family: sans-serif; 
    font-weight: 100; 
    font-size: 43px;
    margin: 0;
    line-height: 44px;
}
h3 { 
font-family: serif;
    font-style: italic;
    font-weight: 600;
    font-size: 65px;
    margin-bottom: 10px;
}
/* header */
header {
    text-align: center;
    width: 100%;
    margin-top: 4em;
    margin-bottom: 2em;
}
#logo {
    vertical-align: bottom;
    position: relative;
    display: inline-block;
}
#logo img {
    width: 180px;
}
#right_head {
    display: inline-block;
    vertical-align: top;
}
#nav_bar {
    width: 15em;
    margin: auto;
    background-color: black;
    color: white;
    padding: .5em;
    z-index: 100;
    -webkit-transition-duration: .25s; /* Safari */
    transition-duration: .25s;
}
nav a:hover, nav a:active{
    color: #E21371;
}
.page-link {
    padding: 1em;
    font-size: 14px;
    display: inline;
    font-family: sans-serif;
}

/* body */
#prof-pic {
    width: 150px;
    display: inline-block;
    border-radius: 50%;
    float: left;
    margin-top: 10px;
    margin-right: 1em;
}
main {
    width: 100%;
    margin-top: 6.5em;
    margin-bottom: 6.5em;
}
section {
    width: 60%;
    margin-bottom: 1em;
    margin-left: 15.7%;
    position: relative;
}
aside {
    vertical-align: top;
    position: relative;
    width: 22%;
    display: inline-block;
    padding-right: 15px;
}
aside p {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: sans-serif;
    text-align: left;
    color: #E21371;
    line-height: 20px;
}
article {
    width: 70%;
    display: inline-block;
}
article a {
    color: #E21371;
}
article img {
    width: 100%;
    display: inline-block;
}
article p {
    font-size: 21px;
    margin-top: 3px;
    line-height: 28px;
    font-family: serif;
    text-align: left;
}
footer {
    width: 100%;
    text-align: center;
    bottom: 0%;
    position: relative;
    background-color: black;
    color: white;
    padding: 1em;
}
footer a {
    margin: 3.5%;
    font-size: 16px;
    display: inline;
    font-family: sans-serif;
}
footer a:hover{
    color: #E21371;
}
.mask{
    width: 100%;
    overflow: hidden;
    margin-top: 0 auto;
    margin-bottom: 0 auto;
}
.mask img{
    width: 100%;
    display: block;
}
.back {
    width: 13%;
    position: fixed;
    margin-top: 10px;
    text-align: right;
}
.back i:hover {
    color: #FFE700;
}
.caption {
    width: 100%;
    background-color: black;
    color: white;
}
.caption p {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 25px;
    padding: 10px;
}