:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #78d5ef;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Work Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

html, body {
    font-size: 15px;
    min-width: 800px;
    width: 100%;
    font-family: sans-serif;
}

a:link {
    color: #337ab7;
    text-decoration: none;
}
a:visited {
    color: #337ab7;
    text-decoration: none;
}
a:hover {
    color: #1d4669;
    text-decoration: underline;
}
a:active {
    color: #1492ff;
    text-decoration: underline;
}

body {
    /* We change the width for wide screens */
    width: 90%;
    max-width:1500px;
    margin: auto;
    font-size: 15px;
}


.header {
    text-align: center;
}

.header h2 {
    margin-top: -10px;
    font-weight: 300;
    text-align: center;
}

.header h3 {
    margin-top: -10px;
    font-weight: 300;
    text-align: center;
}
.header h5 {
    margin-top: -10px;
    font-weight: 300;
    text-align: center;
    font-style: italic;
}
.header pre {
    margin-top: -10px;
    clear: both;
    margin-bottom: 20px;
}

.download {
    text-align: left;
    clear: both;
    margin-bottom: 20px;
}

.yt-demo .video {
    text-align: center;
}

.yt-demo h3 {
    text-align: center;
}

.highlight {
    text-align: center;
}
.highlight img {
    width: 85%;
    height: auto;
}

.abstract {
    text-align: left;
}


.demo h1 {
    text-align: left;
}

.demo h3 {
    text-align: center;
}
.demo #interactive_div {
    min-height: 480px;
    position: relative;
    margin-bottom: 15px;
}
.demo #mic {
    position: absolute;
    top: 310px;
    left: 237px;
    width: 32px;
    height: 32px;
    z-index: 1;
}
.demo #source1 {
    position: absolute;
    top: 191.70px;
    left: 136.47px;
    width: 10px;
    height: 10px;
    z-index: 10;
}

.demo #source2 {
    position: absolute;
    top: 485.64px;
    left: 209.76px;
    width: 10px;
    height: 10px;
    z-index: 10;
}

.demo #source3 {
    position: absolute;
    top: 380.92px;
    left: 89.29px;
    width: 10px;
    height: 10px;
    z-index: 10;
}

.demo #source4 {
    position: absolute;
    top: 465.72px;
    left: 160.44px;
    width: 10px;
    height: 10px;
    z-index: 10;
}

canvas {
    width: 640px !important;
    height: 640px !important;
    z-index: 0;
}
.demo #interactive {
    text-align: left;
}

.demo audio {
    margin: auto;
}

.source h1 {
    text-align: left;
}
.source img {
    width: auto;
    height: 100px;
    text-align: left;
}

.comparisons h1 {
    text-align: left;
}

.citation h1 {
    text-align: left;
}
.citation .cite {
  background: #eee;
  border: 1px solid #ccc;
  border-radius: 10px;
  color: #444;
  display: block;
  font-family: monospace;
  font-size: 12px;
  margin: 1em 0;
  overflow: auto;
  padding: 10px;
  white-space: pre-line;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  margin-right: -15px;
  margin-left: -15px; */
}

.video-container {
    position: relative;
    width: 90%;
    height: 0;
    padding-bottom: 56.25%;
    margin: auto;
}

.youtube-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

table {
  margin: auto;
}

h3 {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.p-center {
    max-width: 1920px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

td {
    width: 300px;
}
td audio {
    width: 100%;
    margin: auto;
    display: block;
}

.audio {
  min-height: 50px;
/*    display: flex;
    float: top;
*/}

/* Larger than a phone screen */
@media (min-width: 1100px) {
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.67%;
    flex: 0 0 66.67%;
    max-width: 66.67%; }

  .narrow-container {
    max-width: 100%;
    margin: auto;
  }

  .yt-demo {
    max-width: 100%;
    margin: auto;
  }
  /* The container for the GT locations image */
  .gt-locations {
    margin:auto;
    padding-right: 1rem !important;
    padding-top: 3rem !important;
    width: 340px;
  }

  .gt-locations img {
    width: 100%;
  }
}

/* Phone Screen or tablet */
@media (max-width: 1100px) {
  /* The container for the GT locations image */
  .gt-locations {
    margin:auto;
    width: 100%;
  }

  .gt-locations img {
    display: block;
    margin: auto;
    width: 340px;
  }

  .gt-locations audio {
    width: 70%;
  }

  .yt-demo {
    max-width: 100%;
    margin: auto;
  }

  .input-mixture {
    width: 70%;
  }

  .video-container {
    width: 100%;
  }
}

/* Vertical interactive */
@media (max-width: 1481px) {
  .demo .network {
    padding-top: 3rem !important;
  }
}

.col-md-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
/*  padding-right: 10px;
  padding-left: 10px;*/
}

.col-md-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
/*  padding-right: 10px;
  padding-left: 10px;*/
}

.col-md-8 {
    position: relative;
    width: 100%;
    min-height: 1px;
}