@charset "utf-8";

.anthem{
	text-align: center;
	background-color: azure;
	height:125px;
}
/*.row .col-md-12 .btn.btn-primary {
	width: 150px;
	
}*/
.vice-p img{
	padding-bottom: 10px;
}

.curricular h4{
	background-color: goldenrod;
	font-size: 50px;
}

.row .col-md-12 h4 {
	background-color: #F9F3B7;
	
	height: 35px;
	text-align: center;
	padding-top: 11px;
	color: #7E4003;
}
.row .col-md-12 .table-responsive {
	margin-top: -10px;
	color:green;

}


.row .col-md-12 #dwnbutton {
	font-size: 14px;
	margin-top:15px
}

/*side nav*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 2;
	top: 0;
	left: 0;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	background-color:#2C3E50;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    display: block;
    transition: 0.3s;
	}

.sidenav a:hover {
    color:white;
	background-color: chartreuse;
}
.sidenav .closebtn {
    position: absolute;
    top: 46px;
	
    right: 10px;
    font-size: 20px;
    margin-left: 50px;
}
.pp{
	text-align: center;
	background: #235178;
}
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  /*color: #f1f1f1; */
  width: 100%;
  transition: .5s ease;
  opacity:0;
 color: yellow!important;
    padding: 10px;
  text-align: center;
	font-family:actor;
	font-style: normal;
	font-weight: 400;
	font-size:16px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
}
/** {box-sizing: border-box;}*/



.pp {
  position: relative;
  width: 15%;
  height:auto;
  /*max-width: 300px;*/
  float:left;
  margin-right: 21px;
  
  margin-bottom: 20px;
}
.pp:last-of-type {
  margin-right: 0px;
	margin-bottom: 0px;
}




.pp:hover .overlay {
  opacity: 1;
}

/*end side nav*/
