.title {
    color: #005880;
}
nav{
  background: #999;
  padding: 6px;
  text-align: center;
}
.Woman_hit{
  width: 100%;
  max-width: 600px;
  height: auto;
}
.blank{
  width: 100%;
  height: auto;
  margin-right: 10px;
}
.Box{
 width: 100%;
  max-width: 600px;
  height: auto; 
}
.JiuJitsu{
  width: 100%;
  max-width: 600px;
  height: auto;
}
.Calendar{
  width: 100%;
  height: auto;
  align-content: center;
}
.Title{
  text-align-last: center;
  background-color: #cdcdcd
}
.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 10px;
  margin-bottom: 10px;
  max-width: 1400px;
    margin: 0 auto;
}
 .col2 {
        grid-column-end: span 6;
    }
 .col1 {
        grid-column-end: span 12;
    }
.col3 {
        grid-column-end: span 4;
    }

    .col4 {
        grid-column-end: span 3;
    }

    .col6 {
        grid-column-end: span 2;
    }

    .col12 {
        grid-column-end: span 1;
    }
body{
  font-size: 1em;
}
nav ul{
  list-style-type: none;
  padding: 10px 10px;
  margin-bottom: 5px;
}
button{
  background-color: #dedede;
  padding: 10px 10px;
  margin-bottom: 5px;
  list-style-type: none;
}
nav li{
  display: inline;
  text-align: center;
  margin-bottom: 10px;
}

a{
  text-decoration: none;
  padding: 10px 20px;
  color: #000;
  background: #ddd;
  display: inline-block;
  width: 100px;
  transition: all 0.7s;
  margin-bottom: 10px;
}

a:hover{
  color: #fff;
  background: #333;
}
.Welcome{
  text-align-last: center;
  padding-top: 20px;
  background: #cbe6ee;
}
.About{
  text-align-last: center;
}

.footer {
    margin-top: 50px;
    background-color: rgb(220, 220, 220);
    height: 100px;
    padding: 10px;
}
.cell {
    background-color: rgb(220, 220, 220);
    min-height: 100px;
    padding: 10px;
}

  