 .bg-zoom {
  width: 100vw;              /* full viewport width */
  height: 450px;
  background-image: url(img/Notable-Alumni.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  overflow: hidden;
  transform-origin: center center;
  animation: zoomOut 8s ease-in-out forwards;

  /* important fix */
  will-change: transform;    /* optimize GPU rendering */
  backface-visibility: hidden;
}

@keyframes zoomOut {
  from {
    transform: scale(1.2);
  }
  to {
    transform: scale(1);
  }
}
  .mentor-container {
  width: 100%;
  max-width: 1140px; /* similar to Bootstrap container */
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.classLogo{
height:150px;
width:auto;
}

.heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:45px;
	line-height:1.3em;
    letter-spacing: 0em;
	color:#000000;
	}
.HeadingBar{
	  width:100px;margin:0 auto;height:3px;border-width:0;background-color:#9b0000;opacity:1
  		   }
		   
 .HeadingBarFull{
		  width:100%;margin:0 auto;height:2px;border-width:0;background-color:#9b0000;opacity:1
			 }		
			 
.table-header-red th {
  background: #003728 !important;
  color: #fff !important;
}

.blue-link {
  color: blue !important;
  font-size: 14px;
  text-decoration:none;
  color:#0d2d62 !important;
  
}

.blue-link:visited,
.blue-link:hover {
  color: #9b0000 !important;
  text-decoration: underline;
}

.HeadingNormal{
   font-family: "Gordita", Sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.HeadingNormalB{
   font-family: "Gordita", Sans-serif;
    font-size: 17px;
    font-weight: 500;
}

.HeadingBox{
font-family: "Butler", Sans-serif;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0.02em;
	color:#333333;
	line-height: 1em;
	padding-bottom:0px;
}

.HeadingBox2 {
	font-family: "Gordita", Sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.02em;
	color:#333333;
	line-height: 1em;
	padding-bottom:0px;
}


.paraText{
    text-align: left;
    color:#6E6E6E;
    font-family: "Gordita", Sans-serif;
    font-size: 16px;
    font-weight: 400;
	line-height:30px;
}

.mentor-name {
  background: #0d2d62;
  padding: 3px 0;
  font-weight: 600;
  color:#FFFFFF;
  font-family: 'Gordita', Sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

.mentor-title {
  padding: 3px 0 1px;
  font-weight: 600;
  color:#333333;
  font-family: 'Gordita', Sans-serif;
  font-size: 16px;
}
.mentor-title2 {
  padding: 3px 0 1px;
  font-weight: 600;
  color:#333333;
  font-family: 'Gordita', Sans-serif;
  font-size: 15px;
}

.mentor-org {
 text-align: center;
    color: #414040;
    font-family: "Gordita", Sans-serif;
    font-size: 13px;
    font-weight: 600;
}

/* ?? Tablet view (between 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) {

.bg-zoom {
height:300px;
}
.heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:48px;
	line-height:1.3em;
    letter-spacing: 0em;
	}
	
  .my-container {
    max-width: 100%;
  }
  .HeadingBox {   
    font-size: 35px;
  }
  
  .HeadingBox2 {   
    font-size: 25px;
  }
  .mentor-name {
  font-size: 15px;
   }

}

/* ?? Mobile view (up to 767px) */
@media (max-width: 767px) {
.bg-zoom {
height:180px;
}
  .HeadingBox2 {  
    font-size: 25px;
	text-align:center;
  }
  
  .HeadingBox {  
    font-size: 35px;
	text-align:center;
  }
  
   .mentor-name {
  font-size: 15px;
   }
}/* CSS Document */

	/* --- Extra small devices (=576px) --- */
@media (max-width: 576px) {

.bg-zoom {
height:150px;
}
 .heading-title{
    font-family: Butler;
    font-weight: 700;
	font-size:30px;
	line-height:1em;
    letter-spacing: 0em;
	}
	}