#content.page {
	padding: 85px 0;
}
#content.page h2 {
	font-size: 36px;
	margin: 0 0 65px 0;
	font-family: Roboto;
    font-weight: 800;
    color: #000;
}
.page-table {
	width: 100%;	
	margin-bottom: 65px;
}
.page-table tr {}
.page-table tr td {
	padding: 4px 15px;
	font-family: "Poppins";
	font-size: 14px;
	color: #737373;
}
.page-table tr td a {
	color: #737373;
	text-decoration: none;
}
.page-table tr td a:hover, .page-table tr td a:focus {
	color: #737373;
	text-decoration: underline;
}
.page-table tr td:first-child {
	padding-left: 0;
}
.page-table tr td:last-child {
	padding-right: 0;
	text-align: right;
}
.page-table tr td strong {
	color: #000000;
	font-weight: 700;
}
.page-table tr.page-table__title td {
	text-align: left;
	font-size: 16px;
	color: #000000;
	font-weight: 700;
	padding: 32px 0;
}
.page-table tr:first-child.page-table__title td {
	padding-top: 0;
	padding-bottom: 5px;
}
.page-table.page-table--bordered {margin-bottom: 125px;}
.page-table.page-table--bordered table {width: 100%;}
.page-table.page-table--bordered > tbody > tr > td {border: 1px solid #e6e6e6;padding: 25px 30px;}
.page-table.page-table--bordered tr td:last-child {text-align: left;}
.page-table.page-table--bordered > tbody > tr.spacer {height: 3px;}
.page-table.page-table--bordered > tbody > tr.spacer > td {border: none;padding: 0;}


/* popup */
.popup_wrap { position: fixed; width: 100%; top: 0; bottom: 0; text-align: center; background-color: rgba(0, 0, 0, 0.6); z-index: 9999; }
.popup_wrap .popup { display: inline-block; background: #fff; padding: 25px; margin: 0 auto; text-align: left; margin-top: 75px; }
.popup_wrap button.close {
  position: relative;
  z-index: 9999;
  cursor: pointer;
}
.footer .footer-icon {
	align-items: center;
}
.footer-icon img {
    max-height: 19px;
    max-width: 21px;
    height: 100%;
}

.header-main .main-box h1 {
    font-size: 50px;
    line-height: 64px;
	font-weight: 700;
	margin-bottom: 0;
}
.header-main .main-box h1 span {
    color: #f79138 !important;
}
.header-main .main-box h2 {
    font-size: 50px;
    line-height: 64px;
	font-weight: 500;
}
.section .about-box h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.section .about-box ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
	width: fit-content;
	width: -moz-fit-content;
	margin-left: auto;
	margin-right: auto;
    color: #2b2b2b;
    margin-bottom: 1.5rem;
}
.team .person-card img {
	display: none;
}
.team .person-card {
	margin-bottom: 0;
	margin-top: 2.5rem
}
.team .person-info div:first-child {
    background-color: #fbfbfb;
	padding: .75rem 1rem;
}
.team .person-info div:last-child {
	padding: .75rem 1rem;
}
.subpage#content p, .subpage#content li, .subpage#content td, .header-main p, .section .section-title p, .section .section-title li, .contact p, .about-box p, .about-box li  {
    font-family: 'poppins', sans-serif;
}
.section .about-box ul {

}
.header-nav .nav-item {
    border-bottom: 3px solid transparent;
}
.header-nav .nav-item .nav-link {
    border-bottom: 3px solid transparent;
	color: #000 !important;
	font-family: 'poppins', sans-serif;
}
.header-nav .navbar-nav {
	flex-wrap: wrap;
    justify-content: flex-end;
}
.contact h3 {
    font-size: 17px;
    font-weight: 700;
	margin-bottom: .25rem;
}
.team.section {
	padding: 80px 0 100px;
}
.contact .opening-hours p, .contact p, .contact p span, .about-box p, .about-box li {
    font-weight: 300;
    color: #000 !important;
}
.about-box li, .about-box p {
    font-size: 16px;
    line-height: 25px;
    color: #2b2b2b !important;
}
.contact p span strong {
	font-weight: 500 !important;
}
.header-nav .navbar, .header-nav .navbar {
    align-items: center !important;
}
.section .section-title p, .section .section-title li{
    font-weight: 300;
    font-size: 16px;
    line-height: 25px;
    color: #2b2b2b !important;
}
.subpage#content li {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 25px;
    font-weight: 300;
    font-family: 'poppins', sans-serif;
    letter-spacing: 0.25px;
}
.subpage#content iframe {
	max-height: 300px;
}

@media (min-width: 1200px) {
	.header-main p {
		max-width: 80%;
	}
}
@media (max-width: 993px) {
	.header-main .main-box h2 {
		text-align: center;
	}
	.team .about-box {
		padding: 0 15px;
	}
	.team .person-card {
		margin-top: 1rem;
	}
	.team .person-box:first-child .person-card {
		margin-top: 0;
	}
	.team .person-card .person-info {
		position: unset;
		width: 100%;
	}
	#navbarNav a {
		font-size: 16px;
	}
}
@media (max-width: 576px) {
	.header-main .main-box h2, .header-main .main-box h1 {
		font-size: 34px;
		line-height: 44px;
	}
	.footer {
		position: unset;
	}
	.about-box p {
		text-align: center;
	}
}