@charset "UTF-8";
/* CSS Document */

body {
  padding-top: 3.5rem;
  background-color: #0B0E30;
  color: #E8E9F0;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 11pt;
	margin-left: 2%;
	margin-right: 2%;
}

.img {
	vertical-align: top;
} 

a{
	color:aliceblue;
	text-decoration: underline;
}
a:hover {
	color:antiquewhite;
}

.margin-btm-20px {
	margin-bottom: 20px;
}
.margin-top-20px{
	margin-top: 20px;
}
.margin-top-10px{
	margin-top: 10px;
}
.margin-right-10px {
	margin-right: 10px;
}
.footer {
	width: 100%;
	height: 60px;
	margin-left: 15px;

}
.bg-dark {
    background-color: #0B0E30 !important;
}

@media screen and (max-width: 767px) { /* hides big-logo below 767px*/
	.header-big {
		display: none;
	}
}

@media screen and (min-width: 768px) { /* hides small logo above 767px*/
	.header-sm {
		display: none;
	}
}
