body, html {
	margin:0;
	padding:0;
	font-family: 'Ubuntu', sans-serif;
	
	background: url(../images/bg-kyklades.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #111;  
}

a.logo {
	display: block;
	width: 250px;
	height:133px;
	text-indent: -99999px;
	background: url(../images/logo.jpg) no-repeat;
	margin:1rem auto;
	text-align: center;
}

.row {
	position: relative;
	margin:0 auto;
	max-width:1200px;
	height: 100vh;
}

.main {
	margin:3rem auto 2rem auto;
}

.main ul {
	margin:2rem auto 0 auto;
	display: block;
	text-align: center;
	max-width: 800px;
	z-index: 1;
	font-size: 26px;
	padding:0;
	font-weight: bold;
}

.main ul span {
	font-size: 18px;
	margin:0 auto;
	display: block;
	text-align: center;
	max-width: 350px;
	margin-bottom: 30px;
	text-decoration: underline;
	padding: 5px 15px;
	font-weight: bold;
}

.main ul li {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.main ul li a {
	color: #111;
	text-decoration: none;
	font-weight: bold;
}

hr {
	background: transparent;
	border-top:1px solid #111;
	border-bottom: none;
	border-left: none;
	border-right: none;	
	max-width: 60px;
	margin:2rem auto;
}

.main p {
	text-align: center;
	padding: 0;	
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}

a[href^="tel"] {
	color:#111;
}