@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */
html,
body {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #313A3C; 
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1F2224;
	font-weight: normal;
}

h1 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	color: #1F2224;
}

.blog h1 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 200;
	padding-bottom: 0;
	margin-bottom: 5px;
}

h2 {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 500;
	font-size: 45px;
	color: #1F2224;
}

h3 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 500;
	font-size: 29px;
	line-height: 35px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #47C2E2;
}

h4 {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 23px;
	line-height: 20px;
	color: #47C2E2;
}

.data-modal a,
.main-btn, 
a.main-btn, 
.bp-forms-btn, 
a.bp-forms-btn {
    border: 4px solid #47C2E2;
    border-radius: 50px;
	background-color: rgba(0,0,0,0.00);
    font-family: 'DM Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 21.25px;
	line-height: 26px;
	color: #FFFFFF;
	padding: 21px 2em;
	text-align: center;
}

.data-modal a:hover,
.main-btn:hover, 
a.main-btn:hover, 
.bp-forms-btn:hover, 
a.bp-forms-btn:hover {
    color: #fff;
	border-color: #fff;
}

.main-btn2, 
a.main-btn2 {
    border: 4px solid #47C2E2;
    border-radius: 50px;
	background-color: rgba(0,0,0,0.00);
    font-family: 'DM Sans';
	font-style: normal;
	font-weight: bold;
	font-size: 21.25px;
	line-height: 26px;
	color: #313A3C;
	padding: 21px 2em;
	text-align: center;
}

a.main-btn2:hover {
    color: #fff;
    background: #47C2E2;
}

.main-btn:visited {
	color: #fff;
}

.secondary-link {
	font-family: 'DM Sans';
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	color: #FFFFFF;
	position: relative;
	text-transform: none;
	letter-spacing: normal;
}
.secondary-link::after{
	display: none;
}
.secondary-link::before {
    content: "";
    display: block;
    position: absolute;
	right: 0;
	left: 0;
	text-align: center;
	bottom: 50%;
	transform: translateY(50%);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	height: 24px;
	width: 24px;
	margin: 0 auto;
	z-index: -1;
}
.no-webp .secondary-link::before{
	background-image: url("../images/buttoncircle.png");
}
.webp .secondary-link::before{
	background-image: url("../images/buttoncircle.webp");
}


/*appointment button*/
.main-btn.mobile-icon, .main-btn.send_button, #leave-review, form .main-btn{
	color: #1F2224!important;
	padding: 10px 2em;
}
.main-btn.mobile-icon:hover, .main-btn.send_button:hover, #leave-review:hover, form .main-btn:hover{
	border-color: #1F2224!important;
}
@media (max-width: 600px) {
	h1,
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 20px;
	}
	.data-modal a, .main-btn, a.main-btn, .bp-forms-btn, a.bp-forms-btn {
		font-size: 18.25px;
		padding: 10px 1em;
	}
}