
main {
	padding: 1em;
}

.tm-wrapper-center {
	display: block;
}

.tm-section-intro-title {
	text-shadow: 2px 2px 18px rgba(0,0,0,1); 
	font-weight: bold;
	font-size: 4.8em;
	font-family: "Playfair Display", serif;
	display: inline-block;
	width: auto;
}
.tm-section-intro-text {
	display: inline-block;
    padding: .2em;
    font-weight: normal;
	font-size: 5.0em;
	line-height: .8em;
    text-shadow: 2px 2px 4px rgba(0,0,0,1);
	width: auto;
	margin-bottom: .4em;
}

.calligraphy {
	font-family: "Italianno", cursive, serif;
}

.se-mia-seira {
	margin-bottom: 18em;
}


.tm-btn-white-big,
.tm-btn-white-big:focus {
	background: rgba(255,255,255,.3);
    color: #fff;
	border: 2px solid #fff;
}
.tm-btn-white-big:hover {
	background: #81b4eb;
    color: #fff;
}



.tm-copyright-text {
	text-align: center;
}

.full-page {
	padding: 2em;
	text-align: center;
	width: 100vw;
	height: 90vh;
	background-color: #aaa;
	color: #000;	
	display: flex;
	font-size: 2em;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 4px solid #fff;
	
}
.section-title {
	flex: 0;
	font-size: 2em;
	color: #fff;
	text-shadow: 2px 2px 12px rgba(0,0,0,1);
	font-weight: bold;
	margin: 1.4em 0 1em;
}
.section-text {
	flex: 0;
	font-size: .6em;
	color: #fff;
	max-width: 80vw;
	background: rgba(0,0,0,.6);
	display: inline-block;
	padding: 1.2em 1.5em;
}

.page-1 {
	background: url(../img/glamcamp.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.page-2 {
	background: url(../img/villa-view.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.page-3 {
	background: url(../img/concierge.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.page-4 {
	background: url(../img/yacht.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	
}
.page-5 {
	background: url(../img/photography.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

@media screen and (max-width: 600px) {
	.se-mia-seira {
		margin-bottom: 4em;
	}
	.full-page {
		padding: 1em;
		font-size: 1em;
		width: 100%;
		height: 100vh;
	}
	.section-title {
		font-size: 1.6em;
	}
	.section-text { 
		font-size: .8em;
	}
	
	.page-2 {
		background-position: 80% 50%;
	}

}

.clause {
	font-size: .7em;
	color: #444;
	display: block;
}