@import url('https://fonts.googleapis.com/css?family=Yeseva+One');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&subset=latin-ext');



body {
	background:#fff;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	width:100%;
	height:100%;
	margin:0px;
	color: #000;
    font-size: 18px;
	padding:0px;
	font-family: 'Roboto', sans-serif;
}

a {
	text-decoration:none;
	color:#000;
	font-weight:700;
}

a:hover {
	text-decoration:none;
	color:#7f7f7f;
}

h1{
	font-family: 'Yeseva One', cursive;
	max-width: 465px;
	margin: 0px auto 0px auto;
	padding: 0px 0px;
	font-size: 35px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing:5px;
}

h1 span{
	display:block;
	font-size:180px;
	line-height:130px;
	letter-spacing:0px;
}

h3{
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing:3px;
	margin: -7px 0px 40px 0px;
}


h2{
	margin: 0px auto 20px auto;
    font-size: 18px;
	color: #000;
	max-width: 465px;
	font-weight:300;
}


.button{
	border:1px solid #00a1b4;
	border-radius:5px;
	color:#00a1b4;
	display: inline-block;
    margin: 20px 0px 20px 0px;
	padding:12px 18px;
	font-size:20px;
	font-weight:500;
}

.button:hover{
	border:1px solid #333;
	color:#333;
}

.container{
	position:absolute;
	width:100%;
	height:100%;
	display: table;
    text-align: center;
}

.container-middle{
	display: table-cell;
    vertical-align: middle;
	font-weight: 300;
    line-height: 145%;
	padding: 20px;
}

.container img{
	width:auto;
	max-width:200px;
	height:auto;
	margin-bottom: 35px;
}

.foto{
	width:150px !important;
	height:auto;
	margin:30px 0px 10px 0px !important;
}