
	body {
	  margin: 0;
	  color: white;
	  padding-top: 673px;
	  background-color: white;
	}

	nav {
		background-color: #233e76;
		height: 40px;
		font-size: 0.6em;
	}

	a {
	  color: #888;
	  text-decoration: underline;
	}

	h1, h2, h3 {
		color: #bd1f35;
		font-family: 'bebas_neueregular';
	}
	header {
	  padding-top: 0;
	  margin: 0;
	  background: #bd1f35;
	  width: 100%;
	}
	
	.main-nav,
	.main {
	  position: relative; 
	  width: 100%;
	  color: black;
	  background-color: white;
	}

	
	.main-nav {
		position: relative;
		top: -50px;
	  z-index: 150;
	  text-align: center;
	  font-size: 1.8em;
	  margin-bottom: -80px;
	  box-shadow: 0 2px 3px rgba(0,0,0,.4);
	}

	.main-nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		padding-top: 10px;
	}

	.main-nav ul li {
		padding: 0px;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 5px;
		padding-bottom: 3px;
		display: inline;
		margin: 0;
		border: 0px solid white;
		overflow: hidden;
	}

	.main-nav ul li:HOVER {
		background-color: #bd1f35;
		-webkit-border-radius: 7px;
		-moz-border-radius: 7px;
		border-radius: 7px;
	}

	.main-nav ul li a {
		color: #FFF;
		position: relative;
		top: -1px;
		text-decoration: none;
		font-size: 16pt;
		font-family: myriad pro;
	}

	.text-regular {
		font-family: 'bebas_neuebold';
	}

	.icon {
		position: relative;
		top: 8px;
		width: 40px;
	}

	#calender {
		text-align: center; 
	  
	}

	#livestream 
	{
		position: relative;
		margin:0
		height: 0;
		overflow:hidden;
		padding-bottom: 40%;
	}

	#livestream iframe
	{
		position: absolute;
		top:0;
		left: 0;
		width: 100%;
		height: 100%;
		border: 0 none transparent;
	}

	#slide-wrapper {
		margin: 0;
		padding: 0;
		position: absolute;
		width: 100%;
	}
	#top-full-splash {
		position: relative;
		top: 100px;
		max-width: 100%;
		height: auto;
	}
	#senate-logo-div {
		position: absolute;
		width: 100%;
	}
	#senate-logo {
		position: relative;
		margin: 0 auto;
		width: 50%;
		left: 25%;
		z-index: 149;
		
	}
	#asua-logo {
		position: absolute;
		right: 0px;
		top: 0px;
		height: 70px;
		margin: 15px 15px 0 0;
	}
	.slide-header {
		overflow: hidden;
		width: 100%;
		background-color: transparent;
	}
	#slide-images {
		position: relative;
		opacity: 0;
		width: 100%;
		height: 102px;
		background-color: #bd1f35;
	}
	.slideimg-senate{
		position: absolute;
		left: 0;
		height: 70px;
		margin: 15px 0 0 15px;
	}
	.slideimg-asua{
		position: absolute;
		right: 0;
		top: 0;
		height: 70px;
		margin: 15px 15px 0 0;
	}
	header,
	.main-nav-scrolled {
	  position: fixed;
	  width: 100%;
	  top: 0;
	}

	h1.bgHead
	{

	}

	.main {
		position:relative;
		z-index: 149;
	  	background: black;
	  	padding: 50px 0px 50px;
	  	font-family: Verdana;
		background-image: 
url("../images/our-impact-background.png");
		background-repeat: repeat;
	}
	.main-article {
		width: 95%;
		padding: 25px 15px 25px 15px;
		font-family: Myriad pro;
	}

	footer {
		width: 100%;
		margin: 0;
		padding: 0;
		text-align: center;
		background-color: #3a3a3a;
		height: 100px;
		font-size: 0.8em;
	}
	
	@media only screen and (max-width : 605px) {
		#asua-logo {
			height: 30px;
		}
		.main-nav ul li a {
			color: #FFF;
			position: relative;
			top: -1px;
			text-decoration: none;
			font-size: 11pt;
			font-family: myriad pro;
	}
		.main-nav ul li {
			padding: 0px;
			padding-left: 2px;
			padding-right: 2px;
			padding-top: 2px;
			padding-bottom: 1px;
			display: inline;
			margin: 0;
			border: 0px solid white;
			overflow: hidden;
		}
	}

	.left-content{
		position: absolute;
		width: 27%;
		font-size: 1.3em;
		margin-left: 20%;
		line-height: 130%;
	}

	/*
	article
	{
		background-image: 
url("../images/our-impact-background.png");
		background-repeat: repeat;
	}
	*/

	article > :not(h1)
	{
		background: white;
	}
	
	.right-content{
		float: right;
		font-size: 1.2em;
		width: 30%;
		margin-right: 15%;
	}

	.social-media p{
		margin-bottom: 10px;
		font-size: 1.1em;
	}

	.icon-square{
		display: inline-block;
		margin-right: 5px;

	}

	.icon-square .fa-facebook{
		border-radius: 5px;
		background-color: #3b5998;
		height: 30px;
		width: 25px;
		text-align: center;
		padding-top: 5px;
	}

	.icon-square .fa-twitter{
		border-radius: 5px;
		background-color: #00aced;
		height: 25px;
		width: 10px;
		text-align: center;
		padding-top: 5px;
		padding-right: 20px;
		padding-bottom: 5px;
	}

	.icon-square i{
		
		font-size: 2em;
		color: #fff;
		padding-left: 10px;

	}
	
	h6 {
		font-family: 'bebas_neueregular';
		font-size: 24px;
	}
	
	.nameOverlay {
		width: 20%;
		background: black;
		position: relative;
		top: -28px;
		text-align: center;
		font-size: 25px;
		opacity: 0.8;
		color: white;
		display: inline;
	}
	
	.mugshots{
		width: 100%;
		margin: 0 0 0 0;
		padding: 0;
	}
	
	.ms2{
		margin: -3px 0 0 0;
	}
	
	
	.mugshots img{
		margin: 0 0 0 0;
		padding: 0;
		width: 20%;	
		cursor: pointer;
		border: solid 5px #233e76;
		box-sizing: border-box;
	}
	.mugshots img:HOVER{
		width: 20%;
		opacity: 0.8;
		cursor: pointer;
	}
	
	.popup {
		font-family: 'verdana';
		width: 55%;
		height: 75%;
		overflow: visible;
	}
	
	.content {
		background: white;
		width: 100%;
		height: 100%;
		color: #233e76;
		padding: 20px;
		overflow: auto;
	}
	
	.popup_mugshot {
		height: auto;
		width: 100%;
	}
	
	.popup_close {
		height: 50px;
		width: 50px;
		position: absolute;
		top: -25px;
		left: 100%;
		cursor: pointer;
	}
	
	.popup_info {
		text-align: center;
		float: left;
		padding: 0;
		width: 30%;
	}
	
	.popup_text {
		float: right;
		width: 69%
	}

	form {
		margin: auto;
		width: 200px;
		position: relative;
		font-size: 16px;
		line-height: 24px;
		font-weight: bold;
		border: 1px solid #000;
		padding-top: 10px;
		padding-left: 10px;
		background-color: #D3D3D3;
	}

	form h2{
		padding-bottom: 20px;
		font-size: 22px;
	}

	input {
		display: block;
		height: 25px;
		width: 170px;
	}

	input:focus{
		border: 1px solid #000;
	}

	#login-button input{
		height: 25px;
		width: 75px;
		font-size: 15px;
		position: absolute;
		bottom: 10px;
		left: 55px;
	}


	#loginDropBox{
		display: block;
		margin-bottom: 15px;
	}

	#blogHead{
		margin: 0 auto;
	}

	.blogPostblock{
		margin-top:10px;
		clear: both;
	}
	.blogPost_title{
		margin:5px;
		padding:5px;
		font-family:"Trebuchet MS", Helvetica, sans-serif;
		font-size: 3em;
		font-weight: bold;
		color:#233E76;
		letter-spacing: -1px;
	
	}
	.blogPost_author{

		margin:10px;
		padding-left:5px;
		color:red;
		font-family: 'Roboto', sans-serif;
		letter-spacing: 1px;
	}	

	.underline{
		 text-decoration: underline;
	
	}

	.blogPost_time{
	
	}
	.blog_Post_content{
		font-family: 'Roboto', sans-serif;
		margin:10px;
		padding:5px;
		font-size: 1.2em;
		line-height: 25px;
		letter-spacing: 1px;
	}
	.readmore{
		font-family: 'Roboto', sans-serif;
		float: right;
		clear: both;
	
	}
					
	



	






