
/* Style Sheet --------------------------------------------*/
/* Created 22 June 2024                                    */

body, html {
	margin:0;
	color:#303030;
	font-family: "Poppins", sans-serif;
	font-size: 1.0em;
	line-height: 1.4em;
	background-color: #FFFFFF;
	}

p	{
	font-size: 1.0em;
	font-family: "Poppins", sans-serif;
	line-height: 1.9em;
	}

p.buttons	{
	font-size: 0.9em;
	font-family: Arial, sans-serif;
	line-height: 1.0em;
	}

.align-center	{
	text-align: center;
}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}


/* --- Menu bar 20240621 ------------------------------------------------------*/

p.menu-bar {
	font-size: 1.0em;
	line-height: 1.4em;
}

.menuband	{
	width: 100%;
	height: 4.7em;
	margin-top: 0.8em;
	margin-bottom: 1em;
	background: rgba(254, 254, 254,1.0);
	border-top: 1px solid rgba(50, 50, 50,0.2);
	border-bottom: 1px solid rgba(50, 50, 50,0.2);
}

.menucontainer {
	max-width: 70em;
	width: 100%;
	padding-top: 0.6em;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.menubar {
	width: 46.50em;
	margin-top: 0.0em;
	float: right;
}

/* --- Banner 20240627 ------------------------------------------------------*/

#banner1 {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0.6em;
	}

#banner1 img{
	margin-right: auto;
	margin-left: auto;
	border-radius: 0.6em;
	}

#uwlogo {
	position: absolute;
	width: 28em;
	top: 1.5em;
	left: 2.2em;
	z-index: 2;
	}

/* Ghost buttons ----------------------------------*/

.ghostbtn {
	display: inline-block;
	width: 13.7em;
	padding: 0.3em;
	margin-bottom:.3em;
	margin-right:.3em;
	color: #4040CC;
	color: #7070B0;
	border: 2px solid #7070B0;
	border-radius: 5px;
	text-align: center;
	outline: none;
	float: left;
	text-decoration: none;
}

.ghostbtn:hover,
.ghostbtn:active {
	text-align: center;
	background-color: #7070B0;;
	color: #eeeeff;
}

/* --- from old harmony ------------------------------*/

#main1 {
	max-width: 1100px;
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

#banner1x {
	width: 100%;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-radius: 0.6em;
	}

#banner1x img{
	margin-right: auto;
	margin-left: auto;
	border-radius: 0.6em;
	}

#uwlogo1 {
	position: absolute;
	width: 30em;
	top: 1.5em;
	left: 1.5em;
	z-index: 2;
	}

/* --- from old harmony end --------------------------*/

/* --- Containers ------------------------------------*/

#maintop {
	padding: 0.5em;
	margin-right: auto;
	margin-left: auto;
}

.main {
	max-width: 1100px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

.maincontainer {
	max-width: 1090px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* --- Links ----------------------------------------*/

a{
	color:#0000AA;
	font-weight: normal;
	text-decoration:none;
}

a:hover{
	color:#3030FF;
	font-weight: bold;
	text-decoration:underline;
}

.clear-both {
	clear: both;
}

/* --- Books ----------------------------------------*/

.bookimage {
	width: 10em; 
	margin-right: 1em; 
	margin-bottom: 1em; 
	float: left;
}

.indented {
	padding-left: 3em;
	padding-right: 3em;
}

/* --- Tiles --------------------------------------------------*/

.tilescontainer {

	width: 100%;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}

.tile {
	position: relative;
	margin-left: 0.3em;
	margin-right: 0.3em;
	margin-bottom: 0.6em;
	float: left;
}

.tile img {
	max-width: 100%;
	border: 0px solid rgb(255, 255, 255);
	border-radius: 0.6em;
}

.textlabel {
	position: absolute;
	width: 10em;
	height: 1.6em;
	padding: 0.3em;
	bottom: 3.0em;
	left: 0.0em;
	color: #0A0A0A;
	font-size: 1.1em;
	z-index: 10;
	background: rgba(255, 255, 255,0.8);
}

/* --- Tiles end --------------------------------------------------*/

/* --- Footer -------------------------------------------------------------*/

#footer {
	height:10em;
	background: rgba(20, 20, 20,1.0);
	color: rgb(178, 196, 208);
}
	
#footer a:link {
	color: rgb(178, 196, 208);
	text-decoration: none;
}
	
#footer a:hover{
	color: rgb(178, 196, 208);
	text-decoration: underline;
}

.footerbox	{
	max-width:750px;
	width: 97%;
	margin-right: auto;
	margin-left: auto;
}

/* max-width: 1160px -----------------------------------------------*/
@media screen and (max-width: 1160px) {

.tilescontainer {
	width: 100%;
}

#uwlogo {
	width: 25em;
	}

}


/* max-width: 1100px -----------------------------------------------*/
@media screen and (max-width: 1100px) {

.tilescontainer {
	width: 49em;
}

}

/* max-width: 950px -----------------------------------------------*/
@media screen and (max-width: 950px) {

#uwlogo {
	width: 23em;
}

}


/* max-width: 825px -----------------------------------------------*/
@media screen and (max-width: 825px) {

#uwlogo {
	width: 21em;
	top: 1.1em;
	left: 1.6em;
	}

.mainbanner {
	width: 75%;
}

.tilescontainer {
	width: 33em;
}

}

/* max-width: 700px -------------------------------------------------------------------*/
@media screen and (max-width: 700px) {

#uwlogo {
	width: 18em;
	top: 1.0em;
	left: 1.5em;
	}

.menuband	{
	height: 6.0em;
}

.menubar	{
	width: 30em;
}

}

/* max-width: 600px -------------------------------------------------------------------*/
@media screen and (max-width: 600px) {

p	{
	font-size: 0.9em;
	line-height: 1.4em;
	}

p.menu-bar {
	font-size: 1.0em;
	line-height: 2.0em;
	}

#uwlogo {
	width: 16em;
	}

.mainbanner {
	width: 100%;
}

.maincontainer {
	max-width: 530px;
	width: 96%;
}

.tilescontainer {
	width: 22em;
}

}

/* max-width: 450px ------------------------------------------------------------------*/
@media screen and (max-width: 450px) {

h1	{
	font-size: 1.4em;
}

#uwlogo {
	width: 15em;
	top: 0.9em;
	left: 1.3em;
	}

.maincontainer {
	max-width: 340px;
	width: 95%;
}

.menuband	{
	height: 7.0em;
}

}
