@import url('assets/fonts/dmserifdisplay-regular.ttf');


@font-face {
    font-family: 'DM Serif Display';
    src: url("../fonts/DMSerifDisplay-Regular.eot");
    src: url("../fonts/DMSerifDisplay-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"),
        url("../fonts/DMSerifDisplay-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Host Grotesk';
    src: url("../fonts/HostGrotesk-Light.eot");
    src: url("../fonts/HostGrotesk-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/HostGrotesk-Light.woff2") format("woff2"),
        url("../fonts/HostGrotesk-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
p{
	font-family: 'Host Grotesk';
	font-size: 1.5rem;
}
h1 {
	font-family: 'DM Serif Display';
	color: #98b6e2;
	font-size: 3rem;
}
.title {
	font-family: 'DM Serif Display';
	color: #98b6e2;
	font-size: 3rem;
	line-height: 3rem;
	margin: 1rem;
	text-align: center;
	border-bottom: solid 1px #98B6E2;
	padding: 1rem;
}
.sub-title {font-family: 'DM Serif Display'; font-size: 2rem; line-height: 2rem}
.thumb-title {font-family: 'DM Serif Display'; font-size: 1.5rem; line-height: 1.5rem; text-align: center; position: absolute; z-index: 99; bottom: 0px; width: 95%; color: #fff; padding: 5%; margin-bottom: 10px;}
.thumb-title a {text-decoration: none; color: #fff; font-family: 'Host Grotesk'; font-size: 1.1rem; line-height: 1.1rem; border: solid 1px #fff; margin; 5px; border-radius: 30px; padding: 5px 20px; display: block;}
.thumb-title a:hover {background: #fff; color: #000}
.itinery-cta {    text-decoration: none;
    color: #404040;
    font-family: 'Host Grotesk';
    font-size: 1.1rem;
    line-height: 1.1rem;
    border: solid 1px #404040;
    border-radius: 30px;
    padding: 8px 20px;
    display: block;
	text-align:center;
}
.itinery-cta:hover {
	background:#98B6E2; 
	color:#000; text-decoration:none;
}

