﻿body {
  
}

/*@media all and (max-width: 380px) {
    .top-header .sccoe li > a:after {
        content: "Santa Clara COE"
    }
}*/


.flex-grow-0 {
    flex-grow: 0;
}
.navbar-background-top {
    background-color: #ffffff;
    
}
.navbar-background {
    background-color: #ffffff;
}
.navbar-toggler-light {
    background-color: #ffffff;
}
.navbar-text {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: bolder;
    color: #7c7c7c;
}

.container-color {
    background: #f1f2f6;
}
@media screen and (min-height: 600px) {
    .container-height { min-height: 900px; }
}
@media screen and (min-height: 600px) {
    .container-height {
        min-height: 900px;
    }
}
@media screen and (min-width: 600px) {
    .container-height {
        min-width: 400px;
    }
}

.table-condensed {
    font-size: 12px;
}