@import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;600;700&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'EB Garamond', serif;
  margin: 0;
}
h2 {
	font-family: 'Work Sans';
	font-weight: 300;
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
	text-align: center;
	margin: 0 0 80px 0;
}
p {
	font-size: 18px;
	margin: 0 0 40px 0;
}
.paragraph--type-paragraph-highlight h3 p {
	font-family: 'Work Sans';
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
  font-style: normal;
}
.paragraph--type-paragraph-highlight h3.alignment-Centre p {
	text-align: center;
}
.paragraph--type-paragraph-highlight h3.alignment-Right p {
	text-align: right;
}
.paragraph--type-paragraph-file span {
	display: inline-block;
	font-family: 'Work Sans';
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 40px 0;
  font-style: normal;
}
figcaption {
	font-size: 15px;
	margin: 5px 0 80px 0;
	color: #555;
}
a {
	color: #000;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
img {
	display: block;
}

.data-off-canvas-main-canvas {
	position: relative;
}

main .layout-content {
	padding: 200px 40px 40px 40px;
}

#off-canvas {
	display: none;
}

@media screen and (max-width: 680px) {
	iframe {
		width: 100%;
		height: auto;
	}
}	
