@charset "UTF-8";
@import url("welcome_mobile.css");
body {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.title {
	text-align: center;
	margin-top: 5%;
	color: #5BA6DA;
	letter-spacing: 3px;
	font-size: 40px;
	font-weight: lighter;
	margin-bottom: 5%;
}


nav {
	letter-spacing: 3px;
	font-size: 20px;
	width: 80%;
	text-align: center;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
}

nav ul li {
	display: inline;
	list-style-type: none;
	margin-right: 10%;
}

nav ul li a {
	color: #000000;
	opacity: 0.5;

	text-decoration: none;
}

nav ul li a:hover {
	opacity: 1;
	text-decoration: overline;
}

.welcome_image {
	width: 45%;
	margin:auto;
}

.welcome_image img {
   width: 100%;
}

.mail {
	width: 45%;
	text-align: center;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20%;
}

.mail a {
	letter-spacing: 3px;
	color: #5BA6DA;
}
