﻿body {
    padding-bottom: 20px;
	 	background:#ff6600!important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
 html{
	 	background:#ff6600;

 }
 .jumbotron{
	 	background:#ff6600!important;
		padding-top: 100px!important;
 }

 #uofl{
	 padding-left: 15px!important;
    padding-right: 15px!important;
	 border-style:solid!important;
	 border-color:black!important;
 }
 #semo{
	 padding-left: 15px!important;
    padding-right: 15px!important;
	 border-style:solid!important;
	 border-color:black!important;
 }
#sidebar-content li a
 {
	  background-color: #ff6600;
	  list-style-type: none;
	 color: #9d9d9d;
	 text-align: center;
 }
 #sidebar-content li a:hover {
    background-color: black;
    color: white;
}
#dropdown li a
 {
	  background-color: #ff6600;
	  list-style-type: none;
	 color: #9d9d9d;
	 text-align: center;
 }
 @media (max-width: 700px) {
 #sidebar{
  display: none;
  }
  }
.box{ width:200px; height:200px; margin:auto;}
.box .overlay{width:200px; height:200px; background:#fff; margin:-200px 0px 0px 0px; opacity:0.5; }
.box a{padding:5px 7px; border:1px solid #000; text-decoration:none; font-family:sans-serif; font-size:14px; margin:-140px 0px 0px 15px; display:inline-block; opacity:0; transition:all 0.5s ease-in-out;    cursor: pointer;/* z-index: 10000; */position: absolute;}

.box .overlay:hover{opacity:0.1; transition:all 0.5s ease-in-out; width:200px; margin-left:50px; float:right; }
.box:hover{box-shadow:0px 0px 10px #6A6A6A; border:1px solid #00DFDF;transition:all 0.5s ease-in-out;}
.box:hover a{opacity:1; background:#FFFFFF; color:#000000; margin:-40px 0px 0px 15px;  border-radius:1px; }
.box a:hover{border:1px solid #00DFDF;transition:all 0.5s ease-in-out;   }


  
