/* potro stylesheet by publiSITIO 05jan17 */
@import url('https://fonts.googleapis.com/css?family=Fauna+One');
body{
	font-family: 'Fauna One', serif;
	font-size: 13px;
	background: url(../img/old-wall-landingpage.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #000;
	margin: 0;
	text-align: center;
}
h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.main{
	position: absolute;
  	left: 50%;
  	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.footer{
	position: absolute;
	bottom: 0;
	width: 100%;
}

ul.adress{
	background: #343434;
	padding: 0px 10px 25px 10px;
	display: block;
	margin-bottom: 0px;
	color: #fff;
}
ul.adress li{
	display: inline;
}
.credits{
	position: absolute;
	top: 10px;
	right: 10px;
}
/*
.card{
	margin: 0px auto;
	width: 260px;
	background: rgb(255,255,255);
	background: rgba(255,255,255, 0.7);
	padding: 15px;
	text-align: center;
	border: 1px solid #ccc;
	border-width: 0px 1px 1px 1px;
}
.card ul{
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: inside;
}
.card ul li{
	
}
.card ul li i{
	border-radius: 15px;
	border: 1px solid #000;
	padding: 10px;
	margin: 5px 0;
}
.credits{
	color: #000;
	padding: 10px;
}
*/
@media(max-width:768px) {
	/*
    .card {

        border: 0px;
    }
    img{
    	width: 100%;
    	height: auto;
    }
	*/
	body{
		background: none;
	}
	ul.adress{
		padding: 10px;

	}

}
