.bar1, .bar2, .bar3 {
  width: 20px;
  height: 3px;
  background-color: #333;
  margin: 6px;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-7px, 6px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-7px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
}

.container-hamburger {
  position: absolute;
  float: left;
  cursor: pointer;
  background-color: #d3d3d3;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 6px;
}

.dox {
  margin-top: 25px;
  margin-left: 5%;
  width: 90%;
  height: 400px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border: none;
  border-radius: 6px;
}

.dox-facebook {
  border-radius: 6px;
  border: none;
  overflow: hidden;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-left: 5%;
  width: 90%;
  height: 500px;
  text-align:center;
  display: inline-block;
}

.dox-podcast {
  margin-top: 25px;
  margin-left: 5%;
  width: 90%;
  height: 960px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropbtn {
  background-color: #A9A9A9;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  position: relative;
  float: left;
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #D3D3D3;
}

.dropdown {
  height: 45px;
  width: 45px;
  position: relative;
  float: left;
}

.dropdown-content {
  display: none;
  position: relative;
  background-color: #f1f1f1;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown a:hover {
  background-color: #ddd;
}

.iframe-fb-container {
    text-align: center;
    display:inline-block;
    border-radius: 6px;
    border: none;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin-left: 5%;
    width: 90%;
    height: 500px;

}

.iframe-fb {
    width: 400px;
    height: 700px;
    overflow: hidden;
}

.heading {
  margin-top: 60px;
  margin-left: 7%;
}

.paragraph {
  margin-top: 7px;
  margin-left: 7%;
  font-size: 18px;
  font-weight: normal;
}

.paragraph2 {
  margin-top: 7px;
  margin-left: 7%;
  font-size: 9px;
  font-weight: normal;
}

.spotifyplyr {
  height: 180px;
  width: 100%;
  border: 3px;
  position: relative;
  float: right;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  margin-bottom: 25px;
  border-radius: 6px;
}

.show {
  display: block;
}

.substackarticles{
  width: 960px;
  height: 320px;
  border: 1px solid #EEE;
  background: white;
  margin-top: 10px;
}
.substacksignup{
  width: 90%;
  height: 320px;
  background: white;
  margin-top: 10px;
  margin-left: 5%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  border-radius: 6px;
}

body {
  font-family: Spectral, Arial, Helvetica;
}

* {
  box-sizing: border-box;
}

button {
  color: white;
  background: #660099;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 16px;
  resize: vertical;
  float: right;
}


input[type=email], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=phone], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container-contact {
  border-radius: 6px;
  background-color: #f2f2f2;
  padding: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}
