body {
    width: 100%;
    height: 100%;
    background-color: #e3e3e3
}

html {
    width: 100%;
    height: 100%
}

img {
    background: radial-gradient(#e3e3e3, #00000);
}

h1 {
    font-size: x-large;
    font-weight: 600;
}

h2 {
    font-size: large;
}

h3 {
    font-size: small;
}

@media (min-width:1080px) {
    .profile-header {
        padding-top: 10em;
        padding-left: 7em;
        display: table;
    }

    .profile-pic {
	float: none;
	display: table-cell;
	vertical-align: bottom;
	padding-bottom: 0.25em;
    }

    .profile-affiliations {
	float: none;
	display: table-cell;
	vertical-align: bottom;
    }
}

.para {
    padding-left: 1em;
    font-size: small;
}

.links {
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
}

hr {
    border: none;
    height: 2px;
    color: #333;
    background-color: #333;
}

/* unvisited link */
a:link {
    color: black;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: gray;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    text-decoration: none;
    color: transparent;
    text-shadow: 0 0 2px rgba(0,0,0,0.85);
}

/* selected link */
a:active {
    color: gray;
}   
