.mySlides {
      padding-top: 0px;
    display:none;
    
}

/* Split the screen in half */
.split {
  height: 50%;
  width: 50%;
  position: relative;
  z-index: 1;
  top: 0;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Control the left side */
.left {
  left: 0;
  background-color: #111;
}

/* Control the right side */
.right {
  right: 0;
  background-color: red;
}

/* If you want the content centered horizontally and vertically */
.centered {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/* Style the image inside the centered container, if needed */
.centered img {
  width: 150px;
  border-radius: 50%;
}
    /* Add a black background color to the top navigation */
.topnav {
  background-color: darkcyan;
  overflow: hidden;


}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

#hometable{
		border-collapse:collapse;
	}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #008b8b;
  color: white;
}





body{
            margin:0px;
            padding:0px;

         }
         .wrapper_column1{
            padding:5px;
            max-width:100%;
            width:95%;
            margin-top:20px;
            margin-bottom:20px;
            margin-left:auto;
            margin-right:auto;

         }
         .wrapper_column1 header h1{
            padding-top:0px;
            padding-bottom:opx;
            padding-left:15px;
            padding-right:15px;
            text-align:center;
            font-size:20px;

         }
         .wrapper_column1 .column_container1{
            display: flex;
            flex-flow:row wrap;
            justify-content:center;
         }
         .wrapper_column1 .column_container1 .col1{
            flex:1;
            border: 1px solid #666;
            margin : 2px;
            padding : 1px;
            background:darkcyan;
            transition : 0.3s;

         }
         .wrapper_column1 .column_container1 .col:first-child{
            margin-left : 0px;
            background-color: darkcyan;
         }
         .wrapper_column .column_container .col:last-child{
            margin-left : 0px;
            background-color:darkcyan;
         }
		 
		     /* Add a black background color to the top navigation */
.topnav {
  background-color: darkcyan;
  overflow: hidden;
  font-family:verdana;
 position: fixed;
 width: 100%;
 margin-top: 52px;
}

.logo {
position: fixed;
width: 100%;
top:0px;

 width: 100%;
}
 .mySlides {
 display:none;
 height: 520px;
 }


