/* EHT Press Conference, May 12, 2022 */

#content.content-white {
    background-color: #FFF;
    font-weight: 400;
    color: #000;
    font-size: 15px;
}

#content.content-black .table {
    background-color: initial;
}

/* As long as the page is in preparation,
 * make the border wider and red so that it is visible */
.border {
    border: none !important;
    /* border: 3px rgb(219, 31, 68) solid !important; */
}

.telescope-grid-container {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(235px, 2fr));
    margin: 0 0;
}

.telescope-grid-cell {
    margin: 0 0;
	border: 0.5px #fff solid;
}

.telescope-youtube-grid-cell {
    margin: 0 !important;
	border: 0.5px #fff solid;
}

.telescope-youtube-grid-container {
    display: grid;
    gap: 0;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    margin: 0 0;
}

.telescopes-mosaic.mosaic-5 .telescope {
  width: 20%; }
.telescopes-mosaic .telescope {
  display: block;
  float: left;
  width: 25%;
	border: 0.5px #fff solid;  
  position: relative; }
  .telescopes-mosaic .telescope .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    background-color: rgba(27, 42, 84, 0.6);
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 600; }
  @media (max-width: 1025px) {
    .telescopes-mosaic .telescope {
      width: 50%; }
      .telescopes-mosaic .telescope .title {
        opacity: 1; } }
.telescopes-mosaic:after {
  content: '';
  display: block;
  clear: both; }

h1 {
  font-size: 2em;
  font-weight: 800;
  color: #1b2a54;
  margin: 0.67em 0; }
  
h2 {
  font-size: 1.5em;
  font-weight: 800;
  color: #1b2a54;
  margin: 0.67em 0; }
  
h3 {
  font-size: 1.2em;
  font-weight: 800;
  color: #1b2a54;
  margin: 0.67em 0; }
  
.white {
  color: #fff; }
  
#eht .blue-box {
  background-color: #1b2a54;
  color: #fff; }
  #eht .blue-box .youtube-frame {
    margin-top: 0; }
	
#eht .boxed-link {
  display: inline-block;
  border: 1px #fff solid;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 10px; }

.logo_centered {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
