body {
	margin: 0;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	/* font-size: 14px; */
	font-weight: 400;
	color: #212529;
	z-index:0;
}

body{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #212529f0;
}

.photo {
	border: 2px solid #ccc;
}

.status-block{
	padding:auto;
}

.status{
	margin: 5px;
	margin-bottom:15px;
	height:150px;
}

header{
	position:fixed;
	top:0;
	z-index: 1;
	width:100%;
}

.navbar {
	padding: 0.240em;
}

#main-content {
	margin-bottom: 80px;
}

.fsu-gold {
	color: #CEB888 !important;
}


footer {
	background-color: #782F40;
	color: #CEB888 !important;
	width: 100%;
	/* height: 60px; */
	/* line-height: 60px; */
	text-align: center;
	padding: 15px; padding-bottom: 13px;
}
footer a {
	color: currentColor;
	text-decoration: underline currentColor;
}
footer a:hover {
	color: white;
}

#fsu-seal {
	position: absolute;
	width: 68px;
	height: 68px;
	top: -34px;
	left: 50%;
	z-index: 50;
	margin-left: -34px;
}

.bg-garnet{
	background-color: #782f40;
}

.nav-box{
	width: 50%;
	border: solid #eee;
	padding: 50px;
	margin:auto;
}

.help-text{
	padding: .0rem 1rem;
}

.bg-warning-trans {
	background-color: #ffc1073b !important;
}

#list-content{
	font-size: 15px;
}

.nav-link {
	padding: .0rem 1rem;
	color: #2b6c9a;
}

#list-content a:hover {
	background-color: rgba(0,0,0,.05);
	font-weight: 500;
}

h2, h3, h4, h5 {
	font-family: 'Roboto Slab', sans-serif;
}

#back-to-top {
	display: inline-block;
	background-color: #782f40;
	width: 44px;
	height: 44px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 60px;
	right: 10px;
	transition: background-color .3s, 
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

.fa-angle-double-up{
	font-size: 2em;
	color: #fff;
	line-height: 44px;
}

#back-to-top.show {
	opacity: .8;
	visibility: visible;
}

#back-to-top:hover {
	cursor: pointer;
	background-color: #333;
}

#back-to-top:active {
	background-color: #555;
}