:root {
  --yellow: #F2BB32;
  --yellow-light: #FFD773;
  --grey-light: #dbdcde;
  --grey-medium: #767789;
  --grey-dark: #252634;
}
::-webkit-scrollbar { width: 0px; background-color: none; }
::-webkit-scrollbar-thumb {	background: var(--grey-medium); }
::-webkit-scrollbar-thumb:hover { background: var(--yellow); }
a:-webkit-any-link { cursor: pointer; }

span.left { float:left; }
span.right { float:right; }

/*************/
/* TITLE BAR */
/*************/


/******************/
/* BODY / GENERAL */
/******************/
html {
	height: 100%;
}
body {
	margin: 0;
	font-family: 'Lato';
	background-color: #DDD;
	height: 100%;
}

.mainbody {
	background-color: #F4F4F4;
	padding-top: 90px;
	min-height: 80%;
}

p {
	line-height: 1.5em;
}

h2 {
	color: #5C5C5C;
}

img {
    padding: 25px;
    width: 100%;
}

button {
	background-color: var(--grey-dark);
	color: var(--grey-medium);
	border:none;
	text-decoration:none;
	text-transform: uppercase;
	padding: 15px 32px;
	margin: 10px 5px;
	font-size: 15px;
	font-weight: 700;
    letter-spacing: 0.02em;
}
button.active {
	color: white;
}
button:hover {
	color: #FFF;
}
div.centered {
	width: 60%;
	margin: 0 auto;
}
div.centeredwide {
	width: 90%;
	margin: 0 auto;
}

a {
	color: #AC2148;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.topButton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 5px;
    font-size: 18px;
}


/*********/
/* FORMS */
/*********/
form {
	width: 80%;
	margin: 0 auto;
	line-height: 1.5em;
	/*padding: 0.5em 2% 1em;
	border: 1px solid #c0c0c0;*/
}
fieldset {
	border: 1px solid #C0C0C0;
}
legend {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.04);
}
input, select, textarea {
    background: #e9e9e9;
    border: 1px solid #f4f4f4;
    color: #28282c;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 100%;
    line-height: 1.5em;
    margin: 2px 0px;
    width: 100%;
    padding: 0.5em 1em;
    vertical-align: baseline;
    box-sizing: border-box;
}
textarea {
	resize: none;
}
div.half {
	float: left;
	width: 50%;
}
input[type=submit] {
	background-color: #F2B111;
	color: white;
	border: none;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Lato';
	line-height: 3em;
	width: 50%;
	min-width: 100px;
	margin: 10px auto;
	padding: 0 1.5em;
	border-radius: 1.8em 1.8em 1.8em 1.8em;
}
input[type=radio] {
	visibility: hidden;
}
div.pairscroll {
	min-width: 400px;
	max-height: 500px;
	overflow: scroll;
}
@media (max-width: 1000px) {
	div.half {
		width:100% !important;
	}
}
button.acceptButton {
	margin-left: 0;
	background-color: #8C0128;
	color: white;
}
.pairbox {
	display: flex;
	flex-direction: row;
	width: 100%;
}
.mentorbox {
	flex: 1;
	flex-grow: 1.5;
	flex-shrink: 1;
	padding: 10px;
}
input[type=checkbox] {
    width: auto;
}

/**********/
/* TABLES */
/**********/
table, table th, table tr, table td {
	border: 3px solid var(--main-bg-color);
	border-collapse: collapse;
	padding: 10px;
	text-align: center;
	white-space: nowrap;
}
table th {
	background-color: var(--yellow-light);
	color: white;
}
table tr:nth-child(odd) {
	background-color: var(--grey-light);
}
table tr:hover {
	background-color: #ccc;
}

table.filter, table.filter th, table.filter tr, table.filter td {
	background-color:transparent !important;
	padding: 2px;
}
table.filter tr:hover {
	background-color:transparent !important;
}
table.filter input {
    background: #e9e9e9;
    border: 1px solid #f4f4f4;
    color: #28282c;
    font-family: 'Lato';
    font-weight: 400;
    font-size: 100%;
    line-height: 1.2em;
    margin: 1px 0px;
    padding: 0.1em;
}


/* JZ New Topbar */
.header {
	background-color: #F2BB32;
	padding: 10px;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-family: 'Lato', sans-serif;
  }
  
  .logo {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
  }

  .logo-link .logo-link:visited {
	color: black;
  }
  
  .menu {
	display: flex;
  }
  
  .menu-item {
	position: relative;
	margin-right: 20px;
  }
  
  .menu-item:last-child {
	margin-right: 0;
  }
  
  .menu-link {
	background-color: #F2BB32;
	color: white;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	cursor: pointer;
	transition: color 0.3s ease;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
  }
  
  .menu-link:hover,
  .dropdown:hover .menu-link,
  .submenu-active .menu-link {
	color: black;
	text-decoration: none;
  }
  
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: #F2BB32;
	color: white;
	min-width: 150px;
	z-index: 1;
	font-family: 'Lato', sans-serif;
  }
  
  .dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	transition: color 0.3s ease;
  }
  
  .dropdown-content a:hover {
	color: black;
  }
  
  .dropdown:hover .dropdown-content {
	display: block;
  }
  
  /* Additional CSS for submenus */
  .submenu {
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #F2BB32;
	min-width: 150px;
	display: none;
  }
  
  .menu-item:hover .submenu {
	display: block;
  }
  
  .submenu a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	transition: color 0.3s ease;
  }
  
  .submenu a:hover {
	color: black;
  }
  
  /* Class for indicating active state */
  .submenu-active .menu-link {
	color: black;
  }
  
  /* Responsive styles */
  @media screen and (max-width: 767px) {
	.menu {
	  flex-direction: column;
	  align-items: flex-start;
	}
	
	.menu-item {
	  margin-bottom: 10px;
	}
	
	.menu-link {
	  padding: 8px 12px;
	  font-size: 14px;
	}
	
	.dropdown-content,
	.submenu {
	  min-width: auto;
	}
  }

  /* Apply styles to the stretch-div container */
.stretch-div {
	display: flex;
	align-items: center; /* Vertically center align items */
	justify-content: flex-end; /* Right-align the content */
	position: relative;
	background-color: #f1f1f1;
	height: 30px;
	border-bottom: 1px solid black;
	width: 100%;
  }

  
  /* Apply styles to the small-text paragraph */
  .small-text {
	text-align: right;
	vertical-align: top;
	margin: 0;
	padding: 5px;
	font-size: 12px; /* Set the desired font size */
  }
