.centered-container{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display:flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
}

.column{
  flex: 50%;
  max-width: 50%;
}

.card{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
}

.literature-container{
  background-color: #E5F3FF;
}

.literature-title{
  font-size: 32pt;
  font-family: 'League Gothic',sans-serif;
  font-weight: normal;
  color: black;
}

.card-text{
  max-width: 400px;
}

.vertical-center{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.boxed-item{
  padding: 2%;
  margin-left:5px;
  margin-right:5px;
  margin-top: 1em;
  text-align: justify;
}

.header{
  padding: 10px;
  background-color: #222222;
  font-family: 'Raleway', sans-serif;
}

.footer{
  padding: 10px;
  background-color: #eee;
}

.reflink{
  color:#555;
  text-decoration: none;
  border-bottom: solid 3px;
  border-color: rgba(0, 0, 0, 0.1);
}


#abstract-big-container {
  /* background-color: #254185; */
  background-color: #565656;
}

#abstract-small-container{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#vid-x16{
  max-width: 500px;
}

#abstract-text{
  color: white;
  /* text-shadow: -2px 2px 20px rgba(0,0,0,0.5);  */
  position: absolute;
  top: 0;
  left: 0;
  padding: 5%;
  font-family: 'Castoro', serif;
  font-size:15pt;
  width: 400px;
}



#video-ctrl-btn{
  color: rgba(255, 255, 255, 0.75);
  padding: 2px;
  margin: 0px;
  border:none;
  font-family: sans-serif;
  font-size:8pt;
  background: #689AD8;
  cursor: pointer;
}

body{
  padding: 0;
  margin: 0;
  font-family: 'Castoro', serif;
  font-size: 13pt;
}

h1{
  margin: 0;
  font-size: 32pt;
  font-family:'League Gothic', sans-serif;
  font-weight: normal;
  color: white;
}

h2{
  margin-top: 0px;
  font-size: 22pt;
  font-family: 'League Gothic',sans-serif;
  font-weight: normal;
  color: white;
  background-color: #0C86E5;
  padding:3px;
  display: inline-block;
}

li{
  padding: 10pt;
}


small{
  font-size: 10pt;
}

.ref{
  color: #0A65AD;
  /*text-decoration-color: #B4D5EE;*/
  text-decoration: none;
  border-bottom: solid 3px;
  /* border-color: #B4D5EE; */
  border-color: #E3EFF9;
}

.refb{
  color: #004a87;
  font-weight: bold;
  /*text-decoration-color: #B4D5EE;*/
  text-decoration: none;
  border-bottom: solid 3px;
  /* border-color: #B4D5EE; */
  border-color: #8AD0FF;
}

.header-contact{
  color: #ccc;
  text-decoration: none;
  border-bottom: solid 3px;
  border-color: #666;
}

#learn-more{
  background-color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  color: #0A65AD;
  padding: 10px;
}

.consult1{
  background-color: #B5E1FF;
  text-decoration: none;
  color: #004a87;
  padding: 10px;
}

iframe {
  max-width: 100vw;
  max-height: 56.25vw;
  /* 315/560 = .5625 */
}

@media only screen and (max-width: 700px) {
  #abstract-small-container{
    position: static;
  }

  #abstract-text{
    position: static;
    top:auto;
    left: auto;
    width: auto;
  }

  .column{
    flex: 100%;
    max-width: 100%;
  }

  .fullonphone{
    width: 100%;
  }
}
