@font-face {
    font-family: Noto Sans SC;
    src: url('https://fonts.googleapis.com/css?family=Noto+Sans+SC');
    font-family: Roboto;
    src: url(https://fonts.googleapis.com/css?family=Roboto);
    font-family: Noticia;
    src: url(https://fonts.googleapis.com/css?family=Noticia+Text);
}

body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 "Lato", sans-serif;
  color: #767676;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgimg-1 {
  background-image: url("../photos/BE_TRUE.png");
  min-height: 100%;
}

.fivevalues {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
}

.card-title {
    text-align: center;
}

.scrollimage {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 500px;
}

.qplacement {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 75%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 1510px;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    -o-transform: translateY(-110%);
    transform: translateY(-110%);
    text-align: center;
    z-index: 2;
}

.headerbq {
    font-family: noticia, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 3em;
}

.headerbq-lgquote {
    font-family: noticia, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 3em; 
    padding-left: 10px; 
    padding-right: 10px;
}

.headerbq-small {
    font-family: noticia, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 1em; 
    padding-left: 10px; 
    padding-right: 10px;
}

.betrue {
    font-family: noticia, sans-serif;
    font-weight: bold;
    color: white;
    font-size: 5em; 
    padding-left: 10px; 
    padding-right: 10px;
}

/*NAVBAR CONTROLS*/
navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.SAEnavbar {
    background-color: rebeccapurple !important;
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #ECB833;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: white;
    font-weight: bold;
}

.navbar-nav .nav-link {
    font-family: Noto Sans Sc, sans-serif;
    font-size: 14pt;
    padding-left: 30px;
}

.navimg {
    max-height: 50px;
}

.navhead {
    color: white;
}

.navbar-nav:hover .nav-link:hover {
    color: #ECB833;
}

.navbar-toggler {
    background-color: #fff;
}
/*END NAVBAR CONTROLS*/

.vertnav {
    color: #ECB833;
    font-family: Noto Sans SC, sans-serif;
}

.vertnav:hover {
    color: white;
}

.ftrnav {
    color: #ECB833;
    padding: 0rem 1rem;
    font-family: Noto Sans SC, sans-serif;
}

.aboutbox {
    width: 100%;
    overflow: scroll;
    max-height: 437px;
    background-color: #eeeeee;
    padding-bottom: 45px;
    padding-left: 45px;
    padding-right: 15px;
    padding-top: 30px;
}

.aboutimg {
    min-height: 437px;
    width: 100%;
    margin-right: 15px;
}

.ctatext {
    text-align: center;
    font-size: 4em;
    line-height: 1.3em;
}

.ctabutton {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    background-color: rebeccapurple;
    border-color: rebeccapurple;
}

.containabout {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.sitefooter {
    background-color: #663399;
    padding-top: 30px;
    padding-bottom: 30px;
}

.ftrimg {
    max-height: 147px;
}

hr {
    border-color: #ECB833;
    padding-left: 15px;
    padding-right: 15px;
}

.homemain {
    background-color: white;
    padding: 50px 80px;
}

.glyphicons-r {
    text-align: right;
}

.glyphicons-l {
    text-align: left;
}

.glyphimg {
    max-height: 165px;
}

#absglyph {
    position:absolute; 
    top: 70px;
}

.darkheading {
    color: #001100;
    font-weight: bold;
    font-family: Noto Sans SC, sans-serif;
}

/* TIMELINE START*/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 1px solid #d4d4d4;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #fff;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #999999;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-badge.primary {
  background-color: rebeccapurple !important;
}

.timeline-badge.success {
  background-color: #ECB833 !important;
}

.timeline-badge.warning {
  background-color: #f0ad4e !important;
}

.timeline-badge.danger {
  background-color: #d9534f !important;
}

.timeline-badge.info {
  background-color: #5bc0de !important;
}

.timeline-title {
  margin-top: 0;
  color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}
/*TIMELINE END*/

.container-audio {
    width: 66%;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: #663399;
    color: #444;
    margin: 20px auto;
    overflow: hidden;
}
audio {
  width:100%;
}

/*QUOTE BEGIN*/
.testimonial-quote {
    font-size: 16px;
}

.testimonial-quote blockquote {
    /* Negate theme styles */
    border: 0;
    margin: 0;
    padding: 0;

    background: none;
    color: gray;
    font-family: Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.4 !important;
    margin: 0;
    position: relative;
    text-shadow: 0 1px gray;
    z-index: 600;
}

.testimonial-quote blockquote * {
    box-sizing: border-box; 
}

.testimonial-quote blockquote p {
    color: black; 
    line-height: 1.4 !important;
}

.testimonial-quote blockquote p:first-child:before {
    content: '\201C';
    color: #25177a;
    font-size: 7.5em;
    font-weight: 700;
    opacity: .3;
    position: absolute;
    top: -.4em;
    left: -.2em;    
    text-shadow: none;
    z-index: -300;
}

.testimonial-quote cite {
    color: gray;
    display: block;
    font-size: .8em; 
}
  
.testimonial-quote cite span {
    color: #5e5e5e;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 0 1px white; 
}

.testimonial-quote {
    position: relative; 
}
.card-text {
    text-align: center;
    font-weight: bold;
}
/*QUOTE END*/

/*FORM CSS*/
input#UserName:focus:valid,
input#UserEmail:focus:valid,
input#UserComments:focus:valid,
input#inputFirstName:focus:valid,
input#inputLastName:focus:valid,
input#inputEmail:focus:valid,
input#inputCell:focus:valid,
input#questions:focus:valid,
input#challenge:focus:valid {
    background: rgb(220, 255, 220) url(../photos/valid_form.png) bottom right/contain no-repeat;
}
input#UserName:focus:invalid,
input#UserEmail:focus:invalid,
input#UserComments:focus:invalid,
input#inputFirstName:focus:invalid,
input#inputLastName:focus:invalid,
input#inputEmail:focus:invalid,
input#inputCell:focus:invalid,
input#questions:focus:invalid,
input#challenge:focus:invalid {
    background: rgb(255, 232, 233) url(../photos/invalid_form.png) bottom right/contain no-repeat;
}
/*FORM CSS END*/

/* TABLE BEGIN*/
#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rebeccapurple;
    color: white;
}
/*TABLE ENDS*/

/*ANIMATION START*/
@keyframes fadeInRight {
    from { 
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInLeft {
    from { 
      opacity: 0;
      -webkit-transform: translate3d(100%, 0, 0);
      transform: translate3d(100%, 0, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  
  .animimg-r {
    opacity: 0; 
    animation: fadeInRight 1s ease-in-out 0s forwards;
     }

   .animimg-l {
    opacity: 0; 
    animation: fadeInLeft 1s ease-in-out 0s forwards;
   }
/*ANIMATION END*/

.copyrightftr {
    color: #ECB833;
}
 .card-text {
        text-align: left;
    }
@media only screen and (max-width: 992px) {
.navbar-nav {
    align-items: flex-end;
    padding-right: 20px;
    max-width: 20%;
}
.glyphicons-r {
    text-align: center;
}

.glyphicons-l {
    text-align: center;
}

#absglyph {
    position: initial;
}

.headerbq-lgquote {
    font-size: 2em;
}

.headerbq-small {
    font-size: .9em;
}

.mobilechange { flex: 3 0px;}
.friendsimg {order: 1; padding-bottom: 15px;}
.broandsis {order: 2;}
.trophyimg {order: 3; padding-bottom: 15px;}
.leadership {order: 4;}
.gradimg {order: 5; padding-bottom: 15px;}
.scholar {order: 6;}
.supportimg {order: 7; padding-bottom: 15px;}
.commserv {order: 8;}
}