/*--------- Departments landing page style sheet   ---------*/

/*---------   Main styles   ---------*/
h1 {
	color: #fff;
	font-size: 25px;
}
h3 {
	color: #fff;
	font-size: 18px;
}
ul {
	margin-left: 2.25rem !important;
	color: #fff;
	font-size: 16px;
}
li {
	background: rgba(0, 0, 0, 0.52);
  padding: 3px;
	margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0.52);
  border-radius: 5px;
  width: 80%;
}
.row {
	max-width: 80rem;
}
.tab-list {
	padding: 10px;
}
.tab-list li {
	list-style: none;
}
.tab-list a {
	color: #000;
}
.tab-list li a:hover {
    color: rgba(0, 0, 0, 0.64);
}
.tab-list li a:focus, a:active {
    color: rgba(0, 0, 0, 0.64) !important;
}
.tab-list ul {
	margin-left: 0.25rem;
}
.tabcontent {
	  background-image: url(../img/Homecoming-Pamphlet-2.jpg);
    height: 1280px;
    background-repeat: no-repeat;
    width: 90%;
    background-size: contain;
    position: fixed;
		z-index: 1;
}
.hashtab {
	background: #2d2d2d;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 250px;
	z-index: 2;
}
.program-list {
	padding: 0px 50px 25px 50px;
	margin-top: 50px;
	border-left: 1px rgba(0, 0, 0, 0.36);
    border-style: solid;
    border-right: 0px;
    border-top: 0px;
    border-bottom: 0px;
}
.program-list li {
	list-style: none;
}
.program-list a {
	color: #000;
}
.program-list ul {
	margin-left: 0.25rem;
}
.media-container {
	position: relative;;
	z-index: 3;
}
.media-item {
	position: relative;;
	left: 100px;
	top: 50px;
	background: rgba(253, 253, 253, 0.98);
	padding: 25px 10px 0px 25px;
	border: 1px solid #fff;
	border-radius: 10px 10px 10px 10px;
	margin-bottom: 25px;
	width: 275px;
}
.media-item h1 {
	color: rgb(245, 128, 46) !important;
	font-size: 20px;
	position: relative;
	left: 60px;
	bottom: 50px;
}
.media-item h2 {
	color: #000;
	font-size: 12px;
	font-weight: 500;
	position: relative;
	left: 75px;
	bottom: 60px;
}
.media-item p {
	position: relative;
	bottom: 35px;
	color: #2b2b2b;
}
.post-img {
	padding-bottom: 20px;
  position: relative;
  right: 26px;
  width: 275px;
  margin-top: -26px;
}
.post-img img {
	border-radius: 10px 10px 0px 0px;
}
.media-icon {
	width: 10%;
	padding-right: 5px;
	padding-bottom: 3px;
}

/*---------    Media Queries   ---------*/

/*--- Phone ---*/

@media only screen and (max-width: 767px) {
	.head h1 {
		padding: 50px 10px 10px 25px;
	}
	.head ul {
		display: inline;
		padding: 85px 0px 0px 5px;
	}
}

/*--- Tablet ---*/

@media only screen and (max-width: 979px) {

}
/*--- Small Laptop Screens ---*/

@media only screen and (max-width: 1279px) {

}
