/* 
    Document   : Alumni
    Created on : Apr. 17, 2023, 9:09:13 AM
    Author     : Hawkeye
    Description:
        Purpose of the stylesheet follows.
*/

#Hero {
  position: relative;
  margin: 0;
  }

.Overlay {
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  text-align: center;
  }
#Hero .Overlay p {
  font-size: 70px;
  color: #fff;
  letter-spacing: 0;
  margin: 0 0 20px 0;
  text-shadow: 0 0 10px #000;
  }

.Alumni {
  text-align: center;
  }
.Alumni p {
  font-size: 22px;
  line-height: 32px;
  }

.TagIt {
  background: #044f30;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  }
.TagIt h3 {
  font-size: 32px;
  margin: 0 0 20px 0;
  }
.TagIt p {
  font-size: 18px;
  margin: 20px 0 10px 0;
  }
.TagIt a {
  color: #fff;
  }

.TagIt a.AButs {
  display: inline-block;
  background: #36b449;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  margin: 10px;
  padding: 20px 50px;
  border-radius: 10px;
  }
.TagIt a.AButs:hover {
  background: #000;
  }

.Geom {
  background: #000 url(../images/bbbs-black-background-with-pattern-1920x1080.png) no-repeat;
  height: 100px;
  }

.SmArea {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 30px 0;
  }
.SmArea p {
  font-size: 18px;
  }

.SmArea a {
  display: inline-block;
  font-size: 24px;
  margin-right:  10px;
  color: #fff;
  }
.SmArea a:hover {
  color: #999;
  }
.SmArea a.FTtwit {
  max-width: 19px;
  position: relative;
  top: 1px;
  }
.SmArea a:hover img {
  opacity: .7;
  }

/**********************************************/
/* Testimonial Styles                         */
/**********************************************/

#TestimonialArea {
  background: #000 url(../images/3Bars-Verta4f0.png?v=0) repeat-y;
  color: #fff;
  padding: 0;
  box-sizing: border-box;
  }

.TestRight {
  float: right;
  width: 75%;
  padding: 0;
  box-sizing: border-box;
  }

.Testimonial {
  float: left;
  width: 33.33333333333333%;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  }
.Testimonial img {
  display: block;
  width: 100%;
  border: 1px solid #000;;
  }
.Testimonial span {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  padding: 30% 0 0 0;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.5s ease;
  }
.Testimonial:hover span {
  top: 0;
  }
.Testimonial span h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 15px 20px 15px;
  text-align: center;
  }
.Testimonial span p {
  margin: 0 15px 20px 15px;
  }

.TestTitle {
  float: left;
  width: 25%;
  margin: auto 0;
  color: #fff;
  padding: 20px 0 10px 3%;
  box-sizing: border-box;
  }
.TestTitle h2 {
  font-size: 30px;
  color: #fff;
  }
.TestTitle a {
  display: inline-block;
  background: #0ace7c;
  font-size: 18px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 10px;
  }
.TestTitle a:hover {
  background: #00fc87;
  }


@media screen and (max-width: 1540px) {
.Testimonial span {
  padding: 10% 0 0 0;
  }
.Testimonial span h3 {
  margin: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 1350px) {
.Testimonial span {
  padding: 15px 0 0 0;
  }
}
@media screen and (max-width: 1290px) {
.Testimonial span h3 {
  font-size: 20px;
  margin: 0 5px 5px 5px;
  }
.Testimonial span p {
  font-size: 15px;
  line-height: 1.1em;
  margin: 0 5px 0 5px;
  }
}
@media screen and (max-width: 1100px) {
#Hero .Overlay p {
  font-size: 50px;
  margin: 0;
  }
}
@media screen and (max-width: 1020px) {
.TestTitle {
  float: none;
  width: 100%;
  padding: 10px 5px 20px 5px;
  text-align: center;
  }
.TestRight {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 770px) {
.Testimonial span {
  position: static;
  background: #000;
  padding: 20px 10px;
  }
.Testimonial span h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 15px 20px 15px;
  }
.Testimonial span p {
  font-size: 16px;
  line-height: 1.3em;
  margin: 0 15px 20px 15px;
  }
}
@media screen and (max-width: 700px) {
.Testimonial {
  float: none;
  width: 100%;
  }
}
@media screen and (max-width: 690px) {
.Overlay {
  position: static;
  margin: 0 0 0 5%;
  }
#Hero .Overlay p {
  font-size: 40px;
  color: #000;
  text-shadow: none;
  }
.TagIt h3 {
  font-size: 24px;
  }
.TestTitle h2 {
  font-size: 24px;
  }
}
