html, body{  
  background: transparent;
  background: -webkit-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: -moz-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: -ms-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: -o-linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background: linear-gradient(rgba(255,255,255,0.3),rgba(255,255,255,0));
  background-color: #e8ebef;
  background-repeat: no-repeat;
  font-family: Arial,sans-serif;
  height: 100%;
}

/* Space out content a bit */
body {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 15px;
  padding-left: 15px;
}

/* Custom page header */
.header {
  padding-bottom: 20px;
}
/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 40px;
}

#site-head h3,
#site-head h3 a,
#site-head h3 a:hover {
  font-weight: 700;
  text-decoration: none;
  color:#000;
}

#main-content header h1 {
  font-size: 20px;
  font-weight: 700;
  margin-top:0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom:1px solid #999999;
}

#sidebar h3{
  font-size: 18px;
  font-weight: 500;
  margin-top:0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom:1px solid #999999;
}

#sidebar .widget{
  margin-bottom:20px;
}

h6 {
  font-weight:600;
}

#breadcrumbs .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 0px; 
  list-style: none;
  background-color: transparent; 
  border-radius: 4px;
}

#main-content {
  padding-top:20px;
  padding-bottom:20px;
  position: relative;
  z-index: 30;
  background: #fff;
  background: rgba(255,255,255,0.8);  
  border-radius: 5px;
  box-shadow: 0 0 1px 1px rgba(80,84,92,0.1),0 1px 2px rgba(80,84,92,0.5);
}

#sidebar {
  padding-top:20px;
  padding-bottom:20px;
  z-index: 20;
  text-shadow: 0 1px 0 rgba(255,255,255,0.65);
  border-radius: 5px 0 0 5px;
  background: #eee;
  background: rgba(255,255,255,0.25);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.6),0 0 1px 1px rgba(80,84,92,0.1),0 1px 2px rgba(80,84,92,0.2);
}

#map-canvas{
  display:block;
  width:100%;
  height:400px;
  border:0;
  margin-bottom:8px;
}

#school-map{
  margin-bottom:20px;
}

.map-attribution{
  font-size:12px;
}

.share-buttons{
  margin-top:25px;
}

.share-buttons .share-item {
  display: inline;
  width: 100px;
  box-sizing: border-box;
  margin-top: 10px;
}

/* Custom page footer */
.footer {
  padding-top: 19px;
  color: #777;
  border-top: 1px solid #e5e5e5;
}

.adsense-advert {
  overflow:hidden;
}

.top-margin {
  margin-bottom:15px;
}

.adlink-ads {
  margin-bottom:10px;
}

/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}
.container-narrow > hr {
  margin: 30px 0;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
  
}
