@import url('fonts.css');
@import url('header.css');

/* BASE
------------------------------------- */

.form-appointment-modal select {
    width: 100%;
    margin-top: 1em;
}

html,
body {
	color: #313A3C;
	font-size: 18px;
	line-height: 36px;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400; 
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
.blog #main h1 a{
	color: #161A1B;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 400;
	margin: 0;
}

h1,
.blog #main h1 a {
	font-size: 56px;
	line-height: 66px;
	margin: 0 0 20px;
}

h2 {
	font-size: 56px;
	line-height: 66px;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	line-height: 42px;
	color: #545D60;
}

h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #545D60;
	letter-spacing: 4px;
	text-transform: uppercase;
	font-weight: 700;
}



.main-btn,
a.main-btn,
.main-btn2,
a.main-btn2,
.bp-forms-btn,
a.bp-forms-btn {
	border: none;
	border-radius: 20px;
	color: #fff !important;
	background-color: #90D104;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: 600;
	letter-spacing: 1.15px;
	text-transform: uppercase;
}

.main-btn:hover,
a.main-btn:hover,
.main-btn2:hover,
a.main-btn2:hover,
.bp-forms-btn:hover,
a.bp-forms-btn:hover {
	color: #fff !important;
	background-color: #EED704;
}

.optional-message {
    text-align: center;
    margin: 1em 0 0;
}

p.appt-disclaimer {
    text-align: center;
    font-weight: 600;
    margin: 0 0 1em;
}

/* RESPONSIVE
---------------------------------------------------------- */

@media only screen and (max-width: 767px) {
	h1,
	.blog #main h1 a,
	h2 {
		font-size: 30px;
		line-height: 1.2;

	}
	h3 {
		
		font-size: 20px;
		line-height: 1.2;
		
	}
	h4 {
		font-size: 18px;
		letter-spacing: 2px;
	}
}
