 body {
	font-size: 22px;
}

body {
	font-family: Georgia;
}

body {
	margin: 0px
}

body {
	background-color: #ed9191;
}

p {
	text-indent: 25px;
}

.txtbox {
	width: 970px;
	margin: 0 auto;

}

.topnav {
	background-color: #333;
	overflow: hidden;
	margin: 0px !important;
	top: 0px !important;
	position: fixed;
	width: 100% !important;






}



.topnav a {
	float: left;
	color: #f2f2f2;
	text-align: center;
	padding: 15px 10px;
	text-decoration: none;
	font-size: 20px;
}



.topnav img {
	float: right;
	padding: 16px 16px;

}

.logo {
	float: right;
	padding: 0;
	transition: 1s;


}



.topnav a:hover {
	background-color: #ddd;
	color: black;

}



.bottomnav {
	background-color: #333;
	overflow: hidden;
	bottom: 0px;
	position: relative;
	min-height: 75px;
	width: auto;






}

.bottomnav a {
	float: left;
}

#logodiv {
	float: right;
	padding: 16px 16px;
	margin-right: 0;

}

.icondivs {
	float: right;
	top: .1in;
	width: 48px;
	height: 48px;
	box-sizing: border-box;
	position: relative;
	display: block;
	margin-right: 25px;


}

.icon-image {
	display: block;
}

#logo {
	float: right;
	padding: 0;
	transition: 1s;


}


#copyright {
	text-align: right;
	opacity: 25%;
	width: 750px;
	float: right;

}

.bottomnav a:hover {
	background-color: #ddd;
	color: black;

}