/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 12, 2017, 10:23:55 PM
    Author     : Yannis
*/

html{
	height: 100%;
}

body{
    background-image: url('bg-sailandrive.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	margin: 0;
	height: 100%;
	color: #000;
	font-family: 'Jura', sans-serif;
	font-weight: 500;
}

#body-container {
    position: relative;
}
#body-container .inner-body {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);

}

.logo {
    max-width: 400px;
}

h1 {
	font-size: 38px;
}

.rect {
	background-color: #fff;
	opacity: 0.7;
	padding: 20px 30px;
	margin: 0 10px;
}

.outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.middle {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.inner {
    margin-left: auto;
    margin-right: auto; 
}

.inner h1 {
    font-weight: normal;
}

.inner h1,
.inner p{
    display: block;
}

.inner div.underconstruction span{
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 140%;
	color: #fff;
}

.inner img {
    padding-bottom: 30px;
}

.contact {
    margin: 30px;
}

.contact ul {
    background: none;
    list-style: none;
    padding: 0;
    
}

.contact li {
    color: #000;
	font-weight: 700;
	font-size: 18px;
	padding: 10px;
}

.contact li a {
	text-decoration: none;
	color: #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
}

.contact li a:hover {
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #000;
}