@charset "utf-8";

navbar-toggler {
	margin-right: 10px;
}

#responsiveMenu ul li {
	text-align: right;
}

#responsiveMenu ul li img {
	width: 75%;
	padding: 10px;
}

.navbar-nav {
	align-items: center;
	justify-content: end;
}

.navbar-bg-color {
	background: #ffffff;
}



.detail dl dd {
	text-align: center;
}

.detail a {
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	#responsiveMenu ul li {
		text-align: center;
		margin: 10px auto;
		border-bottom: 1px solid #7c7c7c;
	}






	/* bootstrap lg*/
	@media screen and (max-width: 992px) {}

	/* bootstrap md*/
	@media screen and (max-width: 768px) {
		#responsiveMenu ul li {
			text-align: center;
			margin: 10px auto;
			border-bottom: 1px solid #7c7c7c;

			div.brand-logo {
				margin-bottom: 20px;
			}

			div.brand-logo img {
				max-width: 100px;
			}


		}

		/* bootstrap sm*/
		@media screen and (max-width: 576px) {}
