body {
  font-family: Arial, Helvetica, sans-serif;
}

* {
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

/* Increase the font size of the <h1> element */
.header h1 {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 70px;
  text-align: left;
  padding-left: 10px;
  height: 70px
}

.header p {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 30px;
    text-align: left;
    padding-left: 10px;
    height: 30px;
    font-style: italic
}

.contact-text {
    margin-top:0px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #ffffff; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    /*height: 288px;*/
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px
  }

  .transcript-text {
    margin-top:0px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #ffffff; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    /*height: 288px;*/
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
  }



input {
  width: 100%;
  margin: 5px 0;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  height: 20px
}



input[name="name"] {
  width: 95%;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  margin-right: 5%;
  height: 20px
}

input[name="subject"] {
  width: 95%;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  margin-right: 5%;
  height: 20px
}

input[name="email"] {
  width: 95%;
  margin: 5px 0;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  margin-left: 5%;
  height: 20px
}

textarea {
  width: 100%;
  margin: 5px 0;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  height: 80px
}

select {
  width: 95%;
  margin: 5px 0;
  margin-bottom: 24px;
  border: 1px solid black;
  box-sizing: border-box;
  margin-left: 5%;
  height: 20px
}

label {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

label[for="name"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
}

label[for="subject"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
}

label[for="category"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
  margin-left: 5%
}

label[for="email"] {
  display: flex;
  justify-content: flex-start;
  width: 95%;
  margin-left: 5%
}

.column-half-width{
  float: left;
  width: 50%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Desktop view */
@media (min-width: 500px) {

.header {
  margin-top:0;
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: white; /* green background */
  color: white; /* white text color */
  width: 100%;
  margin-bottom: 10px;
  display: flex
}

  .header img {
    border-color: #460057ff;
    border-style: solid;
    border-width: 0px 0px 2px 0;
    width: 100%
}

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    /*width: 20%;*/
    background-color: #f1f1f1
    
    /*padding-top: 10px*/
  }

  li a {
    display: block;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
  }

  li a:hover {
    background-color: #d42affff;
    color: white;
  }

  .active {
  background-color: #d42affff;
  color: white;
  }

  .navbar {
    overflow: hidden; /* Hide overflow */
    background-color: #ddd; /* Dark background color */
  }

  .navbar a {
    float: left; /* Make sure that the links stay side-by-side */
    display: block; /* Change the display to block, for responsive reasons (see below) */
    color: white; /* White text color */
    text-align: center; /* Center the text */
    padding: 14px 20px; /* Add some padding */
    text-decoration: none; /* Remove underline */
  }

  .navbar a.right {
    float: right; /* Float a link to the right */
  }

  .collapsible{
      display: none
  }

  .collapsible.hover {
      display: none
  }

  .content {
      display: none;
  }

  .navbar a:hover {
    background-color: #d42affff; /* Grey background color */
    color: black; /* Black text color */
  }

  .side {
  flex: 20%; /* Set the width of the sidebar */
  background-color: #8a8a8a; /* Grey background color */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100%;
  border-style: solid;
  border-color: #460057ff;
  border-width: 2px 0 0 0px;
  /*padding: 0px; /* Some padding */
  }

  /* Main column */
  .main {
    flex: 80%; /* Set the width of the main content */
    background-color: white; /* White background color */
    padding-top: 0px;
    color: black;
    border-width: 2px 0px 0px 2px;
    border-style: solid;
    border-color: #460057ff
    /*padding: 20px; /* Some padding */
  }

  /* Increase the font size of the <h1> element */
  .miniseries-summary-desktop h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 3vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

    .miniseries-summary-desktop p {
      padding-right: 20px;
      padding-left: 10px;
      font-size: 1.5vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px
      /*display: flex;
      flex-direction: column*/
  }

  .miniseries-summary-desktop {
    margin-top:20px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #f1f1f1; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    height: 300px;
    border: 1px solid rgb(0, 0, 0);
    border-left: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }

  .miniseries-summary-mob{
    display: none
  }

    .episode-summary-desktop h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 3vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

    .episode-summary-desktop p {
      padding-right: 20px;
      padding-left: 10px;
      font-size: 1.5vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px
      /*display: flex;
      flex-direction: column*/
  }

  .episode-summary-desktop {
    margin-top:20px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #f1f1f1; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    height: 300px;
    border: 1px solid rgb(0, 0, 0);
    border-left: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    position: relative
  }

  .episode-summary-desktop .row {
  background-color: #f1f1f1;
}

  .episode-summary-mob{
    display: none
  }

  .episode-links {
      font-size: 1.5vw;
      text-align: center;
      /*padding-left: 10px;*/
      /*height: 20px;*/
      font-style: italic;
      width: 20%;
      background-color: #8a8a8a;
      border-left: 1px solid rgb(0, 0, 0);
  }

  .summary-text {
    /*display: flex;
    flex-direction: column;*/
    width: 60%
  }

    .episode-summary-text {
    /*display: flex;
    flex-direction: column;*/
    width: 80%
  }

  .episode-summary-text iframe{
    position: absolute;
    bottom: 0;
  }

  .summary-text-mob{
    display: none
  }

   .summary-text-and-links{
    display: none
  }

  .summary-image-and-header {
    display: none
  }

.miniseries-summary-desktop img{
  /*float:left;*/
  width:100%;
  height:auto;
  /*padding-right:10px*/
}

.summary-desktop-img{
  width: 20%
}

.page-header {
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: 90px;
  display: flex;
  flex-direction: column;
}

.page-header h1 {
  font-size: 70px;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: 90px;
  margin-top: 5px;
}

.page-subheader {
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.page-subheader h1 {
  font-size: 3vw;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: auto;
  margin-top: 5px;
}

.contact-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 2vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

  .contact-text p {
      padding-right: 20px;
      font-size: 1.5vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
      /*display: flex;
      flex-direction: column*/
  }

  .transcript-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 2vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

    .transcript-text p {
      padding-right: 20px;
      font-size: 1vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: normal;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
      /*display: flex;
      flex-direction: column*/
  }

  form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 1.1vw;
    width: 70%;
}

.contact-text-column{
  float: left;
  width: 60%;
}

.form-column{
  width: 40%; 
  background-color: #f1f1f1; 
  border: 1px solid rgb(0, 0, 0);
}

.form-header-box h1 {
    margin-top:0px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    color: rgb(0, 0, 0); /* white text color */
    /*height: 288px;*/
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-style: italic; 
    font-size: 1.5vw; 
    padding: 10px
  }

.form-header-box{
  background-color: #f1f1f1; 
  padding-bottom: 5px;
  float: left;
}

input[type="submit"] {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid #460057ff;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 1.5vw;
  color:#460057ff;
  height: 40px
}

input[type="submit"]:hover {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid white;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 1.5vw;
  color:white;
  height: 40px
}

.social-icons {
  padding-top: 20px;
  /*padding-top: 10px;*/
  /*padding-bottom: 20px;*/
  font-size: 1.5vw;
  width: 100%;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 40px;
  background: #d42affff;
  color: white;
  align-items: center;
  justify-content: center;
  border-color: #460057ff;
  border-style: solid;
  border-width: 2px 0 0 0
}

.social-icons li a {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  /*width: 30px;*/
  height: 50px; 
  /*background: white; */
  /**/
  padding: 7px;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  margin-right: 30px;
  font-size: 1.5vw
}

}

/*Mobile View*/
@media (max-width: 500px) {

  .header {
  margin-top:0;
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: white; /* green background */
  color: white; /* white text color */
  margin-bottom: 0px;
  height: auto;
  display: flex
}

  .header img {
  border-color: #460057ff;
  border-style: solid;
  border-width: 0px 0px 2px 0;
  width: 100%
}

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 20px;
    /*width: 20%;*/
    background-color: #f1f1f1;
    /*padding-top: 10px*/
  }

  li a {
    display: block;
    color: black;
    padding: 8px 16px;
    text-decoration: none;
  }

    li a:hover {
      background-color: #d42affff;
      color: white
    }
    .navbar{
        display:none
    }

    .navbar a{
        display:none
    }

    .navbar a.right{
        display:none
    }

    .navbar a:hover{
        display:none
    }

    .collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    color: black
    }
/*
    .active {
      background-color: #d42affff;
      color: white
    }*/

    .collapsible:hover {
      background-color: #d42affff;
      color: #460057ff
    }

    .collapsible path{
      stroke: black
    }

    .collapsible:hover path{
      stroke: #460057ff
    }

    .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    }

    .side {
      display: none;
      flex: 0%; /* Set the width of the sidebar */
      background-color: #8a8a8a; /* Grey background color */
      padding-top: 10px;
      border-right: 1px;
      border-right-color: #460057ff
      /*padding: 0px; /* Some padding */
    }

    /* Main column */
    .main {
      flex: 100%; /* Set the width of the main content */
      background-color: white; /* White background color */
      border-color: #460057ff;
      border-style: solid;
      border-width: 2px 0 0 0;
      /*margin-bottom: 2.5px;*/
      /*padding: 20px; /* Some padding */
    }

  .miniseries-summary-mob {
    margin-top:20px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #f1f1f1; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    height: 300px;
    border: 1px solid rgb(0, 0, 0);
    border-left: none;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
  }

    /* Increase the font size of the <h1> element */
  .miniseries-summary-mob h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 6vw;
    text-align: left;
    /*padding-left: 10px;*/
    /*height: 100px;*/
    display: flex;
    flex-direction: column
  }

    .miniseries-summary-mob p {
      padding-right: 20px;
      font-size: 3vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      display: flex;
      flex-direction: column;
      float: right;
      padding-top: 10px;
      padding-left: 10px
  }

  .miniseries-summary-img{
    display: none
  }
  .episode-summary-mob {
    margin-top:20px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    background: #f1f1f1; /* green background */
    color: rgb(0, 0, 0); /* white text color */
    height: 300px;
    border: 1px solid rgb(0, 0, 0);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column
  }

    .episode-summary-mob h1 {
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-size: 6vw;
    text-align: left;
    /*padding-left: 10px;*/
    /*height: 100px;*/
    display: flex;
    flex-direction: column
  }

    .episode-summary-mob p {
      padding-right: 20px;
      font-size: 3vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      display: flex;
      flex-direction: column;
      float: right;
      padding-top: 10px;
      padding-left: 10px
  }

  .episode-summary-mob .row {
    background-color: #f1f1f1;
}

  .episode-summary-mob .episode-links {
      border-top: none;
      border-left: 1px solid rgb(0, 0, 0);
  }

  .episode-summary-desktop{
    display: none
  }

  .miniseries-summary-desktop {
    display: none
  }

  .episode-links {
      /*padding-left: 10px;*/
      /*height: 20px;*/
      font-style: italic;
      width: 100%;
      background-color: #8a8a8a;
      
      border-top: 1px solid rgb(0, 0, 0);
  }

  .episode-links ul {
      font-size: 3vw;
      text-align: center;
      /*padding-left: 10px;*/
      /*height: 20px;*/
      font-style: italic;
      width: 100%
  }

  .summary-text {
    display: none
  }

  .summary-text-and-links{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 200px
  }

  .summary-image-and-header {
    display: flex;
    flex-direction: row;
    width: 100%
  }

  .miniseries-summary-mob img{
  float:left;
  width:100%;
  height:auto;
  /*padding-right:10px*/
}

.summary-image-and-links{
  float: left;
  width: 25%;
  height: auto;
  display: flex;
  flex-direction: column;
  background-color: #8a8a8a;
  border-right: 1px solid rgb(0, 0, 0);
}

.summary-header-and-text{
  float: right;
  width: 75%;
  height: 200px;
  display: flex;
  flex-direction: column
}

.page-header {
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: column;
}

.page-header h1 {
  font-size: 50px;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: 60px;
  margin-top: 2.5px;
}

.page-subheader {
  /*padding: 30px; /* some padding */
  text-align: center; /* center the text */
  background: #d42affff; /* green background */
  color: white; /* white text color */
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.page-subheader h1 {
  font-size: 6vw;
  text-align: left;
  padding-left: 10px;
  vertical-align: middle;
  height: auto
}

.contact-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 5vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

  .contact-text p {
      padding-right: 20px;
      font-size: 3vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: italic;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
      /*display: flex;
      flex-direction: column*/
  }

  .transcript-text h1 {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 10px;
    font-size: 5vw;
    text-align: left;
    height: auto
    /*padding-left: 10px;*/
    /*height: 30px;*/
    /*display: flex;
    flex-direction: column*/
  }

  .transcript-text p {
      padding-right: 20px;
      font-size: 2vw;
      text-align: left;
      /*padding-left: 10px;*/
      /*height: 180px;*/
      font-style: normal;
      padding-bottom: 10px;
      padding-top: 0px;
      height: auto
      /*display: flex;
      flex-direction: column*/
  }

  form {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 3vw;
    width: 90%;
}

.contact-text-column{
  float: left;
  width: 100%;
}

.form-column{
  width: 100%; 
  background-color: #f1f1f1; 
  border: 1px solid rgb(0, 0, 0);
}

.form-header-box h1 {
    margin-top:0px;
    /*padding: 30px; /* some padding */
    text-align: left; /* center the text */
    color: rgb(0, 0, 0); /* white text color */
    /*height: 288px;*/
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    font-style: italic; 
    font-size: 3vw; 
    padding: 10px
  }

.form-header-box{
  background-color: #f1f1f1; 
  padding-bottom: 5px;
  float: left;
}

input[type="submit"] {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid #460057ff;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 5vw;
  color:#460057ff;
  height: 40px
}

input[type="submit"]:hover {
  width: 100%;
  margin: 10px 0;
  margin-bottom: 24px;
  border: 2px solid white;
  box-sizing: border-box;
  background: #d42affff;
  font-weight: bold;
  font-size: 5vw;
  color:white;
  height: 40px
}

.social-icons {
  padding-top: 20px;
  /*padding-top: 10px;*/
  /*padding-bottom: 20px;*/
  width: 100%;
  text-align: center;
  text-decoration: none;
  height: 70px;
  line-height: 40px;
  background: #d42affff;
  color: white;
  align-items: center;
  justify-content: center;
  border-color: #460057ff;
  border-style: solid;
  border-width: 2px 0 0 0
}

.social-icons li a {
  display: inline-flex; 
  align-items: center; 
  justify-content: center; 
  /*width: 30px;*/
  height: 50px; 
  /*background: white; */
  /**/
  padding: 7px;
  color: white;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  margin-right: 30px;
  font-size: 5vw
}

    .episode-summary-text {
    /*display: flex;
    flex-direction: column;*/
    width: 80%
  }

  .episode-summary-text iframe{
    width: 100%;
    margin: 0px
  }

  }



/* Ensure proper sizing */
* {
  box-sizing: border-box;
}

/* Column container */
.row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background-color: #8a8a8a;
}



.miniseries-links {
  padding-top: 20px;
  /*padding-top: 10px;*/
  font-size: 30px;
  /*width: 50px;*/
  text-align: center;
  text-decoration: none;
  height: 55px;
  line-height: 40px;
  background: #4a2aa0;
  color: white;
  font-style: italic
}



.social-icons ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d42affff;
  text-align: center
}

.social-icons li {
  display: inline-block
}

.social-icons li a:hover {
  background-color: #661280;
}

.icon{
  width: 30px;
  height: 30px; 
  display: block; 
  fill: #d42affff;
  background: white;
  border-radius: 50%;
  margin: 7px
}

.social-icons li path{
  width: 25px; 
  height: 25px; 
  display: block;
}

.social-icons li circle{
  width: 25px; 
  height: 25px; 
  display: block;
}

.social-icons li .link-text{
  margin-right: 30px
}