/*custom styles*/
.text-light {
  color: white;
}

.bg-light-gray {
  background-color: #f7f7f7;
}
.project-heading {
  margin: 15px 0;
  text-transform: none;
}
.section-padding {
  padding: 50px 0px;
}


#team h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 5px;
}
/* Styles for the header*/
.intro-header {
  background-color: #808080;
  background: no-repeat center center;
  background-attachment: scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  margin-bottom: 50px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 150px 0;
  }
}
.intro-header .site-heading,
.intro-header .page-heading {
  text-align: center;
  padding: 40vh 0;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 50px;
  color: white;
}

.site-heading h2 {
  color: white;
  -webkit-font-smoothing: antialiased;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 24px;
  line-height: 1.1;
  display: block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 80px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-family: 'Lora', 'Times New Roman', serif;
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
}
.intro-header .post-heading .meta a {
  color: white;
}

.navbar {
  width: 100%;
}

.intro-header {
  height: 100%;
  margin: 0;
}

.site-heading {
  width: 800px;
  margin: auto;
}

.vg-panel {
  padding: 40px;
  margin: 0 !important;
  /*height:100%;*/
}

.center {
  padding-top: 10%;
}

.team {
  padding-top: 5%;
}

#region-annotation-view-container,
#bounding-box-view-container,
#relationship-view-container {
  margin: 0 auto;
}

.team img {
  width: 150px;
  margin: 0 auto;
}

.team .row {
  margin-top: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}

.glyphicon {
  color: #8C230F;
  cursor: pointer;
  position: relative;
  font-size: 24px;
}

#big-fat-graph {
  background: url('../images/home_background.png');
  background-size: cover;
  height: 89%;
  overflow-y:auto;
}

#interconnected-images {
  max-width: 100%;
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

#overview {
  background-color: white;
  opacity: 0.7;
  margin-top: 25px;
}

#overview .title {
  color: '#707070';
  font-size: 24px;
}

#overview ul li {
  color: '#707070';
  font-size: 22px;
}

#overview span {
  background-color: white;
  color:#8C230F; 
  font-size: 24px
}

#explore_search_home_input {
  color: black;
  border-color: black;
  border-size: 2px;
  width: 150px;
}

.mission {
  font-size: 32px;
  color: black;
  background-color: white;
  opacity: 0.7;
}

.paper {
  font-size: 24px;
}

.paper img {
  width: 70%;
  height: auto;
}

input {
    height: 20px;
    padding: 0;
    margin: 0;
    border: 1px solid gray;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

label {
    padding: 0;
    margin: 0;
}

.example-query {
  font-size: 14px;
  font-style: italic;
}
