
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab';

h1, h2, h3 {
	color: #00652E;
	font-family: 'Roboto Slab', sans-serif;
	font-weight: 600;
}


.HeaderLogo {
	/*uog logo horizontal - triton green*/
	/*background: url(https://www.uog.edu/_resources/css/sites/default/files/logo_2.jpg) no-repeat center;*/
	/*uog logo horizontal - white*/
	background: url(https://www.uog.edu/_resources/css/sites/default/files/footer-logo_0.png) no-repeat center;
	background-size: 200px auto;
	padding: 50px 0px;
	background-color: #00652E;
}

body {
	font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
}

p {
	font-family: "FrutigerCE55RomanRegular", "Myriad Pro", Arial, sans-serif;
}

div[name=HeaderRow]{
	padding: 0 !important;
}

.HeaderDept h3{
	font-style: italic;
	margin-top: 0 !important;
	margin-bottom: 20px !important;
	font-weight: 300;
}

@media print {
	
	div > .HeaderLogo {
		text-align:center;
		padding: 10px 0 0 0;
	}
	
	.HeaderLogo:after {
		content: "University of Guam";
		color: #00652E;
		font-family: 'Roboto Slab', sans-serif;
		font-weight: 600;
		font-size: 40px;
	}
	
	.page.container {
		width: 100%;
		padding: 0 75px;
		margin: 0;
		border: none;
	}
}