body, html {
    height: 100%;
}

.hero {
	height: 100%;
	background-color: #7E7E7E;
    cursor: default;
}

.hero h1 {
	position: relative;
	text-align: center;
	color: white;
	padding-top: 20rem;
	z-index: 2;
}

.hero h6 {
	position: relative;
	text-align: center;
	color: white;
	z-index: 2;
}

.circle {
	position: absolute;
	top: 30%;
  	left: 50%;
	background-image: url(/static/img/gibran.jpg);
    background-repeat: no-repeat;
    background-position: 100%;
    border-radius: 100%;
    width: 612.5px;
    height: 612.5px;
    transform: translate(-50%, -50%);
}

.links {
	position: relative;
	text-align: center;
	color: white;
	font-size: 1.5rem;
	z-index: 2;
}

.links li {
    display: inline;
	color: white;
    padding: 0px 10px;
    font-size: 2rem;
}

.arrow {
    position: relative;
    text-align: center;
    color: white;
    font-size: 2rem;
    padding-top: 5rem;
    z-index: 2;
}

.arrow a:hover {
    color: black;
    cursor: pointer;
}

.navbar-wrapper {
    height: 3rem;
}

nav {
    position: relative;
}

nav.pinned {
    position: fixed;
    top: 0;
    background-color: #f5f5f5;
    transition: 0.2s ease background-color;
    -webkit-transition: 0.2s ease background-color;
}

.content a {
    font-weight: 600;
}
