  
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700);

@font-face {
	font-family: 'fontawesome';
	src:url('https://www.regent.edu/styles/bootstrap/font-awesome/fonts/fontawesome-webfont.eot');
	src:url('https://www.regent.edu/styles/bootstrap/font-awesome/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
		url('https://www.regent.edu/styles/bootstrap/font-awesome/fonts/fontawesome-webfont.svg#fontawesome') format('svg'),
		url('https://www.regent.edu/styles/bootstrap/font-awesome/fonts/fontawesome-webfont.woff') format('woff'),
		url('https://www.regent.edu/styles/bootstrap/font-awesome/fonts/fontawesome-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body, html { font-size: 100%; 	padding: 0; margin: 0;}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	color: #b1aea6;
	background: #fffcf5;
	min-height: 700px;
	min-width: 320px;
}

.container > header {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;	
}

.container > header {
	padding: 2.875em 1.875em .5em;
	margin-bottom: -15px;
	margin-top: -15px;
	text-align: center;
}

.container > header h1 {
	font-size: 2.625em;
	line-height: 1.3;
	margin: 0;
	color: #89867e;
	font-weight: 300;
}

.container > header span {
    display: block;
    font-size: 60%;
    color: #625D51;
    padding: 0 0 0.6em 0.1em;
}

/*Top Page Divider*/

#topdivider {
	border-bottom: 1px solid silver;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	clear:both;
	margin-bottom: 20px;
	margin-top: 20px;
	z-index: -1;
}

#main {
	width: 100%;
}

#buildingID {
	text-align: center;
	font-size: 42px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-weight: lighter;
    color: #666;
	margin-top: 20px;
	margin-bottom: 20px;
}

#button_wrap {
	position: relative;
	height: 50px;
	width: 40%;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

#home_button_wrap {
	position: relative;
	height: 100px;
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

#home_button_wrap a {
	text-decoration: none;
	color: #B4B1A6;
}

#home_button {
	width: 70px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	background: url(/admin/media/roominfo/info/Regent_Room_Info_Responsive/buildingPages/img/Home-Button.png) #001654 center center no-repeat;
	border-radius: 7px;
	-moz-border-radius: 7px;
	transition: -webkit-transform .5s, all .5s ease;
	-webkit-transition: -moz-transform .5s, all .5s ease;
	-moz-transition: transform .5s, all .5s ease;
}

#home_button:hover {
	background: url(/admin/media/roominfo/info/Regent_Room_Info_Responsive/buildingPages/img/Home-Button.png) #000F40 center center no-repeat;
}

#menuwrap {
	width: 80%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}

#solowrap {
	width: 60%;
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}

#solomenu {
	line-height: 20px;
	width: 100%;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	padding: 0;
	text-decoration: none;
	list-style: none;
	text-align: center;
	color: #EEE;
	border-radius: 15px;
	-moz-border-radius: 15px;
	margin: 5px 0 0 0;
}

#solomenu a:first-child:hover {
	background: #000F40;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
}

#solomenu a:hover {
	background: #000F40;
}

#solomenu a:last-child:hover {
	background: #000F40;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
}



#solomenu a {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 2px;
	background: #001654;
	transition: background .25s ease-in-out;
   -moz-transition: background .25s ease-in-out;
   -webkit-transition: background .25s ease-in-out;
}

#solomenu a:first-child {
	margin-top: 0px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
}

#solomenu a:last-child {
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
}

#solomenu a:active {
	background: #000C33;
}

#solomenu a:first-child:active {
	background: #000C33;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-top-left-radius: 15px;
	-moz-border-top-right-radius: 15px;
}

#solomenu a:last-child:active {
	background: #000C33;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-bottom-left-radius: 15px;
	-moz-border-bottom-right-radius: 15px;
}

a {
	text-decoration: none;
	color: #EEE;
	display: block;
}

/* Remove "selected" outline in IE8 */

a:active, a:visited { 
    border: none;
    outline: none;
}

/*Bottom Page Divider*/

#bottomdivider {
	border-bottom: 1px solid silver;
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	clear:both;
	margin-bottom: 40px;
	margin-top: 30px;
	z-index: -1;
}
/*Room Image Styling*/

#imageWrapper {
	text-align: center;
	clear: both;
	margin-bottom: 50px;
}

#photo {
	border: black 3px solid;
	border-radius: 4px;
	-moz-box-shadow: 5px 5px 10px #000; /* Firefox */  
    -webkit-box-shadow: 5px 5px 10px #000; /* Safari, Chrome */  
    box-shadow: 5px 5px 10px #000; /* CSS3 */
	width: 80%;
	height: auto;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.container > header h1 {
	font-size: 36px;
}

#buildingID {
	font-size: 36px;
}

}
@media only screen and (max-width: 480px) {

.container > header h1 {
	font-size: 30px;
}

#buildingID {
	font-size: 30px;
}

#menuwrap {
	width: 80%;

}

}


