body,
textarea
{
	font-family: 'Quicksand', sans-serif;
	font-weight: 500;
}

.logo1
{
	font-weight: 700;
}

.logo2
{
	font-weight: 500;
}

.logo3
{
	font-weight: 300;
}

h1 a,
.top-bar-button a,
.footer-button a
{
	text-decoration: none;
	color: black;
}

#top-bar-buttons
{
	float: right;
}

#top-bar-buttons-end
{
	clear:both
}

#top-bar h1,
.top-bar-button,
.top-bar-welcome
{
	float: left;
}

#top-bar h1
{
	margin: 0;
	padding: 10px;
}

.top-bar-button,
.footer-button
{
	padding: 10px;
}

.top-bar-welcome
{
	padding: 10px;
	padding-right: 30px;
}

.top-bar-button-label
{
	text-align: center;
}

.top-bar-button-icon
{
	text-align: center;
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-size: 15px;
	font-weight: 600;
	padding-top: 5px;
}

#banner-join-us-suggested,
#banner-join-us-denied
{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	background: #ccc;
}

.module-header
{
	background: #e0eee0;
	padding: 5px;
	text-align: center;
	margin-top: 20px;
	position: relative;
}
/* MODULE HEADER COLOUR CHANGED SIMPLY SO I CAN CHECK AT A GLANCE WHERE I AM! */

.module-header-icon
{
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-size: 15px;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 5px;
}

.module-show-button,
.module-hide-button
{
	cursor: pointer;
	left: 5px;
	position: absolute;
}

.module-show-button
{
	display: none;
}

.module-full-screen-button
{
	right: 5px;
	position: absolute;
}

.module-full-screen-button a
{
	text-decoration: none;
	color: black;
}

.module-title
{
	font-weight: bold;
}

.module-body
{
	border: 2px solid #ccc;
	padding: 5px;
}

.module-footer
{
}

.footer
{
	text-align: center;
	margin-top: 20px;
}

#chat-box
{
	height: 500px;
	position: relative;
	--chat-buttons-width: 40px;
}

#chat-messages
{
	overflow: auto;
	height: 100%;
}

#message_text,
#message_send,
#message_thumbs_up
{
	position: absolute;
	bottom: 0;
}

#message_text
{
	left: 0;
	width: calc(100% - var(--chat-buttons-width) - 5px);
	resize: none;
	overflow: hidden;
}

#message_send,
#message_thumbs_up
{
	right: 0;
	width: var(--chat-buttons-width);
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-size: 15px;
	font-weight: 600;
}

#message_send
{
	display: none;
}

.credit-role
{
	font-weight: bold;
}

.icon
{
	font-family: "Font Awesome 5 Free", "FontAwesome";
	font-size: 25px;
	font-weight: 600;
	border: none;
	background-color: transparent;
	position: relative;
	border-radius: 5px;
	padding: 5px;
	margin-left: 5px;
}


/* QUICK AND DIRTY CSS TO TEST ZONING IDEA */

/* REMOVE PADDING AROUND THE WHOLE PAGE */

body { margin: 0px; }


/* TAKE OFF BORDER FROM MODULES */

.module-body {
	border: none;
	padding: 15px;
}

/* REMOVE GAP BETWEEN MODULES, GREEN BACKGROUND, SLIGHTLY MORE VERTICAL PADDING */

.module-header {
	background: #e0eee0;
	padding: 10px 5px;
	text-align: center;
	margin-top: 0px;
	position: relative;
}

/* YELLOW BACKGROUND FOR CALENDAR MODULE */

#calendar-module {
	background: #fd0;
}

/* YELLOW FOR CALENDAR MODULE HEADER */

#calendar-module .module-header {
	background: #fd0;
	padding: 5px;
	text-align: center;
	/* margin-top: 20px; */
	position: relative;
}
