  
@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.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-width: 320px;
}

.container > header {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	
}

.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;
}

#main {
	width: 100%;
	
	
}

#menuwrap {
	width: 80%;
	margin-top: 70px;
	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 50px 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 {
	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;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
.container > header h1 {
	font-size: 36px;
}

}
@media only screen and (max-width: 480px) {
	
#rightmenu li:last-child {
	line-height: 30px;	
}

.container > header h1 {
	font-size: 30px;
}

#menuwrap {
	width: 80%;

}

}