html{
    font-size:100%;
}

body{
	margin:0;
	padding:0;
	min-height: 100vh;
	color: white;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img{
    max-width: 100%;
    height: auto;
}

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}
a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}
a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

.container{
	margin:10px;
}

.row{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}


.header1{
	display: flex;
	justify-content: center;
	align-items: center;
	color: grey;
    /*background: #F0FFF0;*/
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 180px;
	height: 180px;

	border-radius: 10px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.header2{
	display: flex;
	justify-content: center;
	align-items: center;
	color: grey;
	/*background: #F0FFF0;*/
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 760px;
	height: 180px;

	border-radius: 10px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}


.navigation1{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.navigation2{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.navigation3{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.navigation4{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.navigation5{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.navigation6{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
.navigation7{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #015e53;
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 120px;
	height: 30px;
	margin:10px;
	border-radius: 5px;
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.sidebar{
	display: flex;
/*	justify-content: center;*/
	justify-content: flex-start;
	justify-items: left;
/*	align-items: center;*/
	align-items: flex-start;
	color: grey;
/*	background: #F0FFF0;*/
	position: relative;
	flex:1;
	margin: 10px;
	max-width: 200px;
	/*height: 300px;*/
	margin:10px;
	/*border-radius: 10px;*/
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.content{
	display: flex;
	justify-content: center;
	align-items: baseline;
	color: grey;
/*	background: #F0FFF0;*/
	position: relative;
	flex:2;
	margin: 10px;
	max-width: 740px;
	height: 100%;
	margin:10px;
	/*border-radius: 10px;*/
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.footer1{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: #e09b04;
	position: relative;
	flex:1;
	margin: 50px;
	max-width: 740px;
	height: 50px;
	margin:10px;
	/*border-radius: 10px;*/
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}

.footer2{
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	background: #e09b04;
	position: relative;
	flex:1;
	margin: 50px;
	max-width: 200px;
	height: 50px;
	margin:10px;
	/*border-radius: 10px;*/
	/*box-shadow: 0 0 5px rgba(0,0,0,.3);*/
}
