/* General */
body a {
	transition: all 0.5s ease;
}

body .main-content a {
	color: #1c71b9;
}

body p {
	color: #545e5f;
	font-size: 16px;
	line-height: 24px;
	font-family: 'Cabin', sans-serif;
	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 !important;
}

.btn:not(.btn-social).btn-primary:hover, .login .btn-login:hover, .registerBox .btn-register:hover, .login .btn-resetPassword:hover {
	letter-spacing: 2px !Important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {

}


.staff-img-right {
	float: left !important;
}

/* Header */
@media screen and (max-width: 991px) {
	.subpage-header, 
	.main-content,
	.ry-header-wrapper,
	.main-content,
	.vet-header {
		overflow: visible !important; 
	}
}

/* Menu */

/* Home Featured */

/* Homepage Section */

/* Footer */

/* Default */

/* Media Query */

/* General Overrides */