html {
	height: 100%;
	font-size: 12px;
	font-size: 1rem;
}
body {
	height: 100%;
	background-image: url("../images/peglinbg.png");
}

a:link {
	color: #c60606;
}

a:visited {
	color: #c60606;
}

a:hover {
	color: #404040;
}

#logo {
	float: left;
	max-width: 15%;
	max-height: 100%;
}

#logotext {
	display: inline;
	max-width: 85%;
	max-height: 100%;
}

#copyright {
	color: #333;
	font-size: 14px;
	font-size: .9rem;
}

#rednexus {
	padding: .2em;
}

#socialmediabox {
	width: 100%;
	margin-bottom: 1em;
}

#socialmediabox a:link {
	color: white;
}

#socialmediabox a:visited {
	color: white;
}

.jumbotron-btn {
	max-width: 100%;
	margin-top: 50px;
}

.btn-social-icon {
	margin-right: .8em;
}

.outlinetext {
    text-shadow:
    -1px -1px 0 rgba(0, 0, 0, 0.2),
    1px -1px 0 rgba(0, 0, 0, 0.2),
    -1px 1px 0 rgba(0, 0, 0, 0.2),
    1px 1px 0 rgba(0, 0, 0, 0.2);
}

.darktext {
	max-width: 100%;
	color: #222;
}

.footer {
	position: relative;
	bottom: 0px;
	font-size: 16px;
	//font-size: 1.05rem;
}

.jumbotron-image {
	max-width: 100%;
}

.mainbackground {
	min-height: 100%;
	background-color: rgba(255,255,255,0.65);
}

.press-body {
    padding-left: 30px;
}

.section-header {
    font-size: 18px;
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 5px;
}

.section-content {
    padding-left: 12px;
}

img {
    max-width: 90%;
}

.navbar-brand {
	display: inline;
	float: left;
	max-width: 100%;
	padding: 0;
}

.navbar-nav {
	float: right;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 20px;
    font-size: 1.4rem;
}