@font-face {
  font-family: GoldenBears;
  src: url("../assets/NCAA_Cal_Golden_Bears/NCAA_Cal_Golden_Bears.otf") format("opentype");
}

html,body {
  text-align: center;
  font-family: 'GoldenBears';
  overflow-x: hidden;
}

punc {
  font-family: 'Squada One', cursive;
}

.navbar {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: .70;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-color: rgba(255, 255, 255, .8);
}

.navbar-default .navbar-nav > li > a {
  color: rgba(255, 255, 255, 1);
}
.navbar-default .navbar-brand {
  color: rgba(255, 255, 255, 1);
}

header{
  position: relative;
  text-align: center;
  color: #fff;
  width: 100%;
  min-height: 100vh;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

h3.fact1.page-title {
  margin-top: 60px;
  font-size: 100px;
}

h3.page-title {
  margin-top: 60px;
  font-size: 60px;
}

#fact1 div.details {
  margin-top: 10px;
  font-size: 300px;
}
.fact div.details {
  margin-top: 50px;
  font-size: 40px;
  margin-bottom: 70px;
}
#intro .title h1{
  margin-top: 50px;
  margin-bottom: 50px;
}
#intro p {
  font-size: 10px;
  color: white;
}

@media (max-width: 340px){
  .plotly-graph-div{
    width:280px;
    height: 250px;
    margin-left: -25px;
    margin-right: 0px;
  }
}

@media (max-width: 768px) {
  header {
    padding-left: 10px;
    padding-right: 10px;
  }
    #intro .title h1{
      margin-top: 40px;
    }
    #fact1 div.details {
      margin-top: 10px;
      font-size: 200px;
    }

.plotly-graph-div{
  width:300px;
  height: 275px;
}

    .fact div.details {
      margin-top: 50px;
      font-size: 30px;
      margin-bottom: 70px;
    }

    #fact3 h3.page-title{
      font-size:35px;
   }
    .research{
      font-size: 15px;
    }
    h3.page-title {
      margin-top: 60px;
      font-size: 40px;
    }

    #about h1 {
      font-size: 70px;
    }


}

.bottom-shit {
  position: absolute;
  bottom: 10px;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.bottom {
  margin-bottom: 70px;
}

.fact-btn {
  position: absolute;
  margin-top: 30px;
  height: auto;
  width: 200px;
  margin-left: -100px;
  bottom: 70px;
}

a {
  color: inherit;
}

.research {
  text-align: center;
  bottom: 70px;
  font-size: 20px;
  color: white;
  /*left: 50%;
  margin-right: -50%;
  transform: translate(0%, -50%)*/
}

.intro{
    background-color: #003262;
    color: #fdb515;
}

.page-title {
  font-size: 200px;
}

.fact.odd {
    background-color: #8C1515;
}

.fact.even {
    color: #8C1515;
    background-color: #ffffff;
}

.answer.odd {
  background-color: #003262;
  color: #fdb515;
}

.about p {
  margin-top: 50px;
  font-size: 15px;
  letter-spacing: 2px;
}

.grades {
  margin-top: 100px;
}

.about h1.page-title{
  margin-top: 60px;
}
.answer.even {
  background-color: #fdb515;
  color: #003262;
}

/******************************* TOWER FACT ***********************************/
#collapseImages
{
  position: relative;
  height: 400px;
}
#berkeley
{
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: -350px;
  left: 25%;
  height: 0;
  width: 50%;
}
#stanford
{
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  bottom: -350px;
  left: 25%;
  height: 0;
  width: 50%;
}
