body {
	background-color: #101526;
	font-family: 'Roboto', sans-serif;
	color: white;
}
h1 {
	color: white;
	text-align: center;
}
p {
	font-size: 1rem;
	padding-left: 25%;
	padding-right: 25%;
	color: white;
	width:100%
	word-wrap: break-word; 
}
h2 {
	padding-left: 25%;
	padding-right: 25%;
	color: white;
	width:100%
	word-wrap: break-word; 
}
h3 {
	padding-left: 30%;
	padding-right: 25%;
	color: white;
	width:100%
	word-wrap: break-word; 
}
ul{
	padding-left: 30%;
	padding-right: 25%;
	color: white;
	width:100%
	word-wrap: break-word; 	
}
a{
	color: white;
}
.banner-a {
	font-size: 2rem;
	color: white; 
	padding: 5px 16px;
	text-decoration: none;
	font-weight: bold;
}
.navbar {
	background-color: #101526;
	width:100%;
	padding: 0px 0px;
	text-decoration: none;
	display: inline-block;
}
.navbar-button {
	font-size: 1.2rem;
	background-color: #101526;
	border: none;
	color: white;
	padding: 5px 16px;
	text-align: center;
	text-decoration: none;
	display: inherit;
}
.navbar .active a{
    text-decoration: none;
    color: white;
    background: blue;
}
.navbar-button:hover {
    background-color: #6B6B6B;
	font-weight: bold;
}
.banner {
	width:100%;
	font-size: 1.2rem;
	background-color: gray;
	border: none;
	color: white;
	padding: 10px 0px 10px;
	text-align: left;
	text-decoration: none;
	display: inline-block;

}
.social-bar {
	padding: .4rem;
	text-align: right;
	text-decoration: none;
	display: inline;
}
.fa {
	padding: 10px;
	font-size: 1.2rem;
	width: 2rem;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	color: white;
	float: right;
}
@media only screen and (max-width: 450px) {
	.social-bar {
		display: none;
	}
	.navbar-button {
		font-size: 1rem;
		background-color: #101526;
		border: none;
		color: white;
		padding: 5px 16px;
		text-align: center;
		text-decoration: none;
		display: inherit;
}
}
.fa:hover {
	opacity: 0.7;
}
.content  {
	display: block;
}