@font-face {
	font-family: 'CoconLight';
	src: url('../fonts/CoconLight.eot');
	src: local('CoconLight'), url('../fonts/CoconLight.woff') format('woff'), url('../fonts/CoconLight.ttf') format('truetype');
}

body {
	font-family: 'CoconLight';
}
h1 {
	color:#D60570;
}
.navbar-green {
	background: #1a3a65;
	background: linear-gradient(to right, #1a3a65 0%,#016598 100%);
	font-weight: bold;
	font-size: 120%;
}
.navbar-green .nav > li > a:hover, .navbar-green .nav > li > a:focus {
    background-color: #00679a !important;
	color:white;
}
.btn-success {
    background: #9D153A;
	background: linear-gradient(to bottom, #D4066E 0%,#9D153A 100%);
    color: #ffffff;
    border-color:#D50570;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background: #D4066E;
    border-color:#D50570;
}

.btn-success:active, .btn-success.active {
    background: #A40456;
    box-shadow: none;
    border-color:#D50570;
}

.btn-success:disabled {
    background: #A40456;
    box-shadow: none;
    border-color:#D50570;
}
.site-footer {
	border-top-color:#FF00FF;
	background-color:white;
}