@charset "UTF-8";
.fellow {
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	text-shadow: 2px 2px 3px gray;
}
.login {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: white;
	text-align: right;
	}
.myheader {
	background: linear-gradient(to right, white, #206FDB);
}
.navbar-brand {
	font-family: 'Satisfy'; cursive;
}
.rightheader {
	float: right;
}
