.navbar {
	background-color: #F46197;
	font-family: 'VT323', monospace;
	color: #EEABC4;
	font-size: 30px;
}

.navbar a:link {
	background-color: #F46197 !important;
	color: #EEABC4;
}

.navbar a:visited {
	background-color: #F46197 !important;
	color: #EEABC4;
}

.navbar a:hover {
	background-color: #F46197 !important;
	color: white;
}

.navbar a:active {
	background-color: #F46197 !important;
	color: white;
}


.navbar-brand {
	background-color: #F46197;
	font-size: 40px;
	color: #EEABC4;
}

.thumbnail {
	text-align: center;
	background-color: #dfdfde;
}


.jumbotron.credit{
	font-family: 'Bungee', cursive;
	text-align: justify;
	background: #F46197;
	font-size: 25px
}

.jumbotron.aboutme {
	font-family: 'BioRhyme', serif;
	font-size: 20px;
}

.pic {
	width: 70%;
	margin: auto;    
    display: block;
}

body {
	background: -webkit-linear-gradient(#f1c0dd, #fbf9fa) fixed;
    background: -o-linear-gradient(#f1c0dd, #fbf9fa) fixed; 
    background: -moz-linear-gradient(#f1c0dd, #fbf9fa) fixed; 
    background: linear-gradient(#f1c0dd, #fbf9fa) fixed; 
}

.name {
	font-family: 'Bungee', cursive;
	font-size: 60px;
	text-align: left;
}

.name-info {
	font-family: 'VT323', monospace;
	font-size: 25px;
	text-align: left;
}
.who {
	font-family: 'VT323', monospace;
	font-size: 100px;
	text-align: right;
}

.why {
	font-size: 30px;
	font-family: 'VT323', monospace;
	text-align: left;
}

.btn {
	background-color: #F46197;
	color: #dfdfde;
}

h3 {
	color: #EEABC4;
	font-family: 'Bungee', cursive;
	font-size: 20px;
}

footer {
	font-family: 'Bungee', cursive;
	text-align: center;
	color: #EEABC4;
}

footer a:link {
	font-family: 'Bungee', cursive;
	text-align: center;
	color: #EEABC4;
}

footer a:visited {
	font-family: 'Bungee', cursive;
	text-align: center;
	color: #EEABC4;
}

footer a:hover {
	font-family: 'Bungee', cursive;
	text-align: center;
	color: #EEABC4;
}

.project-title {
	font-family: 'Bungee Shade', cursive;
	font-size: 50px;
}

.project-subtitle {
	font-size: 30px;
}

#citation1 {
	font-family: 'BioRhyme', serif;
	font-size: 20px;
}