html,body {
	margin: 0;
	padding:0;
	width:100%;
	height: 100%;
}

body {
	background-image: url("../images/use-marbella.jpg");
	background-position: center;
	background-size: cover;
}

.base {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

.blockTime {
	width: 25%;
	padding: 20px 10px;
	margin: 0 10px;
	text-align: center;
	font-weight: bold;
	background-color: rgba(0,0,0,0.5);
}

.blockTime:first-child {
	margin-left: 0;
}

.blockTime:last-child {
	margin-right: 0;
}

figure {
	margin: 0;
	padding: 0;
}


span.large {
	font-size: 36px;
	line-height:1;
}


span.type {
	font-size: 9px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

h1 {
	font-weight: bold;
}

h2 {
	font-weight: bold;
	font-size: 2rem;
}

h4 {
	font-size: 1.1rem;
}

p {
	font-size: 1rem;
	font-weight:bold;
}

p.small {
	font-size: 0.9rem;
}

a {
	color: #fff;
	text-decoration: underline;
}

a:hover {
	transition: 0.3s;
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}

span.tbc {
	color: rgba(255,255,255,0.5);
}

.blockOne, .blockTwo, .blockThree {
	margin-top: 10px;
	margin-bottom: 10px;
}


@media(min-width: 512px) {
	span.type {
		font-size: 10px;
		letter-spacing: 0.2em;
	}
	span.large {
		font-size: 54px;
		line-height:1;
	}
}

@media(min-width: 768px) {
	.base {
		margin-top: 50px;
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: rgba(0,0,0,0.5);
	}
	.blockOne, .blockTwo, .blockThree {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.blockOne {
		margin-top: 0;
	}
	span.type {
		font-size: 12px;
	}
	span.large {
		font-size: 72px;
		line-height:1;
	}
	h4 {
		font-size: 1.4rem;
	}
	p {
	font-size: 1.1rem;
		font-weight:bold;
	}
}