
@font-face {
  font-family: Poppins;
  src: url(/font/Poppins-Regular.ttf);
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Poppins;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

tr{
  margin: 15px;
}

@media (max-width: 767px) {

  /* Styles for mobile resolutions */
  #myTable {
    width: 100%;
  }

  #myTable td {
    padding: 10px;
    text-align: center;
    display: block;
  }

  #myTable td audio {
    max-width: 100%;
    width: 100%;
  }
}

@media (min-width: 768px) {

  /* Styles for desktop resolutions */
  #myTable tr {
    display: flex;
    justify-content: space-between;
  }

  #myTable td {
    flex-basis: calc(50% - 20px);
    /* 50% width minus padding */
  }
}


/* End of audio page style */
video {

  width: 100% !important;
  height: auto !important;
}

.list-group-item {
  border-bottom: solid 1px lightslategrey;
}

.navbar {
  background-color: white;
}


.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

div {
  display: block;
}

.pointer {
  cursor: pointer;
}

.curr-table {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  border-color: grey;
  text-indent: initial;
}

tbody {
  display: table-row-group;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

table>tr {
  display: table-row;
  vertical-align: inherit;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  max-width: 100%;
}

.table .nav .nav-link {
  display: table-row;
  vertical-align: inherit;
  border-bottom: 1px solid #ebebeb;
  width: 100%;
  max-width: 100%;
  color: black;
}

td {
  display: table-cell;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>thead>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;

}

#content-display>div {
  display: none;
}

.container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container .container-fluid {
  margin-right: auto;
  margin-left: auto;
}

div {
  display: block;
}

td {
  font-size: 20px !important;
}

.con-body {
  display: list-item;
  border-bottom: solid 2px #ebebeb;
  text-align: center;
  justify-content: center;
  list-style: none;

}

tr.highlighted td {
  background: lightcyan;
  /* border-radius: 2em; */
}

tr.active td {
  background: lightcyan;
  border-radius: 2em;
}

.page-heading {
  padding-bottom: 15px;
  padding-top: 15px;
}

video {
  /* override other styles to make responsive */
  width: 100% !important;
  height: auto !important;
}

h6 {
  font-size: 20px !important;
}

.con-body video {
  width: 650px;
  height: auto !important;
  margin: 0.5rem;
}


.con-video embed {
  width: 70%;
  height: 700px;
  object-fit: contain;

}

.full-image img {
  cursor: pointer;
}

/* MEDIA QUERIES.............. */

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
}

@media screen and (max-width:1536px) {
  .con-body video {
    width: 500px !important;
    height: auto !important;
    margin: 0.5rem;
  }

  .con-body audio {
    width: 400px !important;

  }
}





@media screen and (min-width:2560px) {
  .con-video video {
    width: 750px !important;
    margin: 0.5rem;
  }
}

@media screen and (min-device-width: 1536px) and (max-device-width: 2560px) {
  .con-body video {
    width: 750px !important;
    height: auto !important;
    margin: 0.5rem;
  }

}

@media screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .con-body video {
    width: 100% !important;
    height: auto !important;
    margin: 0.5rem;
  }

}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 640px) {
  .con-body video {
    width: 100% !important;
    height: auto !important;
    margin: 0.5rem;
  }
}