
body {font-family: Arial, Helvetica, sans-serif;}
:root{
	--primary-color: rgb(40, 196, 243);
	
}
.topLogo{
  margin-top: 10px;
    margin-bottom: 5px;
    padding: 5px;
    margin: auto;
    overflow: hidden;
    max-height: 35%;
    max-width: 100%;

}
.topLogo img{
height: 3cm;
width: 500px;
  -ms-flex-align: center;
  float: left;
  object-fit: cover;
  
}


.navbar {
  width: 100%;
  background-color: #02d2e9;
  overflow: auto;
  margin-bottom: 1cm;
  position: fixed;
}

.navbar a {
  float: left;
  padding: 12px;
  color: black;
  text-decoration: none;
  font-size: 17px;
 
  width: 25%; /* Four links of equal widths */
  text-align: center;
}

.navbar a:hover {
  background-color: lightgreen;
  color:black;
  text-decoration: blueviolet;
}

.navbar a.active {
  background-color: #04AA6D;
  margin-bottom: 5px;
}

body {
    background-image: url("/images/elements/bluesky.jpg");
    background-color: #cccccc;
    background-size:     cover;                    
    background-repeat:   no-repeat;
    background-position: center center; 
   }
/*  for the picture gallery
   div.scroll-container {
    background-color: #333;
    overflow: auto;
  
    padding: 10px;
    width: 100%;
   
   
  }
  
  div.scroll-container img {
    margin-top: 1.2cm;
    margin-bottom: 5px;
    padding: 5px;
    height: 300px;
    width: 300px;
    -ms-flex-align: center;
    float: left;
    object-fit: cover;
  }
  */
  .TextBox1{
    margin-top: 1px;
    margin-bottom: 1px;
  }
  .TextBox{
    margin-top: 1cm;
    margin-bottom: 5px;
    padding: 3px;
    width: flex; 
    overflow: hidden; 
    background:rgb(32, 237, 100); 
    display: inline-block;
    border: 1px solid black; 
 
  }

      


.EnjoyEi{
 align-items: center;
padding-top: 1cm;
}

.EnjoyEi img{
  width: 300px;
  height: 300px;
  align-items: center;
}


  .grid {
    display: grid;
    grid-template-columns: 1fr auto auto 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 20px;
    padding-top: 1cm;
    }
    
    .Kindy {
    grid-column: 2/3;
    grid-row: 1/2;
    height: 300px;
    width: 300px;
    background-color: greenyellow;
    }
    
    .Elementary {
    grid-column: 3/4;
    grid-row: 1/2;
    height: 300px;
    width: 300px;
    background-color: lightblue;
    }
    
    .Junior {
    grid-column: 2/3;
    grid-row: 2/3;
    height: 300px;
    width: 300px;
    background-color: darkblue;
    }
    
    .Eiken {
    grid-column: 3/4;
    grid-row: 2/3;
    height: 300px;
    width: 300px;
    background-color: green;
    }
    
    .Bio{
      padding-bottom: 150;
    }
    .Pbio{
      padding-top: 15px;
      padding-bottom: 5px;
    }
  
    .quote{
      display:flex;
      box-shadow: 0 0 5px rgba(20,20,20,0.5);
      border-left: 0.5em solid green;
      margin:10px;
      padding-top: 5px;
      padding-bottom: 5px;
  }
  div:before{
      content:'';
      display:block;
      flex: 0 0 30%;
      padding-left:0.5em;
      background:url('http://www.enlactualidad.com/wp-content/uploads/2013/03/Tim-Berners-Lee.jpg');
      background-size:cover;
      background-position:center;
  }




   /* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.ConForm{
  margin-left: 1cm;
  margin-right: 1cm;
  margin-top: 1.4cm;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  max-width: 800px;;
} 

/* Style all font awesome icons */
.fa {
  padding: 20px;
  font-size: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 2px;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.7;
}

.fa-youtube {
  background: #bb0000;
  color: white;
}


