@charset "utf-8";
/* CSS Document */


.box {
    text-align:center;
    margin:auto;
}

.header {
	background-image:url(images/header.jpg);
}

h1 {
	color: #fdc231;
	font-size: 90px;
	text-align: center;
	font-family: Times New Roman;	
	text-shadow: 1px 4px 4px #555;
	-webkit-background-clip: text;
    -moz-background-clip: text;
	vertical-align: center;
	margin-bottom: auto;
	margin-top: auto;
}

h2 {
	font-size: 24px;
	text-align: center;
}

h3 {
	text-align: center;

}

caption {
	font-size: 20px;
	font-weight: bold;
}

table {
	border-collapse: collapse;
    border-radius: none;
    border-left: none;
    border-right: none;
    border-bottom: #777777;
    border-top: none;
}

td {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    border-top: none;
}

th {
	background-color: #98969B;
	border: none;
}

tr:hover {
	background-color: #cccccc;
}

footer h3 {
	color: #000;
	text-align: center;
	font-size: 20px;
	background-color: #e4e2e4;
	padding: 10px 0px;
	margin-top: -20px;
}

p {
	padding: 0px 20px;
	font-size: 20px;
}

.nav{
    list-style:none;
    margin:0;
    text-align:center;
}
.nav li{
    display:inline;
	font-size: 21px;
}
.nav a{
    display:inline-block;
    padding:10px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #a7a6aa;
}

li a, .dropbtn {
  display: inline-block;
  color: #000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	background-color: #cccbcd;
}

li.dropdown {
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	font-size: 18px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {background-color: #cccbcd;}

.dropdown:hover .dropdown-content {
  display: block;
}

.grey {
	background-color: #e4e2e4;
	height: auto;
	padding: 20px 0px;
}

.body {
	background-color: #a7a6aa;
}

.content {
	max-width: 950px;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	min-height: 400px;
	height: auto;
}

.button {
	background-color: #f4511e;
	border: none;
	color: white;
	padding: 12px 24px;
	text-align: center;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;	
	width: 200px;
	opacity: 0.6;
	transition: 0.3s;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 8px;
}

.button2 {
	background-color: #f4511e;
	border: none;
	color: white;
	padding: 12px 24px;
	text-align: center;
	font-size: 20px;	
	width: 300px;
	opacity: 1;
	transition: 0.3s;
	display: block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 8px;
	margin: 5px auto;
}

.button:hover {opacity: 1}

.button2:hover {opacity: 0.6}

.swords {
	margin: 0 30px;
}

.swords p {
	margin-left: 20px;
	margin-right: 20px;
}

.swords h3 {
	text-decoration: underline;
	margin-left: 40px;
}

.shinsa {
	margin: 0 30px;
}

.shinsa li {
	margin: 0 30px;
}

.standards {
	margin: 0 30px;
}

.standards li {
	margin: 0 30px;
	font-size: 20px;
}

footer h3 {
	margin-left: 0px;
	margin-bottom: 0px;
}

h4 {
	font-size: 20px;
	margin-left: 40px;
}

.kodogu img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	display: block;
}

.center {
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
}

.left {
	display: block;
	float: left;
	text-align: center;
	font-size: 18px;
}

.right {
	float: right;
	text-align: center;
	font-size: 18px;
	margin-right: 100px;
}

.center img {
	padding: 0px 10px;
}

.right img {
	margin: 20px;
}

.column {
  float: left;
  width: 44%;
	padding: 0 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.shows h3 {
	margin-top: 0px;
}

.shows p {
	margin-left: 150px;
}

.shows a {
	margin-left: 150px;
}
