/* Main structure and content sections */

body {
max-width: 80em;
margin: auto;
font-family: 'Archivo', sans-serif;
background-image:url('images/background2.png');
color: black;
}

#page {
margin: 1.5em 0em 1.5em 0em;
padding: 0em 0.5em 0.5em 0.5em;
border-radius: 10px;
height: 100%;
background-color: #231F20;
overflow:hidden;
}

#content {
padding: 0em 1em 0.5em 1em;
background-color: #E6E6E6;
border-radius: 10px;
border-top: 1px solid gray;
overflow:hidden;
}

.button {
padding: 0.5em 1em 0.5em 1em;
margin-right: 0.5em;
margin-top: 0.5em;
display: inline;
}

#activetab {
padding-bottom: 0.6em;
background-color: #E6E6E6;
border-radius: 10px 10px 0px 0px;
border: 1px solid gray;
border-bottom: none;
font-weight: bold;
}


a {
text-decoration: none;
color: #638F92;
}

a:hover {
text-shadow: 0px 0px 1px white;
}

li {
padding: 0em 0em;
margin: 0;
list-style-type: none;
}

img {
vertical-align: middle;
}

hr {
border: 1px solid gray;
}


/* Header section */
#header {
background-image: url(images/TitleBanner-6.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
height:6em;
width: 100%;
position: relative; /* Ensure relative positioning for absolute positioning of image */
}


#title {
padding-left: 1.5em;
border-top-left-radius: 5px;
}

#title a {
font-weight: bold;
color: black;
}

#navigation {
margin: -1em 0em 0em 0em;
margin-top: 0.2em;
padding: 0.75em 2em 0.5em 0em;
text-align: right;
}

#navigation a {
color: #f1b300;
}

.heading {
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(64,64,64,1) 75%,rgba(0,0,0,0) 100%);
}

/* Page accesories */
.center {
text-align: center;
}

.center img {
display: block;
margin-left: auto;
margin-right: auto;
}

.sidebar {
float: right;
max-width: 500px;
padding-left: 1em;
padding-bottom: 1em;
margin-top: 0.5em;
border-left: 1px solid gray;
}

.notebox, .highlightbox {
display: inline-block;
padding: 0.5em 2em 1em 2em;
margin: 0.5em;

background: gray;
border-radius: 10px;
}

.notebox {
width: 300px;
}

.notebox li {
text-align: left;
}

.notebox h3 {
text-align: center;
}

.profiles img {
float: left;
margin: 0.5em;
border-radius: 10px;
}

.profiles p {
float: left;
clear: left;
text-align: top;
}

.refbutton {
    
    font: bold 11px Arial;
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
}

#about {
float: left;
padding: 5px;
}

#news {
float: left;
}
#news img {
padding-right: 10px;
}

#labtxt{
float: left;
}

#TeamPI {
float: left;
}

#TeamGS {
float: left;
}

#TeamUG {

	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 80px;
    column-width: auto;
}

#TeamAHeader {
	float: left;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 80px;
	width:500px;
  	column-width: 125px;
}

#TeamA {
	clear: both;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 80px;
	width:1100px;

	column-count: 5; 
  	column-gap: 1.5em; 
  	column-rule: 1px solid #ddd;  
}

#TeamCO {
	float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 80px;
    column-width: auto;
}

#assist {
    clear: both;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}

#assist img {
    display: inline-block;
    margin: 0 10px;
    vertical-align: top;
}

#participate {
    float: left;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 80px;
    width: 800px;
}

/* Footer section */
#footer {
border-top: 1px;
border-top-style: dotted;
padding: 1em;
font-size: small;
text-align: right;
}
