@charset "utf-8";

#header { 
background: #461d7c; 
border-top:rgba(204, 204, 204, 0.4) 1px solid;
border-bottom:rgba(0, 0, 0, 0.4) 1px solid;
width:100%;
height:70px;
float:left;
padding: 1em 0 0 1em;

}
#logo {
background-image: url('https://www.lib.lsu.edu/sites/all/themes/libtheme/images/LSU-Libraries-logo.png');
  height: 66px;
  width: 100%;
 background-repeat: no-repeat; 
 display:block;
}

#motto {
font-family:  "arial", sans-serif;
font-size: 1.4em;
color: #fff;
float: right;
margin: 25px 15px 0 0;
display:block;
}

/* Footer styles */

.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.two_third {
	width: 65.33%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.8%;
}
.one_sixth {
	width: 15%;
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth {
	margin-right: 3%;
	margin-bottom: 10px;
	float: left;
}
.one_sixth {
	margin-right: 2%;
	margin-bottom:20px;
	float: left;
}
.lastcolumn {
	margin-right: 0!important;
	clear: right;
}
 

#footer body, #footer ul 
{
	margin:0px;
	padding: 0px; 
}


.main-footer {
	background:#4f4f4f;
	padding:20px 0px;
	margin: auto; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#e1e1e1;
	max-width: 1170px;

}
.main-footer p {
	 
	
}
.main-footer h3 {
	color:#FFCF52;
	font-size: 14px;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

 

.main-footer a
	{
	color: white;
	text-decoration:none;	
	}

.main-footer ul, .main-footer ol {
	padding:0;
	/*eliminates excess padding from normalize.css*/
}
.main-footer ul li {
	color:#f1f2f2;
	border-bottom:1px solid #787f94;
	padding:5px 0 2px 0;
	list-style:none;
}
.main-footer ul li:last-child {

}
.main-footer ul li:first-child {

}
.main-footer ul li a {
	color:white;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor:pointer;
	text-decoration:none;
}
.main-footer ul li a:hover {
	color:#F8D886;
	padding-left:5px;
}


.main-footer .copyright-statement {
margin:1em 0;
border-top:1px solid #787f94;
}

 @media only screen and (max-width: 767px) {
/* @media only screen and (max-width: 980px) {*/

.main-footer {
	  
	 width: 100%;
	 
 
}
.one_half, .one_third, .two_third, .one_fourth, .one_fifth, .one_sixth {
width: 100%;
  
}
 
.container
{
	width: 90%;
	 
	}
	
	body {
overflow-x:hidden;
} 

}

@media all and (min-width: 120px) and (max-width: 600px) {


#motto {
  display:none;  
}


body {
overflow-x:hidden;
} 

#header { 
background: #fff;
}

#logo{
width:100%;
border-right:none;
background-image:url('https://www.lib.lsu.edu/sites/all/themes/libtheme/images/logosmall.png');
background-repeat:no-repeat;
margin: -1em;
}

}