@charset "UTF-8";
/* Body */
body, html {
	height: 100%;
    margin: 0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-style: normal;
	font-weight: 200;
}
/* Background image used */
.bg {
  background-image: url(../images/slidebackgroundwide2024.jpg);
 /* Full height */
  height: 100%; 
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.logo {
	color: #fff;
	font-weight: bold;
	text-align: undefined;
	width: 100%;
	float: left;
	margin-top: 11px;
	margin-left: 25px;
	letter-spacing: 1px;
}

.water-img {
	/* UCLA 100 Molecule */
    position: absolute;
    z-index: 0;
	display: block;
	top: 35px;
	right: 25px;
 }
 .water2-img {
	/* UCLA  */ 
    position: absolute;
    z-index: 0;
	display: block;
	top: 75px;
	right: 25px;
 }
img.watermark {
	/* filter:alpha(opacity=99); */
 	/* opacity:.99; */
}
.studentname {
	text-align: center;
	color: #fff;
	margin-top: 20px;
	padding-top: 175px;
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 1px;
	padding-left: 5%;
	padding-right: 5%;
	word-wrap: normal;
	z-index: 1;
	position: relative;
}
.program {
	text-align: center;
	color: #fff;
	font-weight: 400;
	margin-top: -40px;
	font-size: 38px;
	text-transform: uppercase;
	letter-spacing: 4px;
	z-index: 1;
	position: relative;
}
.dissertation{
	text-align: center;
	float: none;
	display: block;
	color: #fff;
	margin-top: 10px;
	font-size: 36px;
	font-weight: normal;
/* 	display: inline-block; */
	padding-left: 5%;
	padding-right: 5%;
	z-index: 1;
	position: relative;
}
.chairs {
	text-align: center;
	color: #fff;
	margin-top: 1px;
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 1px;
	z-index: 1;
	position: relative;	
}

.gdlogo-img {
    position: absolute;
    z-index: 0;
	display: block;
	bottom: 155px;
	left: 35px;
 }
img.gdlogo {
	filter:alpha(opacity=99);
 	opacity:.99;
}