a {
	color:#033871 !important;
}

a:hover {
	color:#001831 !important;
}

img {
	max-width:100%;
	margin:7px 0 18px 0;
}

.btn-primary {
	background-color:#033871 !important;
}

nav.bg-dark, .navbar-expand-lg .navbar-nav .dropdown-menu {
	background-color:#111435 !important;
	border-color: #111435 !important;
}

nav.dropdown-item:focus, nav.dropdown-item:hover {
	background-color:#080a1b !important;
	border-color: #080a1b !important;
}

h1 { 
	font-size:2.1rem;
}

h2 { 
	font-size:1.8rem;
}

h2.main-conversion {
	margin:40px 0;
}

.information {
	clear:both;
	margin-top:40px;
}

.top-margin {
	margin-top:50px;
}

.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
	max-width:45%;
	float:left;
}

.formula {
	margin:20px 0 0 110px;
}

.ads {
	margin:20px auto;
	clear:both;
	float:none;
}

ul.common-conversions li {
	width:30%;
	float:left;
	list-style:none;
}

ul li {
	list-style:none;
}

ul.common-conversions li a {
	line-height:1;
}

.metrics-home {
	display:inline-block;
	float:none;
	clear:both;
	margin:10px 0;
	width:100%;
}

footer {
	position:relative;
    width:100%;
	margin-top:100px;
	height:50px;
    bottom:0px;
	background:#000;
	color:#fff;
}

nav a, footer a { 
	color:#fff !important;
}

nav a:hover, footer a:hover {
	color:#f5f5f5 !important;
}

footer div.container {
	padding-top:10px;
}

p.copyright {
	float:left;
}

ul.footer-nav {
	float:right;
	right:0;
}

ul.footer-nav li {
	float:left;
	margin-right:15px;
	list-style:none;
}

ul.footer-nav li a {
	color:#fff;
}

@media screen and (max-width: 991px) {
	
h1 { 
	font-size:1.8rem;
}

.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
	max-width:100%;
	float:none;
}
	
ul.common-conversions li {
	width:42%;
	margin-right:7%;
	margin-bottom:4px;
}



}


