/** Imported Google fonts **/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Oswald", sans-serif;
	color: var(--blue);
	font-weight: 500;
	text-transform: uppercase;
}
h1 {
	font-size: 5.5vw;
	line-height: 5.5vw;
	text-transform: uppercase;
	}

.hero h1 {
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	line-height: .98;
	letter-spacing: 1px;
	max-width: 900px;
}

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: 28px;
}
footer h3 {
	font-size: 24px;
	color: white!important;
}

.footer-links a {
	font-size: 24px;
	color: white!important;
}
footer a {
	font-size: 24px;
	color: white!important;
}
.blog-text h3 {
	font-size: 24px;
}
h4 {
	font-size: 25px;
	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;
	color: #505050;
	font-weight: 300;
}
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;
}

.features ul {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.features ul li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 14px;
}

.features ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 22px;
	height: 22px;
	background-image: url('/wp-content/themes/almiguk/assets/image/check.png');
	background-size: contain;
	background-repeat: no-repeat;
}

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */
@media only screen and (max-width : 1080px) {
	h1 {
		font-size: 50px;
	}

}

/* ----------------------------------------------------- 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: 27px;
	}
	article h1 {
		font-size: 25px;
	}
	h2 {
		font-size: 23px;
	}
	article h2 {
		font-size: 23px;
	}
	h3 {
		font-size: 22px;
	}
	article h3 {
		font-size: 21px;
	}
	p.large {
		font-size: 18px;
	}
	
}
