html,
body {
	height: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	/*color: #6c6f73;*/
	font-size: 0.9rem;
	background-color: #EEE;
}

.nav-header {
	min-height:85px;
	/*background: url('/img/banner1920Half.jpg');*/
	/*background: url('/img/banner1920.jpg');*/
	/*background: url('/img/SingleBlueWaveCropped.jpg');*/
	background: url('/img/banner2.png');
	background-size: cover;
	color: #FFF;
	font-size: 0.8rem;
	padding: 0.5rem;
}

.entry:not(:first-of-type) {
	margin-top: 10px;
}

.navbar-nav .nav-link {
	color: rgba(0,0,0,1);
}

#canvas {
	width: 100%;
}

.contact-us {
	position: fixed;
	display: flex;
	flex-direction: column;
	gap: 8px;
	right: 0;
	bottom: 30px;
	z-index: 100;
}

.contact-us__item {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 8px;
	position: relative;
	transition: .5s;
	transition-duration: 2s;
	transition-property: right;
}

.contact-us__item:hover {
	position: relative;
	right: 300px;
	transform: translate(100%, 0);
	transition: .5s;
	transition-duration: 2s;
	transition-property: right
}

.contact-us__button {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	box-shadow: 0 3px 3px rgb(0 0 0 / 0.3);
	border-radius:3px;
}

.contact-us__content {
	display: flex;
	align-items: center;
	position: absolute;
	left: 55px;
	height: 50px;
	width: 250px;
}

.contact-us__content:hover {
	box-shadow: 0 3px 3px rgb(0 0 0 / 0.3);
}

.contact-us__content > a {
	color: #212529 !important;
}

.bg-primary, .btn-primary, .text-primary, .alert-primary {
    background-color:#009BDA;
    /*color: #ff0000;*/
}

.bg-secondary, .btn-secondary, .text-secondary, .alert-secondary {
    background-color:#535256;
    /*color: #ff0000;*/
}

body, .card-header {
    font-family: 'Open Sans', sans-serif;
    color: #231F20;
}

h1, h2, h3, h4, h5, .lead, .display-1, .display-2, .display-3, .display-4, .nav-item {
    font-family: 'Oswald', regular;
    color: #231F20;
}

.aa-icon {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    margin-top: -3px;
    object-fit: contain;
	filter: invert(48%) sepia(13%) border-box saturate(322%) hue-rotate(174deg) brightness(92%) contrast(85%);
}