/* General */
body a {
	transition: all 0.5s ease;

}

body .main-content a {
	color: #1c71b9;
}

body{
	font-size: 18px;
}

body p, body {
	color: #545e5f;
	font-size: 18px;
	line-height: 24px;
	font-family: Arial !important;
	font-weight: 400;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	background: #1c71b9;
	border: solid 1px #ffffff;
	color: #FFF;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
	background: transparent;
	border: solid 1px #1c71b9;
	color: #1c71b9;
	letter-spacing: 3px;
}

.btn:not(.btn-social).btn-primary, .login .btn-login, .registerBox .btn-register, .login .btn-resetPassword {
	background: #1c71b9;
	letter-spacing: 1.75px;
	padding: 15px 30px;
	border-radius: 30px;
	border: 0px;
	transition: all 0.5s ease;
	font-size: 14px;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
	letter-spacing: 2px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

}



/* Header */

.subpage-header, 
.main-content,
.ry-header-wrapper,
.main-content,
.vet-header {
	overflow: visible !important; 
}
body.modal-open {
	overflow: visible !important; }
/* Menu */

/* Home Featured */

/* Homepage Section */

/* Footer */

/* Default */

/* Media Query */

/* General Overrides */