
@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: #002244 !important;
}
.bg-footer {
	background-color: #2D2926 !important;
}
#contentbox .fs-6 {
	font-size: 12px !important;
}
.color-orange{
	color: #DD4814 !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;
    }
}
#contentbox .form-control {
	border-radius: 0px;
	background-color: transparent;
	border:2px solid white !important;
	color: #002244;
}
#contentbox .btn-warning {
	border-radius: 0px;
	background: #FFDD00;
	padding: 10px 40px;
	font-family: 'Roboto Slab', serif;
	font-weight: 700;
}