//CSS elements for TWU Library Mobile Webpage html, body {
 height: 100%;
}
body {
	width: 100%;
	margin: 0 auto;
	background-color: white;
}
#holder {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#header {
	width: 100%;
	margin: 0 auto;
	background-color: #850928;
	background-image: url(icons/brand.png);
	background-repeat: no-repeat;
	background-size: contain;
	font-size: 22pt;
	text-align: right;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	min-height: 57px;
	line-height: 57px;
}
#header span {
	margin-right: 10px;
}
#header a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
#ribbon {
	width: 100%;
	background: white; /* for non-css3 browsers */
	text-align: center;/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2E2E2E', endColorstr='#858585');  for IE *//*background: -webkit-gradient(linear, left top, left bottom, from(#2E2E2E), to(#858585));  for webkit browsers */
/*background: -moz-linear-gradient(top,  #2E2E2E,  #858585);  for firefox 3.6+ */ }
#box {
	width: 90%;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	color: white;
}
.button {
	width: 20%;
	margin-top: 1%;
	margin-right: 1%;
	float: none;
	background-color: #9CDFD3;
	display: inline-block;
	position: relative;
	min-width: 110px;
}
.button img {
	width: 100%;
	height: 100%;
}
.socialbutton {
	width: 15%;
	margin-top: 1%;
	margin-right: 1%;
	float: none;
	background-color: #9CDFD3;
	display: inline-block;
	position: relative;
	min-width: 110px;
}
.socialbutton img {
	width: 100%;
	height: 100%;
}
.socialbutton a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
}
.longbutton {
	margin: 10px;
	width: 300px;
	display: inline-block;
}
.longbutton a, a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	line-height: 100px;
	color: #FFF;
	font-size: 24px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
.longbutton .icon {height:100px; width:100px; float:left;}
.aspect {
	padding-top: 100%;
}
.innerbutton {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#footer {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	position: fixed;
	bottom: 0;
	color: #FFFFFF;
	font-size: 12pt;
	font-style: arial, helvetica, sans-serif;
	text-align: center;
	background-color: #850928;
	line-height: 30px;
}
#dynamic {
	margin-top: 10px;
	margin-left: 22px;
	font-size: 14pt;
	font-style: arial, helvetica, sans-serif;
}
h5 {
	font-size: large;
	font-weight: bold;
}
