/* GLOBAL STYLES */

/* $grid-breakpoints: (
  xs: 0,
  sm: 576px,
  md: 768px,
  lg: 992px,
  xl: 1200px,
  xxl: 1400px
);
*/

/* Colors 

yellow: #F9DC7E
green: #CBD692
red: #A91630

*/

html {
	position: relative;
}

body {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

body,
p {
	font-size: 1.5rem;
	line-height: 2.25rem;
	color: #020000;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.logo-home {
	width: 350px;
}

.mission {
	font-size: 1rem;
	line-height: 1.3rem;
	margin-top: 1.8rem;
}

.btn {
	font-size: 1.25rem;
}

.dropdown-menu>ul {
	list-style-type: none;
}

.caption {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.6rem;
}

.article.teaser {
	font-size: 2rem;
}

.article.author {
	font-size: 0.9375rem;
	text-transform: uppercase;
}

.article p {
	font-size: 1.25rem;
	line-height: 1.8rem;
	margin-bottom: 1.6rem;
}

.article img {
	margin-bottom: 1rem;
}

.colophon p {
	font-size: 0.875rem;
}

.contact {
	margin-left: 11.5rem;
}

.copyright {
	line-height: 1.3rem;
}

h1 {
	font-size: 2rem;
	font-weight: 400;
}

h2 {
	font-size: 1.75rem;
	font-weight: 400;
}

h3 {
	font-size: 1.5rem;
	font-weight: 400;
}

h4 {
	font-size: 1.25rem;
	font-weight: 400;
}

h5 {
	font-size: 1rem;
	font-weight: 500;
}

.teaser {
	padding: 0.5rem;
}

.teaser-text {
	text-transform: uppercase;
	font-size: 1.125rem;
	margin-top: 1rem;
	margin-left: 2rem;
}

.left {
	float: left;
}

.right {
	float: right;
}

a.title-link:link, 
a.title-link:visited {
	color: #000;
	text-decoration: none;
}

a:link,
a:visited {
	color: #000;
	text-decoration: none;
}

a.title-link:active {
	color: #000;
	text-decoration: none;
}

a.title-link:hover {
	color: #A91630;
	text-decoration: none;
}

a:hover,
a:active {
	color: #A91630;
	text-decoration: none;
}

a.red-link {
	font-size: 1.25rem;
	font-weight: 500;
	color: #A91630;
}

.footer {
	background-color: #CBD692;
}

/* ----- Inside Pages ----- */

.header,
.header_home {
	background-color: #F9DC7E;
}

.inside .header {
	height: 115px;
}

.trent_alison {
	width: 80px;
	height: 80px;
	margin-top: 1.2rem;
}

.logo {
	width: 350px;
	margin-top: 1.2rem;
	margin-left: 1rem;
}

.destinations {
	margin-top: 2.5rem;
	/* padding-left: 4rem; */
}

.page_title {
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* RESPONSIVE CSS   -------------------------------------------------- */

/* X-Large 1200 to 1399 */
@media (max-width: 1399.98px) {
	.destinations {
		margin-top: 2.25rem;
	}
	
	.contact {
		margin-left: 6rem;
	}
	
}

/* Large 992 to 1199) */
@media (max-width: 1199.98px) {
	
.logo {
	width: 300px;
		margin-top: 1.5rem;
		margin-left: 1rem;
	}
	
	.destinations {
		margin-top: 2.3rem;
		padding-left: 4rem;
	}
	
	.home-title {
		font-size: 1.875rem;
		margin-top: 2rem;
	}
	
	.article p {
		font-size: 1.125rem;
	}
	
	h3 {
		font-size: 1.25rem;
	}
	
	.contact {
		margin-left: 1rem;
	}

}

@media (min-width: 992px) {
	.float-lg-end,
	.float-lg-start {
		max-width: 50% !important;
		width: auto !important;
	}
}

/*  Medium - 768 to 992px ) */
@media (max-width: 991.98px) {

	.trent-alison-home {
		width: 120px;
		height: 120px;
		margin-top: 1.2rem;
	}
	
	.logo-home {
		width: 280px;
		margin-top: .5rem;
	}

	.logo {
		width: 300px;
		margin-top: 1.5rem;
	}

	.btn {
		margin-top: 1rem;
		float: right;
	}
	
	.country-banner {
		background-color: #F9DC7E;
		padding: .1rem;
	}
	
	.teaser {
		font-size: 1rem;
		padding: 1rem 0 0.5rem 0;
	}
	
	.teaser a {
		font-size: 1.5rem;
	}

	.home-title {
		font-size: 1.5rem;
		font-weight: 400;
	}
	
	.article p {
		font-size: 1.125rem;
		font-weight: 400;
		line-height: 1.8rem;
	}

	.destinations {
		margin-top: 2.3rem;
	}
	
	h2 {
		font-size: 1.375rem;
	}

	h3.topic {
		font-size: 1.25rem;
	}
	
	h3 {
		font-size: 1rem;
	}

	.caption {
		font-size: 0.875rem;
		font-weight: 400;
		line-height: 1.4;
	}
	
	.colophon p {
		font-size: 0.75rem;
		line-height: 1rem;
	}
	
	.contact {
		float: right;
	}
	
}

/* Small - 576 to 768px) */
@media (max-width: 767.98px) {

	.logo-home {
		width: 300px;
		margin-top: 1.5rem;
	}
	
	.country-banner {
		background-color: #F9DC7E;
		padding: .1rem;
	}

}

/* Extra small devices less than 576px */
@media (max-width: 575.98px) {

	.logo-home {
		width: 250px;
		margin-top: 0rem;
		margin-left: 0.5rem;
	}

	.logo {
		width: 245px;
	}

	.trent-alison-home {
		width: 60px;
		height: 60px;
		margin-top: 0rem;
	}

	/* internal */
	.trent_alison {
		width: 65px;
		height: 65px;
		margin-top: 1.2rem;
	}

	.caption {
		font-weight: 400;
		line-height: 1.3rem;
	}

	.author {
		font-weight: 500;
	}

	.mission {
		font-size: 0.9375rem;
	}
	
	.country-banner {
		background-color: #F9DC7E;
		padding: .1rem;
	}
	
	.teaser {
		font-size: 0.875rem;
		margin: 0rem;
		padding: 0.5rem;
	}
	
	.teaser a {
		font-size: 1.5rem;
	}
	
	a.red-link {
		font-size: 1.25rem;
		font-weight: 500;
		color: #A91630;
	}
	
	.home-title {
		font-size: 1.25rem;
	}
	
	.article p {
		font-size: 1rem;
		line-height: 1.6rem;
		margin-bottom: 1.6rem;
	}

	h2 {
		font-size: 1.25rem;
	}
	
	h3 {
		font-size: 1.25rem;
		font-weight: 400;
	}

	.inside .header {
		height: 100px;
	}

	.btn {
		margin-top: 0.2rem;
		margin-left: 0rem;
		padding-left: 1rem;
	}

	.page_title {
		height: 80px;
	}

	.page_title>h1 {
		font-size: 1.5rem;
	}

	.article img {
		margin-bottom: 1.8rem;
	}
	
	.youtube {
		font-size: 1rem;
		color: #000;
	}
	
	.contact {
		float: none;
	}
}