body{
	font-family: 'Nunito Sans', sans-serif;
	font-size: 16px;
	
}

footer {
    text-align: center;
    font-weight: 20px;
    font-size: 16px;
    color: #fff;
}

.nav-wrapper{
	margin-bottom: 20px;
}

.social {
  width: 50px;
  height: 50px;
  margin-top: 8px;
  margin-right: 5px;
  vertical-align: baseline;
  text-align: center;
}
.fa-copyright{
	line-height: 16px;
}
.cite{
	width: 400px;
	text-align: center;
}
#image-text{
	text-align: center;
}

/*a {
	color: #FF02CA;
}
*/
a:link {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    font-size: 110%;
    text-decoration: none;
}

 a:visited {
    color: #FFF;
    font-size: 110%;
    text-decoration: none;
}

a:active {
    color: #fff;
    font-size: 110%;
    text-decoration: none;
    }

a.brand-logo.active {
    font-size: 2.1rem !important;
}

#learnMore {
  text-align: center;
  cursor: pointer;
  text-align: left;
}

#time {
    float: left;
    margin-left: 20%;
    font-size: 2rem;
}

.resume {
    height: 1000px;
    width: 100%;
}

#emptySpace {
    height: 70px;
}


