/* Background pattern from Toptal Subtle Patterns */
#languageMenu {
	border-color: #000;
	width: 80px;
	border-radius: 0px;
	padding: 2px 12px;
}

#navigation {
	background-color: #C60000;
	
}

#navigation.nav-pills a {
	margin: 0.2rem 1rem;
	padding: 1rem;
	color: rgba(255, 255, 255, 1);
	transition: all .5s ease-in-out;
	
}

#navigation.nav-pills a h5 {
	margin-bottom: 0;
	font-weight: 800;
}

#navigation.nav-pills .nav-link.active {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
	color: black;
}

#navigation .nav-link:hover {
	background-color: rgba(255, 255, 255, 0.7);
	transition: all .5s ease-in-out;
	border-radius: 5px;
	color: black;
}

#upper-nav {
	background-color: #e0e0e0;
}

.amb-photo {
	float: left;
	border: solid 0.25rem rgba(224, 0, 0, 1);
}

.card-body table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 0.5rem;
	margin: 0;
	padding: 0;
}

.card .card-body {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;;
}

.date{
	text-align: center;
	border-bottom: 10px solid #C60000;
	background-color: rgba(214, 0, 0, 0.3);
	padding: 0 0.5rem;
}



.date h2 {
	font-size: 5rem;
	font-weight: 800;
	border-bottom: none !important;
}

.dropdown-menu  {
	border-color: #000;
	color: #000;
	width: 80px;
	min-width: 0px;
	border-radius: 0px;
	margin-top: 2px;
	padding: 0;
}

.dropdown-menu > li {
	width: 80px;
	text-align: center;
	padding: 2px 0px;
	
}

.dropdown-menu > li a {
	color: #000;
}

.event {
	background-color: rgba(36, 36, 36, 0.05);
	padding-left: 2rem;
	border-bottom: 2px solid #C60000;
	padding-top: 0.3rem;
	padding-bottom: 0.3rem;
}

.event h5:first-child {
	font-weight: 1000;
	font-size: 1.4rem;
	padding-bottom: 0.3rem;
	text-decoration: underline;
}

.event h5:last-child {
	margin-bottom: 0;
}

.logo {
	padding: 1rem 0;
}

.logo-container h4 {
	margin: 0;
	padding: 0;
}

.logo-container a {
	color: #000;
	text-decoration: none;
}

.logo-container h6 {
	margin: 0;
}

.logo-container img {
	height: 24px;
	float: left;
	margin-right: 10px;
}

.main-bkg {
	background-repeat: repeat;
	padding: 0;
	background: url('../img/seigaiha2.png');
	transition: all 1s ease-in-out;
}

.main-opaque {
	background-color: rgba(255, 255, 255, 0.9);
}

.main-content {
	background-color: rgba(255, 255, 255, 0.75);
	box-shadow: 5px 5px;
	border: 1px solid #BBB;
}

.main-content h2 {
	border-bottom: 1px solid #C60000;
	margin-bottom: 0;
}

.main-content  .card-header {
	background-color: #C60000;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

.main-content .card-header button {
	color: #fff;
	font-weight: 800;
}

.main-content .card-body {
	background-color: transparent;
}

.main-content .card {
	background-color: rgba(255, 255, 255, 0.5);
}


body {
	font-family: 'Lato', sans-serif;
	font-size: 12px;
}

h2 {
	font-size: 1.6rem;
}

hr {
	margin-top: 25px;
}

hr.red {
	border-color: #eb0005;
	margin-bottom: 30px;
	margin-top: 30px;
}

footer {
	background-color: #e0e0e0;
	}
	
:lang(ja) {
	font-family: 'Noto Sans JP', sans-serif;
}

@media screen and (max-width: 640px) {
.date h2 {
	font-size: 1.5rem !important;
}
}

@media screen and (max-width: 900px) {

h2 {
	font-size: 1.3rem;
}
.stacking  {
    flex-direction: column !important;
}
}

.main-content .row > .col-md-6 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	margin: 0;
}



