@font-face{
	font-family:"Arial Bold";
	font-weight: 100 900;
	src:url("fonts/arialbd.ttf") format("truetype");
}
@font-face{
	font-family:"Arial New Bold";
	font-weight: 100 900;
	src:url("fonts/ARIALNB.ttf") format("truetype");
}

html {
	font-family: Arial, sans-serif;
}
body {
	font-family: Arial, sans-serif;
}

.site-header {
	margin-bottom: 0;
}
.site-footer {
	padding: 0;
}

.full-width {
	max-width: unset;
}

.row-marquee {
	max-width: unset;
	margin-left: -15px !important;
	margin-right: -15px !important;
	margin-top: -1px;
}

.row.addresses {
	background-color: white;	
}

.carousel {
	margin-top: 150px;
}

.img-top {
	max-height: 240px;
}

.carousel-inner {
	min-height: 650px;
}

/*
h1 {
	font-family: "Arial New Bold";	
}
*/
h5 {
  font-size: 1.375rem;
}

h6 {
 font-size: 1.25rem;	
}

#colophon h3,
.carousel-inner h4 {
	font-family: "Arial Bold", Arial, sans-serif;
}
.carousel-inner p,
.carousel-inner li {
	font-family: "Arial Bold", Arial, sans-serif;
	font-weight: bold;
}

.row.addresses h4 {
	font-family: "Arial Bold", Arial, sans-serif;
	font-weight: bold;
}

.carousel-inner .carousel-item {
	margin-top: 120px;
}

.carousel-indicators li {
	/*background-color: unset;*/
	background-color: black;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.addresses p {
	margin-bottom: .5rem;
}

#cn-close-notice {
	display: none;
}

.carousel-inner ul li { list-style-image: url('icons/list-item.png'); }
/*li:before { content: '\27A1'; margin-left: -20px; margin-right: 10px; }*/


.bg-yellow {
	background-color: #ffef52;
}
.text-yellow {
	color: #ffef52;
}

.bg-magenta {
	background-color: #dd0f7a;
}
.text-magenta {
	color: #dd0f7a;
}

.bg-blue {
	background-color: #00a5d5;
}
.text-blue {
	color: #00a5d5;
}

.bg-green {
	background-color: #1aaf88;
}
.btn-green {
	background: #1aaf88 !important;
}
.text-green {
	color: #1aaf88;
}

.bg-black {
	background-color: black;
}

.bg-footer {
	background-color: #11407a;
}

#masthead .container {
	max-width: 1280px;
}

#masthead .img-fluid {
	max-height: 285px;
}

#masthead .bg-yellow {
	border-left: 2px solid black;
	border-top: 2px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
#masthead .bg-magenta {
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-top: 2px solid black;
	border-bottom: 1px solid black;
}
#masthead .bg-blue {
	border-left: 2px solid black;
	border-top: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 2px solid black;
}
#masthead .bg-green {
	border-left: 1px solid black;
	border-right: 2px solid black;
	border-top: 1px solid black;
	border-bottom: 2px solid black;
}

#bnn-logo {
	border: 2px solid white;
}


#headline {
	top: 60px;
	font-family: "Arial Bold", Arial, sans-serif;
}

@media (min-width: 375px) {
    #headline {
		top: 90px;
	}
	.carousel-inner {
		min-height: 525px;
	}
}

@media (min-width: 500px) {
    #headline {
		top: 160px;
	}
	.carousel-inner {
		min-height: 480px;
	}
}

@media (min-width: 576px) {
    #headline {
		top: 200px;
	}

	.row-marquee {
		max-width: 100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
		margin-top: 0;
	}
	.carousel-inner {
		min-height: 500px;
	}

}

@media (min-width: 768px) {
    #headline {
		top: 220px;
	}
	.carousel-inner {
		min-height: 550px;
	}
}

@media (min-width: 992px) {
	.carousel-inner {
		min-height: 470px;
	}
}
/*
@media (min-width: 1200px) {
    #headline {
		top: 220px;
	}
}
*/