
@import url('https://fonts.googleapis.com/css2?family=Poppins&family=Raleway:wght@400;700&family=Roboto+Slab:wght@400;700&family=Roboto:wght@400;900&display=swap');

body, a {
	color: #fff;
	font-family: 'Raleway', 'Poppins', sans-serif;
	text-decoration:none;
}
h2, h3, h4, h5 {
	font-family: 'Roboto Slab', serif;
	font-weight:700;
}
.bg-body {
	background-color: #0067b1 !important;
}
.bg-footer {
	background-color: #2D2926 !important;
}
#contentbox .fs-6 {
	font-size: 12px !important;
}
.color-orange{
	color: #DD4814 !important;
}
.color-gold{
	color: #83003f !important;
}
.color-white{
	color: #fff !important;
}
.color-blue{
	color: #002244 !important;
}
#contentbox ul li {
	font-size:0.8em;
}
@media only screen and (min-width: 768px) {
    #contentbox ul li {
    	font-size:1em;
    }
		.color-gold{
			color: #83003f !important;
		}
}
@media only screen and (max-width: 767px) {
		.color-gold{
			font-size: 1.8rem;
		}
}
#contentbox .form-control {
	border-radius: 0px;
	background-color: #dfdfdf;
	border:0px solid white !important;
	color: rgba(0, 0, 0, 0.9) !important;
}
::-webkit-input-placeholder { /* Edge */
  color: rgba(0, 0, 0, 0.9) !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(0, 0, 0, 0.9) !important;
}

::placeholder {
  color: rgba(0, 0, 0, 0.9) !important;
}
#contentbox .btn-warning {
	border-radius: 30px;
	border:0px;
	background: #83003f;
	color:#fff;
	font-size:1.3em;
	padding: 10px 60px;
	font-family: 'Raleway', 'Poppins', sans-serif;
	font-weight: 700;
}
#contentbox .btn-warning:hover {
	background: #fff;
	color:#83003f;
}


