/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top:0px;
    padding-bottom:0px;
    color: #5a5a5a;
    background: rgb(125,126,125);
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%);
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    background: linear-gradient(to bottom, rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 );
}
a { color:#0033ff; }
a:hover, a:focus { color:#008; }

header {
    width:auto!important; 
    margin:0!important; 
}
.navbar {
    border-bottom:1px solid #999!important; 
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(194,214,209,0.46) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(194,214,209,0.46) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(194,214,209,0.46) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#75c2d6d1',GradientType=0 );   
}
.navbar-brand img { height:30px; }
.nav-link { color:#039!important; }
.nav-link:hover, .nav-link:focus { color:Black!important; }
            
.page-header {
    border-bottom:1px solid #ddd; 
    margin:0 20px; 
    padding:10px 0; 
    font-size:46px; 
    color:#999;
    line-height:115%;
}
            
main {
    width:auto; 
    margin:0 auto; 
    padding:0; 
    border:1px solid #ddd;
    background-color:White;
    box-shadow: 0 0 20px rgb(0,0,0); 
    overflow:hidden; 
}
main .main-content {
    padding:20px!important; 
}



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 0;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 300px;
    background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  width:auto;
  height: 100%;
}

.carousel-control-prev,
.carousel-control-next { width:15%; }
.carousel-control-prev:hover,
.carousel-control-next:hover { opacity:.2; background-color:Black; } 
.carousel-indicators li { cursor:pointer; }


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  margin-top:20px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.featurette p.lead {
    color:#333;
}

/* Custom Table Styles, for responsiveness
------------------------------------------------- */
table.team { 
    width:auto!important;
}
table.advisoryboard {
    width:auto!important;
}
table.team tr,
table.advisoryboard tr {
    margin-top:10px;
    padding-top:10px;
    border-top:1px solid #ccc;
}
table.team td,
table.advisoryboard td {
    display:block;
    padding:10px;
}
table.team tr:first-child,
table.advisoryboard tr:first-child {
    border-top:0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 480px) {
    .carousel-item { height: 320px; }
    .carousel-item > img { min-width:100%; width:auto; height:100%; }
    /* Bump up size of carousel content */
    .carousel-caption p { margin-bottom:1.25rem; font-size:1.25rem; line-height:1.4; }
    .carousel-control-prev,
    .carousel-control-next { width:10%; }

    .featurette-heading { font-size: 50px; }
}

@media (min-width: 768px) {
    .navbar-brand img { height:38px; margin:10px 20px 10px 0px!important; }
    .carousel-item { height: 450px; }
    .carousel-item > img { min-width:100%; width:auto; min-height:100%; }
    .carousel-control-prev,
    .carousel-control-next { width:5%; }
    main { max-width:85%!important; }
    .featurette-heading { margin-top: 30px; }
    
    table.team { 
        width:80%!important;
        margin:0 auto;
    }
    table.advisoryboard {
        width:90%!important;
        margin:0 auto;
    }
    table.team tr,
    table.advisoryboard tr {
        margin-top:0;
        padding-top:0;
        border-top:0;
    }
    table.team td,
    table.advisoryboard td {
        display:table-cell;
    }
}

@media (min-width: 992px) {
    .carousel-item { height: 500px; }
    .carousel-item > img { width:100%; height:auto; min-height:none; }
    main { max-width:1000px!important; }
    .page-header { font-size:38px; color:#999;}
}