@import url('https://fonts.googleapis.com/css?family=Comfortaa:400,700');
/******font-family: 'Montserrat', sans-serif; font-family: 'Comfortaa', cursive;********/



body{
	background: #fff;
	font-family: 'Comfortaa', cursive;
	font-weight: 400;
	font-size: 19px;
	line-height: 1.65;
	color: #444;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
}

h1 {
    font-size: 48px;
}

h2 {
	font-size: 40px;
}

h3{
	font-size: 30px;
}

h4{
	font-size: 26px;
}

h5 {
    font-size: 23px;
}

h6 {
    font-size: 18px;
}

p {
	color: #9a9a9a;
	font-size: 18px;
	line-height: 24px;
}

a {
	text-decoration: none;
	color:#bc0d63;
}

strong,bold{
	font-weight:700;
}

i,em{
	font-style:italic;
}




/**************/


.header {
	background: #d0e8ed;
	z-index: 2;
}

.site_title {
	border-bottom: 1px solid #ed0075;
	padding: 18px 0px;
}

.site_title a{
	font-family: 'Spectral', serif;
	font-size: 52px;
	font-style: italic;
	text-align: center;
	width: 100%;
	position: relative;
	height: auto !important;
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}


.main-navigation a {
	font-family: 'Comfortaa', cursive;
	font-weight: 700;
}

/**********/

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.home_row2{
	margin:0 0 0 0;
	background-color:#d0e8ed;
	padding-top: 120px;
	padding-bottom:120px
}

.home_row2 img{
	border: 12px solid #d0e8ed!important;
	border-radius:50%;
}

.home_row2 h5{
	margin-top: 20px;
	font-size: 26px;
	color: #fefefe;
	font-family: 'Spectral', serif;
	font-weight: 600;
	margin-bottom: 0px;
}

.appointment_form {
	background: #fff;
	padding: 25px 25px;
	margin-left: 0px;
	width: 100% !important;
}

.appointment_form p.mpce-cfa-form-group {
	width: 100% !important;
	float: center;
	margin-left: 15px;
	margin-bottom: 12px;
	background:transparent !important;
	border-width: 0px 0px 1px 0px !important;
}

.appointment_form input, .appointment_form select {
	background:transparent !important;
	border-width: 0px 0px 1px 0px !important;
	line-height:2.94em !important;
	height:2.94em !important;
}

.appointment_form input[type="submit"] {
	margin-top: 8px;
	width: auto !important;
	padding: 1px 20px;
	background:#ed0075!important;
}

/****/

@media screen and (max-width: 909px)
i.responsive_bar {
    background: #ed0075;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    display: block;
    float: right;
    font-size: 21px;
    height: 40px;
    padding-right: 18px;
    padding-top: 11px;
    text-align: right;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 55px;
    margin: 7px 0;
    top: -68px;
    right: 20px;
}


.pagination {
    border-top: 4px solid #58a0af;
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 6% 2.947368421em;
    min-height: 56px;
    position: relative;
	text-align:left;
}
.pagination .prev,
.pagination .next {
    background-color: #58a0af;
    color: #fff;
    display: inline-block;
    height: 52px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 52px;
    z-index: 2;
}

.pagination .prev:hover,
.pagination .next:hover{
    background-color: rgb(156, 24, 116);
    color: #fff;
}
