/*header info*/
header {
  width: 100%;
  height: 100px;
  min-width: 1000px;
  margin: 5px;
  
  }
  
h2.head_text {
  font-size: 22px;
  font-weight: bold;
  }  
  
.head {
  display: inline-block;
  float: left;
  }  
  
img.logo {
  display: inline;
  margin: 5px 5px 0px 5px;
  height: auto;
  width: auto;
  max-width: 150px;
    /*border: 3px solid rgba(10,9,12,1);
    border-radius: 3px;*/
    vertical-align: top;
    padding-right: 5px;
  }  
  
.head_right {
  float: right;
  }

.head_text {
  font-family: "Archivo",sans-serif;
  margin: 0px;
  }

h1 {
  font-size: 44px;
    color: rgba(7,57,60,1);
  }
  
h2 {
  font-size: 18px;
    color: rgba(44,102,110,1);
  }
 
/*main page stuff*/ 
#p_h_t {
  font-family: "Archivo",sans-serif;
  font-size: 25px;
  padding: 5px;
  display: block;
  
    
  }

ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  }

li {
  font-family: "Archivo", sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  padding: 5px 0px 5px 0px;
    margin: 5px 0px 5px 0px;
    border: 5px solid rgba(10,9,12,1);
    border-radius: 10px;
    background-color:rgba(241,241,241,0.8);
    
    
  }
  
a {
    color: rgba(7,57,60,1);
    text-decoration: none;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
    color: rgba(10,9,12,1);
  }  

  
.nav {
  width: 20%;
  margin: 5px 0px 5px 5px;
  display: inline-block;
  vertical-align: top;
    
    
        
  }  
  
.on_page {
  display: inline-block;
  width: 75%;
  margin: 5px 5px 5px 20px;
  vertical-align: top;
  
  }  
  
.page_content {
  display: block;
  padding: 5px;
  height: 100%:
  margin: 5px;
    color: rgba(217,3,104,1);
    
    margin: 5px 0px 5px 0px;
    border: 5px solid rgba(10,9,12,1);
    border-radius: 10px;
    background-color:rgba(241,241,241,0.8);
    
    
  }  

/*separaters for sections*/
div.separate {
  width: 100%;
  height: 5px;
  } 
  
/*general stuff*/  
*{
  margin: 0px;
  box-sizing: border-box;
 
  /*border: 1px solid black;*/
  
  }  
  
 
body {
    background-image: url(images/organic-tiles.png);
    background-repeat: repeat;
    
}

th,td {
    padding: 5px;
    border: 2px;
    font-family: "Roboto", sans-serif;
    text-align: center;
    width:15%;
    color:rgba(7,57,60,1);
}

th {
    font-size:1.25em;
    
}

table {
    /*border: 2px black solid;*/
}

li:hover {
    background-color: rgba(44,102,110,0.8);
}

.team_image {
    
}

#team_image {
    padding: 5px;
    width: 100%;
    height: auto;
}

strong {
    font-style:bold;
    font-size: 18px;
    color: rgba(44,102,110,1);
}

.home_pic {
    padding: 10px 10px 10px 10px;
    display: block;
    /*vertical-align: top;*/
    /*display: inline-block;*/
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}

.column {
}

.column img {
    margin-top: 4px;
    margin-right: 4px;
    margin-left: 4px;
    margin-bottom: 4px;
    height: 14%;
    width: 32%;
    object-fit: contain;
    vertical-align: middle;
}

#caption {
	text-align: center;
}
