body{
  background: #fdfdfd;
  padding-top: 16px;
  font-family: serif;
  margin-bottom: 60px;
}
html{
  position: relative;
 min-height: 100%;
}

.title{
  width: 100%;
}

.container{
  /*background: lightgrey !important;*/
  padding-bottom: 24px;
}

.title > h1{
  /*text-align: center;*/
  margin: auto;
  font-family: serif;
  font-weight: bold;
  color: rgba(40,53,147 ,1);
  font-size: 3.5em;
  padding: 16px;
}

.title > h5{
  /*text-align: center;*/
  margin: auto;
  font-family: serif;
  color: rgba(40,53,147 ,1);
  font-size: 1.5em;
  margin-top: -32px;
  padding: 16px;
  text-transform: uppercase;
  opacity: .8;
}

.navbar{
  margin-bottom: 16px;
}
.nav{
  width: 100%;
}

.nav-link{
  color: rgba(40,53,147 ,1);
}

.nav-link.active{
  font-weight: bold;
}

.header{
  border-top: 4px solid rgba(40,53,147 ,1);
  border-bottom: 4px solid rgba(40,53,147 ,1);
  display: flex;
  flex-direction: row;
  width: 100%;
  max-width: 100%;
  /*height: 100%;*/
  /*max-height: 100%;*/
  justify-content: center;
  align-items: center;
}

.header > img{

}

#carousel{
  max-height: 40vmin;
  width: 100%;
  /*background-color: grey;*/
}

.body{
  padding-left: 32px;
  padding-right: 32px;
}

.carousel-inner{
  max-height: 40vmin;
}

.img-fluid{
    object-fit: cover;
    width: 100%;
    max-height: 40vh;
    /**/
}

.row > .jumbotron{
  /*margin: auto;*/
  width: 100%;
  margin-top: 16px;
  padding: 16px;
}

.jumbotron > h6{
  text-align: center;
  width: 100%;
  font-size: 1.5em;
}

.jumbotron.quote{
  border: rgba(40,53,147 ,1) 2px solid;
  background-color: white;
}

.profile-image{
  border: white 4px solid;
}

.tri{
  font-size: 20vmin;
  color: teal;
  margin-bottom: 8px;
}

.tri-holder{
  text-align: center;
  margin-top: 8px;
}

.tri.one{
  color: rgba(40, 53, 147, .5);
}

.tri.two{
  color: rgba(40, 53, 147, .7);
}

.tri.three{
  color: rgba(40, 53, 147, .9);
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: rgba(40,53,147, .9);
  margin-top: 16px;

}

.footer-text{
  color: white;
}

.left{
  float: left;
}

.right{
  float:right;
}

#accordian{
  width: 100%;
}

.college-list{
  padding: 8px;
}

.tiled-list{
  margin-left: 16px;
  margin-right: 16px;
}
