html, body {
	background-color: white;
	color: black;

	font-family: "Helvetica", sans-serif;
	font-weight: lighter;
	font-size: 12pt;
	
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

h2 {
	text-transform: uppercase;
	font-size: 22pt;
	font-weight: lighter;
	margin: 30px 0 30px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

h2 b {
	font-weight: bold;
}

h2::before {
	position: absolute;
    display: block;
	content: "";
	border: none;
	border-radius: 58px;
    width: 58px;
    height: 58px;
    top: -10px;
    left: -22px;
    z-index: -1;
}

.content.gold h2:before {
	background-color: #E8BC80;
}

.content.lila h2:before {
	background-color: #AC98DB;
}

.content.mint h2:before {
	background-color: #98DBC6;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	margin: 25px 0 20px 0;
	padding: 0;
}

.clear {
	clear: both;
}

#header {
	margin: 50px 50px 20px 50px;
}

#header #logo {
	max-width: 310px;
}

#header a, #header a:active, #header a:visited, #header a:hover {
	text-decoration: none;
}

#social {
	vertical-align: top;
	float: right;
	margin-bottom: 40px;
}

@media (width < 560px) {
	#social {
		float: none;
	}
}

.social_icon, .social_icon:visited, .social_icon:hover, .social_icon:active {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-size: 100% 100%;
	background-color: #E8BC80;
	text-decoration: none;
	border-radius: 32px;
	border-style: solid;
	border-width: 1px;
	border-color: white;
}

.social_icon:hover, .social_icon:active {
	border-color: black;
}

#social_whatsapp {
	background-image: url("../images/social_whatsapp.svg");
}

#social_instagram {
	background-image: url("../images/social_instagram.svg");
}

#social_youtube {
	background-image: url("../images/social_youtube.svg");
}

#social_facebook {
	background-image: url("../images/social_facebook.svg");
}

.photo_big {
	float: left;
	display: block;
	margin-top: -130px;
	margin-left: 100px;
}

.photo_big img {
	width: 380px;
}

.photo_small {
	display: none;
}

.content {
	padding: 0 60px;

	
	background-repeat: repeat-x;
	background-size: auto 145px;

	margin-bottom: 100px;
}

.content.gold {
	background-image: url("../images/section_bg_gold.svg");
}

.content.gold a, .content.gold a:visited, .content.gold a:hover, .content.gold a:active {
	color: #E8BC80;
}

.content.lila {
	background-image: url("../images/section_bg_lila.svg");
}

.content.lila a, .content.lila a:visited, .content.lila a:hover, .content.lila a:active {
	color: #AC98DB;
}

.content.mint {
	background-image: url("../images/section_bg_mint.svg");
}

.content.mint a, .content.mint a:visited, .content.mint a:hover, .content.mint a:active {
	color: #98DBC6;
}

.text_block {
	display: block;
	max-width: 310px;
	float: left;
}

.small_text {
	font-size: 10pt;
}

.uppercase {
	text-transform: uppercase;
}

@media (width < 910px) {
	.text_block {
		float: none;
	}

	.photo_big {
		display: none;
	}

	.photo_small {
		display: block;
		float: right;
		width: 155px;
		padding-left: 5px;
		margin-top: 0px;
		margin-right: -30px;
	}
}

.button, .button:visited, .button:hover, .button:active {
	display: inline-block;
	text-decoration: none;
	color: black !important;
	padding: 10px 30px;
	border-radius: 20px;
	border-style: solid;
	border-width: 1px;
	
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}

.content.gold .button, .content.gold .button:visited {
	border-color: #E8BC80;
}

.content.lila .button, .content.lila .button:visited {
	border-color: #AC98DB;
}

.content.mint .button, .content.mint .button:visited {
	border-color: #98DBC6;
}

.content .button:hover, .content .button:active,
.content.gold .button:hover, .content.gold .button:active,
.content.lila .button:hover, .content.lila .button:active,
.content.mint .button:hover, .content.mint .button:active {
	border-color: black;
}

.photo_bg {
	display: flex;
	align-items: flex-end;
	justify-content: right;

	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	
	width: 100%;
	height: 400px;

	margin: 0;
	padding: 0;
}

#photo_bg_semuc {
	background-image: url("../images/photo_bg_guate.svg?v=2");
}

.photo_bg .tagline_container {
	display: block;
	margin-right: 20px;
	margin-bottom: 70px;
}

.photo_bg p {
	color: white;
	margin: 0;
	padding: 0;
	text-shadow: #1D331B 0 0 4px;
}

.photo_bg .tagline {
	font-size: 20px;
}

.photo_bg .tagline .indent {
	padding-left: 8px;
}

.photo_bg .author {
	font-size: 14px;
	margin-top: 5px;
}

.photo_bg .copyright, .photo_bg {
	font-size: 12px;
	margin-top: 20px;
}

.photo_bg .copyright a, .photo_bg .copyright a:visited, .photo_bg .copyright a:hover, .photo_bg .copyright a:active {
	color: white;
}