@charset "utf-8";
/* CSS Document */

.narrow {
	max-width: 1280px;
	margin: auto !important;
}

.logo {
	max-height: 70px;
}

.navlink-current {
	background-color: #474646;
}

.navbar-nav > .nav-item {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-nav {
	max-width: 1280px;
	margin: auto;
}

.navbar {
	background-color: #393838 !important;
	padding: 0;
}

.navbar-dropdown {
	 background-color: #393838;
	 margin-bottom: 10px;
}

.navbar-dropdown .dropdown-item {
	color: rgba(255,255,255,0.50);
}

.navbar-dropdown .dropdown-item:hover {
	color: black;
}

.content {
	padding: 20px;
}

footer {
	background-color: #393838;
	color: white;
}

.absolute-vertical-center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
}

.img-list img {
	width: 100%;
	display: block;
	margin: auto;
}

.img-list {
	width: 120%;
}

.img-list label {
	font-weight: 600;
}

.slide-banner {
	position: absolute;
	bottom: 10px;
	width: 96%;
	background-color: rgba(0,0,0,0.75);
	height: 40px;
	border-radius: 10px;
	
	left: 50%;
	transform: translateX(-50%);
}

.carousel-caption {
	left: 6%;
	bottom: 0px;
	padding-bottom: 10px;
}

/* Orange Indicators */
.carousel-indicators li {
  	width: 14px;
  	height: 14px;
  	border-radius: 100%;
	border: 1px solid;
	border-color: lightgray;
	background-color: white;
	opacity: 1;
  	filter: alpha(opacity=100); /* For IE8 and earlier */
}

.carousel-indicators {
	width: 96%;
	bottom: 5px;
	justify-content: flex-end;
	margin-left: 0;
	margin-right: 0;
}

.carousel-indicators .active {
	background-color: orange;
}

.carousel-item img {
	width: 100%;
}

.row {
	margin-left: 0;
	margin-right: 0;
}

.text-stroke {
	text-shadow: -2px -2px 0 white, 2px -2px 0 white, -2px 2px 0 white, 2px 2px 0 white, 2px 2px 10px black;
}

.content-title {
	color: red;
	font-size: 20px;
	display: block;
}

.l2u-border {
	border-left: 2px dotted lightgray;
}

.pic-list {
	text-align: center;
}

.pic-list img {
	margin: 10px;
}

.more-link {
	color: red;
	font-size: 18px;
}

.content p {
	word-wrap: break-word;
}

@media(max-width: 1200px) {
	.lg-hide {
		display: none;
	}
}

@media(max-width: 992px) {
	.md-hide {
		display: none;
	}
}

@media(max-width: 768px) {
	.sm-hide {
		display: none;
	}
	
	.img-list {
		width: 100%;
	}
	
	.img-list img {
		padding: 20px;
	}
	
	.img-list label {
		font-size: 24px;
	}
	
	p {
		font-size: 18px;
	}
	
	.more-link {
		font-size: 20px;
	}
	
	.l2u-border {
	border-left: none;
	border-top: 2px dotted lightgray;
}
	
	.navbar {
		padding: 0.5rem 1rem;
	}
	
	.position-relative {
		min-height: 40px
	}
}