﻿.hero .btn {
	background: #fff !important;
	color: #004650 !important;
	-webkit-transition: all .1s linear !important;
    	transition: all .1s linear !important;
}

.hero .btn:hover {
    border: .063rem solid #004650;
    background: #004650 !important;
    color: #fff !important;
}

.hero .btn i {
    color: #004650 !important;
}

.hero .btn:hover i {
    color: #fff !important;
}

.intro a:hover, .intro a:active, .intro a:visited, .intro a:focus{
	font-size: 1.3rem !important;
    line-height: 1.5rem !important;
}