/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


.sub-pages-links
{
	color:bisque;
	font-weight: 600;
}

.QED-colour
{
	color:blueviolet;
}

.zaag-colour
{
	color: aqua;
}

.moq-colour
{
	color: aqua;
}

.hotel-colour
{
	color: aqua;
}


.sub-logos
{

	height: 10%;
	width: 10%;
}


#zu-block
{
	background-image:url(../images/Sub-Int-Logos/zu_logo.png);
}


.staff-title
{
	color: blueviolet;
	font-weight: 700;
}

.centre-staff
{
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	color: aqua;
}


.team-wrap img {
    width: 250%; /* Adjust width as needed, e.g., 150px */
    max-width: 250px; /* Sets a maximum width for the image */
    height: 250px; /* Maintains the aspect ratio of the image */
    display: block; /* Ensures the image doesn't have extra spacing */
    margin: 0 auto; /* Centers the image if within a block container */
}
