/*COLOLR PALLETTE drkgreen=#868f74 green=#d4d7c4 white=#f3f7f8 ltblue=#8496a2 blue=#687a86*/
 .container {
            max-width: 800px;
            margin-top: 20px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
            padding: 20px;
            background-color: #868f74;
            border-radius: 10px;
			border-style: solid;
			border-color: #687a86;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			color: #f3f7f8;
        }
body {
  background-color: #d4d7c4;
  text-align: center;
  font-family: Arial, sans-serif;
}
.h1 {
            max-width: 40%;
			margin-top: 45px;
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
            padding: 8px;
            background-color: #687a86;
            border-radius: 0px;
			border-style: solid;
			border-color: #687a86;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
			color: #f3f7f8;
        }
p {
  color: #f3f7f8;
}
/*.title {
  margin: auto;
  width: 50%;
  padding: 10px;
  background-color:#868f74; 
  text-align: center;
}*/
.buttons{color:#f3f7f8; 
background-color:#687a86; 
font-family:fantasy, papyrus; 
float:left; 
border-color:#687a86; 
border-style:solid; 
width:33%; font-size:24px;
text-align:center;
margin-top: 20px; 
}	
.buttons a { color: #f3f7f8; 
text-decoration: none; 
height: 15%;
}
.buttons:hover {background-color: #8496a2; 
}
 .sidebar {
            height: 100%;
            width: 250px;
            position: fixed;
            top: 0;
            left: 0;
            background-color: #333;
            padding-top: 20px;
            color: #fff;
        }

        /* Style for the links inside the sidebar */
        .sidebar a {
            padding: 15px;
            text-align: center;
            text-decoration: none;
            font-size: 18px;
            color: #fff;
            display: block;
        }

        /* Style for the content container */
        .content {
            margin-left: 250px; /* Adjust this value to match the sidebar width */
            padding: 20px;
        }
img {
  margin: 5px;
  max-width: 30%; 
  height: auto; 
}
.row {
    text-align: center;
	display: flex;			 /* Horizontally center the images */
        }
.column {
  flex: 33.33%;
  padding: 5px;
}
/*Table */
table {
  width: 50%;

}
td:hover {background-color: #8496a2;}
th {
  background-color: #687a86;
  color: #f3f7f8;
  text-align: center;
  width: 30%;
}
td {
  text-align: left;
  background-color: #868f74;
  color: #f3f7f8;
  text-decoration: none;
  height: 95px;
}
a:link, a:visited {
  color: #f3f7f8;
  text-decoration: none;
}

th, td {
  border-bottom: 1px solid #687a86;
  padding: 15px;
  text-decoration: none;
}
.center {
  margin: 0px auto;
}
/* Create a two-column layout */
.columnTable {
  float: left;
  width: 50%;
  padding: 5px;
  height: 95px;
}

/* Clearfix (clear floats) */
.rowTable::after {
  content: "";
  clear: both;
  display: table;
}
.topnav {
  background-color: #687a86;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f3f7f8;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #8496a2;
  color: #f3f7f8;
}


.w3-text-gray{color:#f3f7f8}
.w3-hover-text-gray:hover{color:#f3f7f8!important}

.project{
	text-align: center;
}