@charset "utf-8";
/* CSS Document */


body {
	background-image: url("graphics/bg_landingpage.jpg");
	background-size: cover;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
	margin: auto;
	/* padding-top: 5%; */
	padding-top: 2%;
}

h1 {
	font-family: Georgia, serif; /* 'Pinyon Script', cursive; */
	font-size: 50px;
	font-weight: normal;
	color: #ffffff;
	/* margin-bottom: 60px; */
	margin-bottom: 30px;
}

#master, #phd {
	display: inline-block;
	width: 200px;
	border: 1px solid white;
	padding: 20px;
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
}

#master:hover, #phd:hover {
	background-color: #C84E00;
	cursor: pointer;
}

#master {
	margin-right: 50px;
}

#video {
	margin-top: 40px;
}

p {
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #ffffff;
	margin-bottom: 20px;
}

p a {
	color: #ffffff;
	font-weight: 400;
	text-decoration: underline;
}

p a:hover {
	color: #C84E00;
}

#bottom {
	display: block;
	width: 100%;
	background-color: transparent;
	text-align: center;
	position: relative;
	bottom: 0%;
	margin-top: 50px;
}

#footer {
	display: block;
	width: 100%;
	background-color: #cccccc;
	text-align: center;
}

#videothumb {
	width: 50%;
	box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);	

}

#videothumb:hover {
	opacity: 0.7;
}

#video {
	margin-bottom: 30px;
}

#mtm_logo {
	width: 275px;
}

#tgs_logo {
	width: 275px;
}


@media screen and (max-width: 1000px) {

	#master, #phd {
		width: 60%;
		font-size: 40px;
	}
	
	#master {
		margin: 40px 0px 0px 0px;
	}
	
	#phd {
		margin-top: 40px;
	}
	
	h1 {
		margin-bottom: 30px;
		font-size: 60px;
	}
	
	p {
		font-size: 40px;
		margin-bottom: 20px;
	}
	
	#videothumb {
		width: 80%;
	}
	
	#mtm_logo {
		width: 600px;
	}
	
	#tgs_logo {
		width: 350px;
	}
	
	#bottom {
		position: fixed;
	}
}