/* css, Mrg, created - 12/23/2026, Robert Kelley updated - 1/30/2026 ------------ */
/* Always validate this file -------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- */


/* semantic elements ---------------------------------------------------------------- */

header {
  background-color: #FFFFFF; 
  background-image: url(../_images/banner3.jpg);
  background-repeat: no-repeat;
  background-position: center;
  color: #FFFFFF;
  padding-top: 10px;
  height: 400px;
  text-align: center;    
  margin: 0px;
}

body {
      background-color: #f04848;  /* #4F6D93 #f04848 */
      background-image: linear-gradient(to bottom, #FFFFFF, #f04848);
      background-repeat: no-repeat;
      font-family: Arial, Helvetica, sans-serif;    
    }

h1  {
      font-family: Georgia, "Times New Roman", serif;
      margin-top: 0;
      margin-bottom: 0;    
    }

h2  {
      font-family: Georgia, "Times New Roman", serif;
      color: #b43a3a;   /* #3399CC #b43a3a */
      text-shadow: 1px 1px #CCCCCC;
    }

h3  {
      font-family: Georgia, "Times New Roman", serif;
    }

h4  {
      color: #b43a3a; 
      text-align: center;
      font-size: 175%;    
      font-family: Georgia, "Times New Roman", serif;
    }
    
nav {   
  float: left;
  width: 260px; /*  width: 160px; */
}

nav ul {
   list-style-type: none;
   margin: 0px;
   padding: 10px;
}

nav a {
   text-decoration: none;
   padding: 10px;
   font-weight: bold;   
}

/* nav a:link { color: #000033; }
nav a:visited { color: #344873; }
nav a:hover { color: #FFFFFF; } */

nav a:link { color: #040404; }
nav a:visited { color: #040404; }
nav a:hover { color: #FFFFFF; }

main {
  background-color: #FFFFFF;     
  margin-left: 190px;
  margin-top: 0px; 
  margin-bottom: 0px;     
  padding: 30px;   
}

main ul {
    list-style-image:  url(../_images/marker.gif);
}

footer {
  background-color: #FFFFFF;  
  margin-top: 0px;
  margin-left: 190px;
  text-align: center;
  font-style: italic;
  font-size: 75%;    
  font-family: Georgia, "Times New Roman", serif;    
  padding: 20px;     
}


dt  {
      color: #000033;
    }

table {
  margin: 0 auto;
  border: 0px solid #3399CC;
  width: 80%;    
  text-align: center; 
  border-spacing: 0;    
}

table tr:nth-child(even) {
  background-color: #cce6ff; 
}

th {
   background-color: #FFF;
   font-size: 14px;
   font-weight: bold;  
}

tr {
    margin: 0px;
}

td {
      border: 1px solid #3399CC; 
      text-align: center; 
      padding: 5px;
}
/* selectors ------------------------------------------------------------------------- */
div {
  border: 0px dotted #000;
}

/* id selectors ---------------------------------------------------------------------- */
#wrapper {
  background-color: #d72a2a;  /*  background-color: #90C7E3;  d72a2a 572323 */
  margin-left: auto;
  margin-right: auto;    
  width: 80%;
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 3px 3px 3px #333333;     
}

#contact  {
       font-size: 90%;  
    }

#homehero {
  background-image: url(../_images/onmitsu2.jpg);  
  background-repeat: no-repeat;

  background-size:  100% 100%;
  height: 300px;
  margin-left: 190px;
  margin-bottom: 0px;
}

#dojoclasses {
  background-image: url(../_images/Kids_Class02.jpg);  
  background-repeat: no-repeat;
  background-size:  100% 100%;
  height: 600px;
  margin-left: 190px;
}

#dojoninjasummit {
background-color: #FFFFFF;
  background-image: url(../_images/ninja_summit.jpg);  
  background-repeat: no-repeat;
  background-size:  100% 100%;
  background-position: center center;
  background-size:  60% 80%; 
  height: 800px;
  margin-left: 190px;    
}

#dojotaikai {  
  background-color: #FFFFFF; /* FFFFFF 040404 */
  background-image: url(../_images/taikai2026.jpg);  
  background-repeat: no-repeat;
  background-position: center center;
  background-size:  60% 80%; 

  height: 800px;
  margin-left: 190px;    
  margin-bottom: 0px;
}
/* classes -------------------------------------------------------------------------- */
.dojo{
    color: #972020;  /*  #972020  #5C7FA3 */
    font-weight: bold; 
}

.alignCenter {
   padding-top: 24px;
   text-align: center;
}
.alignLeft {
   text-align: left;
}
.alignRight {
   text-align: right;
}

.black-bar {
       background-color: black; /* Bar color */
       height: 5px;            /* Bar height */
       width: 84%;             /* Full width */
       margin-left: 190px;
        }
/* eof ------------------------------------------------------------------------------ */