@import url("css/glyphicons.css");@import url("css/glyphicons-bootstrap.css");
.glyphicons:before {padding: 3px 0 0 0;}

/* MAIN */
html {font-size: .9em;}
.bg-ncaa {background-color: #007AC3;}
.ncaa-color {color: #007AC3}
.btn-light {background-color: #ddd; border-color: #ddd;}
body {
  background-image: url('img/field.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 800px;
  padding-bottom: 350px;
  font-family: 'Raleway', sans-serif;
}

.container {
  background-color: #fff;
  padding: 20px;
  margin-top: 20px;
  opacity: 0.98;
}
header {margin-right: 15px; margin-bottom: 10px;}
/* HEADING */
.navbar-toggler-icon {width: 1em; height: 1em;}
.instName {
  text-align: right;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 0.8em;
  color: #999;
}
.userLinks {font-size: 14px;}
.userLinks a {
  color: #999;
  text-decoration: underline;
}

.userLinks a:hover {
  text-decoration: none;
}

a.userName {
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
  text-decoration: none;
}

a.userName:hover {
  text-decoration: none;
}

.logo-container > img {
  height: 74px;
  width: 75px;
  display: inline-block;
  padding: 0;
  margin: -15px 0 0 5px;
}

.title {
  font-family: 'Roboto', sans-serif;
  font-size: 2.0em;
  font-weight: bold;
  padding: 10px 0 0 10px;
}

.institutionLogo {
  width: 52px;
  height: 51px;
  display: block;
  float: right;
  margin: 0 0 0 10px;
}

.card, .card-title, .card-header, .well, .well-sm, .well-md, .well-lg, .btn, .btn-lg, .btn-sm, .btn-group, .btn-group-sm>.btn, .nav-pills>li>a, .pagination {
  border-radius: 0;}
.card-header {padding: .4rem .9rem;}

/* GLOBAL NAV */
.navbar.navbar-global a {font-size: 14px; color: #fff; font-family: 'Raleway bold', sans-serif !important; font-weight: bold; }
.nav-tabs .nav-link  {border-top-right-radius: 0; border-top-left-radius: 0; border-bottom: none; font-size: 1rem;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {background-color: #f5f5f5;}
.nav-item {border-right: 1px solid white;}
.navbar-dark .navbar-nav .nav-link {padding-left: 15px; padding-top: 10px; width: 185px; text-transform: uppercase; color: #fff;}
.nav-link#home {width: auto; padding: 8px 14px;}
ul.navbar-nav > li.nav-item > a.nav-link:hover, .nav-item.active {background-color: #4cbcff;}
/* GLOBAL DROP DOWN */
li.dropdown:hover > .dropdown-menu {display: block;}
ul.navbar-nav > li > div.dropdown-menu {
    border-top-right-radius: 0; border-top-left-radius: 0;
    margin-top: 0;
    opacity: .8;
    background-color: #4cbcff !important;
    border-top: 1px solid #fff;}
a.dropdown-item {
  color: #fff; width: 200pt; padding: 3pt 0 5pt 10pt;
}
a.dropdown-item:hover {background-color: #007AC3;}


.tab-pane > .card {border-top: none;}
.tab-pane > .card > .card-header {font-weight: bold;}
.col-form-label {text-align: right;}
footer {background: #999; margin:  10px -20px -20px -20px; padding: 10px;}
    footer,
    footer a {
      text-transform: uppercase;
      font: 11px Arial;
      color: #fff;
      /*text-shadow: 1px 1px #000000;*/
    }

    footer a:hover {
      color: #fff;
      text-decoration: underline;
    }


/* division colors */
.d1 {background-color: #005085;}
.d2 {background-color: #883233;}
.d3 {background-color: #2F8757;}
/* responsive NOT WORKING */
@media (min-width: 1300px) {.container {width: 1300px;}
};
