@import url('https://fonts.googleapis.com/css?family=Arvo');


html {
    height: 100%;
    min-height: 100%;
    background-color: #161718;
    background-image: url('/assets/images/background.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

body {
    color: #a8a8a8;
    font-family: 'Arvo';
    position: relative;
    margin: 0;
    min-height: 97vh;
    /* padding-bottom: 60px; */
}

nav {
    margin: 0;
}

nav .logo a {
	background-image: url("/assets/images/logo.png");
	background-size: 100px;
	background-repeat: no-repeat;
	display: inline-block;
	height: 144px;
	width: 144px;
	position: relative;
    top: -25px;
    right: 20px;
    margin: 0;
}

.topnav {
    list-style: none;
    /* margin: 20px 0 0 0; */
    text-align: right;
}

.topnav a {
    text-decoration: none;
}

a {
    color: #a8a8a8;
}

li:first-child {
    float: left; 
}

a:hover {
    color: white;
}

li {
    display: inline-block;
    padding-right: 2%;
    font-size: 20px;
}

.about {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.content {
    text-align: center;
    padding: 10%;
}

.circle-image img {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.title {
    font-size: 34px;
}

.info {
    font-size: 20px;
}

.not-home {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
}

.features {
    margin-top: auto;
    color: gray;
    padding: 30px 0px 0px 0px;
    display: flex;
    flex-direction: row;
}

figure {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
}

figure img {
    padding-bottom: 20px;
    width: 250px;
}

figcaption {
    font-size: 18px;
}

footer {
    font-size: 13px;
    text-align: center;
    min-width: 100%;
    max-width: 100%;
    padding-top: 2em;
    padding-bottom: 1em;
    bottom: 0;
    position: absolute; 
}

.footer-row {
    margin: 10px;
}

.footer-info {
    margin: 3px;
}

.fa {
    padding: 7px;
    font-size: 30px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0.7;
}

.fa:hover {
    opacity: 1.0;
  }

.fa-linkedin {
    background: #007bb5;
    color: white;
}

.fa-github {
    background: #127912;
    color: white;
}
