body{
	margin: 4em 5em;
	width: 720px;
	height: 2000px;
	
	}

h1{
	font-family: 'raleway', sans-serif;
	color: black;
	font-size: 52px;
	background:white;
	
	text-align: center;
	font-weight: 900;
	line-height: 60px;
	padding: .7em;
	border-radius: 20px;
	position: relative;
}
#container{
	width: 720px;
	height: 80px;
	background: gray;
	background:rgba(455,455,455,.9);
	border-radius: 20px;
	margin: 1em;
	position: relative;
	right:15px;}

h2{	font-family: 'Comfortaa', sans-serif;
	padding: .7em;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
	color: black;
}
#transpar {
	background: gray;
	background:rgba(255,255,255,0.5);
	position: relative;
	padding: 4 4em;
	width:100%;
	height: 100%;
	border-radius: 20px;
}
ul{
	list-style-type: none;
	margin: 0;
    padding: 1em;
    overflow: hidden;
    background-color: #white;
}
li{
	display: inline;
}
#navigation{
	width: 100%;
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	background: gray;
	border-radius: 20px;
}
li a{
	display: inline;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
	a:link {
    background-color: gray;}

	a:visited {
	background-color: ;
	border-radius: 20px;
}
	a:hover {
    background-color: black;
    border-radius: 20px;
}
	a:active {
    background-color: aqua;
}
aside{
	background: white;
	position: relative;
	width: 200px;
	border-radius: 20px;
	padding: 1em;
	left: 100%;
	bottom: 3300px;
	margin: 1em;
	font-family: 'Comfortaa', sans-serif;
}
#image1 {
	position: relative;
	top: 3em;
	padding: 1.5em;
}
h3 {
	font-family: 'raleway', sans-serif;
	font-size: 30px;
	font-weight: 0;
	position: relative;
	bottom: 200px;
	left: 350px;
	font-weight: 600;
}
p{
	font-family: 'Comfortaa', sans-serif;
	background: gray;
	width: 40%;
	height: 50%;
	padding: 1em;
	position: relative;
	bottom: 220px;
	left: 21em;
	border-radius: 20px;
}
#image2{
	position: relative;
	padding: 1.5em;
	bottom: 155px;
}
#image3{
	position: relative;
	bottom: 380px;
	padding: 1.5em;
}
#image4{
	position: relative;
	bottom:600px;
	padding: 1.5em;
}
#image5{
	position: relative;
	padding: 1.5em;
	bottom: 790px
}
#image6{
	position: relative;
	padding: 1.5em;
	bottom: 990px;
}
#image7{
	position: relative;
	padding: 1.5em;
	bottom: 1230px;

}
footer{
	font-family: 'Comfortaa', sans-serif;
	position:relative;
	bottom: 1710px;
	padding: 2em;
	font-size: 12px;
}
#Photo1{
	position: relative;
	padding: 3.5em;

}
#Photo2{
	position: relative;
	padding: 3.5em;

}
#Photo3{
	position: relative;
	padding: 3.5em;

}
#link{
	font-family: "Comfortaa",sans-serif;
	font-size: 30px;
	position: relative;
	background: gray;
	border-radius: 20px;
	margin: 1em 1em;
	top: 40px;
	text-align: center;
	text-decoration: none;
}
#Photo4{
	position: relative;
	padding: 3em;
}

}