.header{
	min-width: auto;
	height: 559px;
	background-color: #0E4980;
}

body{
	font-family: Trebuchet MS, Helvetica, sans-serif;
	width:100%;


}

hr{
	background-color: #0E4980;
	height: 2px;
	position: center;
	margin: 8px 144px 8px 0px;
}


h2{
	color: #0E4980;
	font-size: 40px;
}

.image{
	content: url("https://i.imgur.com/jpM84de.png");
	margin: 0 auto;
	padding-top: 140px;
	width: 441px;
	height: 280px;
	position: relative;
	background-attachment: fixed;
	
}

.navbar{
	float: right;
	position: sticky;
	top:0;
}

.nav a{
	text-decoration: none;
	color: #0E4980;
}

.abouticon{
	font-size: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #0E4980;
	border-radius: 50%;
	padding: 5px;
	width: 70px;
	height: 70px;
	text-align: center;
}


.featuresicon{
	content: url("https://i.imgur.com/ugQ9R0V.png");
	width: 70px;
	height: 70px;
	border-style: solid;
	border-width: 2px;
	border-color: #0E4980;
	border-radius: 50%;
	padding: 5px;
	
}

.usericon{
	font-size: 20px;
	border-style: solid;
	border-width: 2px;
	border-color: #0E4980;
	border-radius: 50%;
	width: 70px;
	height: 70px;
	padding: 5px;
	text-align: center;
}


.downloadicon{
	content: url("https://i.imgur.com/7InqyAW.png");
	width: 70px;
	height: 70px;
	border-style: solid;
	border-width: 2px;
	border-color: #0E4980;
	border-radius: 50%;
	padding: 5px;
}

.rectangle{
	border-style: solid;
	border-width: 2px;
	width: 20px;
	height: 40px;
	border-color: #0E4980;
	background-color: #0E4980;
	margin: auto;
	
}
.aboutpage{
	min-width: 700px;
}

.featurespage{
	min-width: 900px;
}

.downloadpage{
	min-width: 700px;
}

.aboutimage {
    content: url("https://i.imgur.com/2kkWGNq.jpg");
    width: 260px;
    height: 310px;
}

#features{
	margin-left: 270px;
}

.featurestable{
	margin: auto;
}

.feat1img, .feat2img, .feat3img, .feat4img{
	border-color: #0E4980;
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

.feat1text, .feat2text, .feat3text, .feat4text{
	text-align: center;
	color: #0E4980;
	font-size: 20px;
}


.feat5img, .feat6img, .feat7img, .feat8img{
	border-style: solid;
	border-width: 2px;
	border-radius: 50%;
	width: 150px;
	height: 150px;
}

.feat5text, .feat6text, .feat7text, .feat8text{
	text-align: center;
	font-size: 20px;
}

.featinfobox2 {
    content: url("https://i.imgur.com/2zzjVAy.jpg");
    width: 260px;
    height: 310px;
    float: left;
    margin-top: 50px;
}
.feattextbox1 p{
	color: #0E4980;
}

.feattextbox2 p{
	color: black;
}

.feattextbox2{
	padding-left: 250px;
	margin-bottom: 50px;
}

.featuresinfobox2, .featurestable{
	display: inline;
}

.feat1img{
	content: url("https://i.imgur.com/8L1D5Qm.png");
	width: 100px;
	height: 100px;
	margin: auto;
	padding: 10px;

}
.feat2img{
	content: url("https://i.imgur.com/AIGmp1F.png");
	width: 90px;
	height: 90px;
	margin: auto;
	padding: 10px;
}

.feat3img{
	content: url("https://i.imgur.com/ugQ9R0V.png");
	width: 100px;
	height: 100px;
	margin: auto;
	padding: 10px;
}

.feat4img {
    content: url("https://i.imgur.com/9Xfs68g.png");
    width: 100px;
    height: 100px;
    margin: auto;
    padding: 10px;
}

.feat5img{
	content: url("https://i.imgur.com/omyBRv4.png");
	width: 100px;
	height: 100px;
	margin: auto;
	padding: 10px;
}

.feat6img{
	content: url("https://i.imgur.com/8G4NhZW.png");
	width: 90px;
	height: 90px;
	margin: auto;
	padding: 10px;
}

.feat7img{
	content: url("https://i.imgur.com/BxRdwZL.png");
	width: 100px;
	height: 100px;
	margin: auto;
	padding: 10px;
}

.feat8img{
	content: url("https://i.imgur.com/Y5INYx5.png");
	width: 90px;
	height: 90px;
	margin: auto;
	padding: 10px;
}

#download{
	margin-left: 270px;
}

.downloadinfo{
	width: 800px;
	

}

.downloadimg {
    content: url("https://i.imgur.com/cxKcsDK.jpg");
    width: 260px;
    height: 310px;
    float: left;
}

.downloadbutton{
	content: url("https://get.google.com/apptips/images/google-play.png");
	width: 35%;
	height: 35%;
	padding-top: 50px;
	padding-right: 50px;
}