/** Imported Google fonts **/
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body, p, span, a, ul, li {
    font-family: "Open Sans", sans-serif;
	color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Garamond", serif;
	color: var(--black);
	font-weight: 300;
}
h1 {
	font-size: 5.3vw;
	line-height: 5.3vw;
	text-transform: uppercase;
	margin-bottom: 30px;
	}
article h1 {
	font-size: 35px;
}
h2 {
	font-size: 55px;
	margin-bottom: 20px;
	}
#tab-description h2 {
	font-size: 45px;
}
#tab-description h2.large {
	font-size: 65px;
}

h2.large {
	font-size: 70px;
}
article h2 {
	font-size: 30px;
	margin-bottom: 10px;
	margin-top: 35px;
}

h3 {
	font-size: 30px;
}
article h3 {
	font-size: 26px;
}
.blog-text h3 {
	font-size: 26px;
}
h3.wp-block-heading {
	margin-top: 25px;
}
h4 {
	font-size: 26px;
	margin-bottom: 5px;
}
article h4 {
	font-size: 20px;
}
h5 {

}
h6 {
	font-size: 22px;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

p, ul, li {
	font-size: 17px;
}
a {
	color: var(--black);
}
a:hover {
	color: var(--black);
}
strong {
	font-weight: 700;
}
.small {
	font-size: 13px;
}
p.large {
	font-size: 22px;
}

p.med {
	font-size: 18px;
}
#breadcrumbs {
	font-size: 13px;
}
#breadcrumbs a {
	font-size: 13px;
}

/** different font colours **/
.text-white, .text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white p, .text-white a {
    color: #ffffff !important;
}

/** different link colours **/
a.white-link:link, a.white-link:visited, a.white-link:hover, a.white-link:active, a.white-link:focus {
    color: #ffffff;
}
a.white-link i {
	color: #fff;
}

.accordion-item__toggle {
	padding: 1em 1.5em 1em 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: var(--navy-blue) !important;
}

.accordion-item__toggle:hover {
	padding: 1em 1.5em 1em 0 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    color: var(--navy-blue) !important;
	background-color: white !important;
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	

}

/* ----------------------------------------------------- Smaller than 900px ----------------------------------------------------- */
@media only screen and (max-width : 900px) {
	p.med {
		font-size: 15px;
	}

}

/* ----------------------------------------------------- Smaller than 768px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 768px) {
	h1 {
		font-size: 7vw;
		line-height: 7vw;
	}
	article h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 36px;
	}
	article h2 {
		font-size: 30px;
	}
	#tab-description h2.large {
		font-size: 36px;
	}
	#tab-description h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 22px;
	}
	article h3 {
		font-size: 21px;
	}
	p.large {
		font-size: 18px;
	}
	
}

/* ----------------------------------------------------- Smaller than 550px - iPad portrait ------------------------------------------------------ */

@media only screen and (max-width : 550px) {
	h1 {
		font-size: 10vw;
		line-height: 10vw;
	}
}