.left, .right {
position: absolute;
left: 0;
right: 0;
}
.left {
text-align: center;
top: 0;
bottom: 60%;
box-shadow: 0 0 2em black;
z-index: 100;
.right {
top: 40%;
bottom: 0;
background: url("../images/pic1.jpg");
background-size: cover;
background-position: center;
z-index: 1;
.left h1 {
font-family: 'IBM Plex Serif', serif;
font-size: 3rem;
height: 1em;
line-height: 1em;
margin: 0;
width: 100%;
.left h1:first-of-type {
top: calc( 50% - 1em );
font-weight: 800;
.left h1:last-of-type {
bottom: calc( 50% - 1em );
font-weight: 300;
footer {
background: #000000de;
color: #ffffffde;
footer ul {
list-style: none;
padding: 1em;
footer li span {
margin-right: 1em;
footer a {
color: #dededede;
text-decoration: none;
transition: color 50ms;
footer a:hover {
footer a:active {
@media screen and ((min-width: 1024px) or (orientation: landscape)) {
left: 40%
right: 60%;
text-align: right;
padding-right: 1em;
@media screen and (min-width: 1024px) {
font-size: 4rem;
@media screen and ((max-width: 700px) and (orientation: landscape)) {
font-size: 2rem;
padding-right: .5em;