@import url('../css/fonts.css');

/* Sticky footer styles
-------------------------------------------------- */
html {
	position: relative;
	min-height: 100%;
}
body {
	/* margin-top: 60px; */
	margin-bottom: 290px;
	font-family: 'Montserrat', arial, sans-serif;
}
h1, h2, h3, h4, h5 {
	/* font-family: 'Archivo Black', arial, sans-serif; */
	font-family: 'Montserrat', arial, sans-serif;
	font-weight: 400;
}
.btn {

}


h5 {
	font-size: 1.5em;
}


.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #666;
	color: #f0f0f0;
	font-size: 0.8em;
	border-top: 1px solid #333;
}

.navbar {
	padding: 0;
}

.nav-bg {
	background-color: #00314a;
	/* background-color: rgba(255, 255, 255, 0.8); */
}

.navbar-custom a.nav-link {
	color: #ffffff;
	/* color: #000; */
	cursor: pointer;
}

.navbar-custom a.nav-link:hover {
	color: #efefef;
	/* color: #345151; */
}

/* .navbar-custom li.nav-item {
	padding: 0 0.75em;
} */

.navbar-custom li.nav-item {
	border-bottom: 2px solid #00314a;	
}

.navbar-custom li.nav-item.active {
	border-bottom: 2px solid #56A8AA;
}

.navbar-custom li.nav-item:hover {
	border-bottom: 2px solid #345151;
}

.navbar-toggler-icon{
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

@media (max-width: 991.98px) {
	.nav-bg {
		/* background-color: #fff !important; */
	}
	
	.navbar-custom li.nav-item.active {
		border-bottom: none;
	}
}



.btn-custom {
	color:#fff;
	background-color:#00314a;
	border-color:#004f79;
}
.btn-custom:hover {
	color:#fff;
	background-color:#1a3b51;
	border-color:#007aba
}
.btn-custom:focus,.btn-custom.focus {
	box-shadow:0 0 0 .2rem rgba(0,90,90,0.5)
}

.breadcrumb {
	background-color: inherit;
}



.bg-white-trans {
	background-color: rgba(255, 255, 255, 0.9);
}

.jumbotron-bg {
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	border-radius: 0;
}

.jumbotron-home {
	margin-top: -60px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url('../img/barn-1920.jpg') no-repeat center center;
	/* background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url('../img/hall-1920x850.jpg') no-repeat center center; */
}
@media (max-width: 575.98px) {
	.jumbotron-home {
		background-size: cover;
	}	
}


.york-green {
	color: #101010;
	padding: 0 0.5em;
}

.briefbox {
	width: 100%;
	background-color: #f5f5f5;
	padding: 0;
	margin: 0;
}
.briefbox img {
	min-width: 100%;
	object-fit: cover;
}
.briefbox span {
	color: #bb2025;
	font-size: 0.85em;
	display: block;
	margin-bottom: 0.5em;
	text-transform: uppercase;
}
.briefbox p {
	font-weight: 600;
	margin-top: 0.25em;
	font-size: 1em;
	line-height: 1.15em;
	padding: 0 1em 0 1em;
}
a.briefbox {
	color: #000000;
	text-decoration: none;
	background-color: #efefef;
	cursor: pointer;
}
a.briefbox:hover {
	text-decoration: none;
	background-color: #f5f5f5;
}

ul.list-recent {
	list-style: none;
	margin-block-start: 0em;
	padding-inline-start: 0;
}
ul.list-recent li {
	display: block;
	padding: 1em;
	margin-top: 0.5em;
	background-color: #f5f5f5;
}

ul.list-recent li:nth-child(1) {
	margin-top: 0;
}

.table-trlink td {
	height: 3.5em;
}

.hall-list {
	padding-left: 1.2em;
}
.hall-list li {
	margin-bottom: 0.5em;
}

.nav-tabs .nav-link {
	margin-left: 0.1em;
}