/* Navigation CSS */

nav .brand-logo {
    color: white;
}

nav ul li a {
    font-size: .85em;
}

.side-nav li a {
    color: white;
}

.dropdown-content {
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 999;
    will-change: width, height;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: white;
    display: block;
    line-height: 20px;
    padding: 22px 16px;
}


/* Page CSS */

body {
    background: #0088ce;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.row {
    padding: 10px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.br-card {
    max-width: 50%;
}

.card .card-images {
    max-width: 300px;
}

.card-reveal p {
    font-size: 12px;
}

.footer-image {
    margin-left: auto;
    left: auto;
    right: auto;
    width: 200px;
}

.quotes {
    font-size: 12px;
    text-align: right;
    font-weight: bold;
}

#fStudents {
    background: #fff;
    color: #0088ce;
}

td {
    max-width: 350px;
}

main a:link {
    color: #ffdb43;
}

main a:visited {
    color: #dbbd3e;
}

.mReviews .btn {
    color: #fff;
}

main a:hover {
    color: #cabc7b;
}

.fStudent {
    max-width: 175px;
    margin: 0 auto;
}

.fStudent a:link {
    color: #0088ce;
}

.fStudent a:hover {
    color: #0088bc;
}

.fStudent a:visited {
    color: #0088bb;
}

#footImage {
    width: 100;
    color: #fff
}

/* Slide CSS */

.slider-container {
    margin: 0 auto;
    padding-bottom: 20px;
    background-color: ;
}

.sliderQuote {
    padding-left: 200px;
}

.slider .slides li .bquote {
    color: #fff;
    position: absolute;
    top: 25%;
    left: 5%;
    width: 60%;
    opacity: 0;
}

.slider .slides li .bquoteS {
    color: #fff;
    position: absolute;
    top: 64%;
    left: 5%;
    width: 90%;
    opacity: 0;
}

.slider .slides li .nquote {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 60%;
    opacity: 0;
}

.slider .slides li .nquoteS {
    position: absolute;
    top: 75%;
    left: 5%;
    width: 90%;
    opacity: 0;
}

.slider .slides li .qquote {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 60%;
    opacity: 0;
}

.slider .slides li .qquoteS {
    position: absolute;
    top: 61%;
    left: 5%;
    width: 90%;
    opacity: 0;
}

.slider .slides li .mquote {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 55%;
    opacity: 0;
}

.slider .slides li .mquoteS {
    position: absolute;
    top: 64%;
    left: 5%;
    width: 90%;
    opacity: 0;
}

.slider .slides li .hquote {
    position: absolute;
    top: 40%;
    left: 5%;
    width: 60%;
    opacity: 0;
}

.slider .slides li .hquoteS {
    position: absolute;
    top: 68%;
    left: 5%;
    width: 90%;
    opacity: 0;
}

/* Card Masonry CSS

.cards-container {
  column-break-inside: avoid;
}
.cards-container .card {
  display: inline-block;
  overflow: visible;
}

@media only screen and (max-width: 600px) {
  .cards-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 601px) {
  .cards-container {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media only screen and (min-width: 993px) {
  .cards-container {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}
.text-center {
  text-align: center;
}

*/

/* @Media CSS */

@font-face {
    font-family: "Roboto-Regular";
    src: url('../fonts/Roboto-Regular.eot') format('eot'), url('../fonts/Roboto-Regular.woff') format('woff'), /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    url('../fonts/Roboto-Regular.ttf') format('truetype');
    /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

@media only screen and (max-width:745px) {
    .slider .slides li .qquote {
        top: 15%;
    }
}

@media only screen and (max-width:940px) {
    .slider .slides li .mquote {
        top: 15%;
    }
}

@media only screen and (max-width:600px) {
   .bSlide {
     display: none;
   }

   .bSlideS {
     display: block;     
}
       
@media only screen and (max-width:600px) {
   .nSlide {
     display: none;
   }

   .nSlideS {
     display: block;      
}
    
@media only screen and (max-width:600px) {
   .qSlide {
     display: none;
   }

   .qSlideS {
     display: block;      
}    
    
@media only screen and (max-width:600px) {
   .mSlide {
     display: none;
   }

   .mSlideS{
     display: block;      
}
    
@media only screen and (max-width:600px) {
   .hSlide {
     display: none;
   }

   .hSlideS {
     display: block;      
}     
    
@media only screen and (max-width:680px) {
    .slider .slides li .hquote {
        top: 15%;
    }
}

@media only screen and (max-width:602px) {
    .fStudCon {
        margin: 10px;
    }
}

@media only screen and (max-width: 1007px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 1007px) {
    nav a.button-collapse {
        display: none;
    }
}

@media only screen and (max-width: 1007px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav .brand-logo.left,
    nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        transform: none;
    }
    nav .brand-logo.left {
        left: 0.5rem;
    }
    nav .brand-logo.right {
        right: 0.5rem;
        left: auto;
    }
}
