@charset "UTF-8";

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #EEEEEE;
}
#top-panel {
	position: absolute;
	text-align: center;
	top: 0px;
	width: 100%;
	height: 220px;
	background-color: #2C3E50;
	z-index: -1;
}
#container {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
#eve-image {
	display: inline-block;
	position: relative;
	margin-top: 60px;
	margin-left: 100px;
	width: 200px;
	height: 202px;	
	background-image: url("eve.jpg");
	box-shadow: 3px 3px 5px black;
	border-radius: 4px;
	z-index: 10;
}

#container .title {
	display: inline-block;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #FFFFFF;

	margin-left: 20px;
	margin-top: 70px;
	font-size: 20px;
	letter-spacing: 1px;
	vertical-align: top;
	width: 40%;
	top: 10px;
}


#container .title span {
	font-size: 14px;
	font-weight: normal;

}
#container p {
	width: 75%;
	margin-left: 150px;
	margin-top: 30px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#container p span {
	font-weight: bold;
}
#container li {
	list-style-type: disc;
	margin-left: 170px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
#container li a {
	margin-bottom: 150px;
}
#bottom-panel {
	position: fixed;
	bottom: 0px;
	width: 100%;
	text-align: center;
	height: 40px;
	padding-top:10px;
	color: white;
	background-color: #2C3E50;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
}
#bottom-panel a {
	color: #F5F884;
}
.title span a {
	color: #F5F884;
}
#bottom-panel span {
	display: inline-block;
	padding: 5px 15px;;
}
#container .title span {
	display: inline-block;
	padding: 0px 15px 0px 0px;
}
#container hr {
	display: none;
}
#badge1 {
	background-image: url("badge1.png");
	width: 150px;
	height: 150px;
	display: inline-block;
	background-size: contain;
	margin-left: 100px;	
}
#seleni {
	display: inline-block;
	vertical-align: top;
	margin-top: 65px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-weight: normal;
	font-size: 14px;
}
@media (max-width: 780px){
#bottom-panel {
	height: 60px;	
}
#container p {
	margin-left: 60px;	
}
#container li {
	margin-left: 100px;
}
	
}
@media (max-width : 500px ){
	
#container {
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#top-panel {
	height: 180px;
}	
#eve-image {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#container .title {
	color: black;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-left:auto;
	margin-right: auto;
	width: 90%;
}	
#container .title span {
	display: inline-block;
	width: 280px;
}

#bottom-panel span {
	width: 100%;	
}
.title span a {
	color: blue;
}
#container p {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
	width: 90%;
}
#container hr {
	display: block;
	margin-top: 35px;
	width: 70%;
}
#container li {
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;	
}


#bottom-panel {
	display: none;
}
#tryagain {
	background-color: #2C3E50;
	
	width: 100%;	
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}
#tryagain span {
	display: inline-block;
	width: 90%;
	padding: 2px 0 5px 0;
	color: white;
	font-size: 14px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
#tryagain span a {
	color: #F5F884;	
}
#badge1 {
	margin-left: 0px;
}
#seleni {
	display: block;
	margin-top: 0px;	
}
}


@media (min-width : 501px ){
	
#bottom-panel {
	height: 60px;	
}
#container p {
	margin-left: 60px;	
}
#container li {
	margin-left: 100px;
}
#container li a {
	margin-bottom: 150px;
}
#tryagain span {
	display: none;
}
}	
	
	
	
}
