* {
  box-sizing: border-box;
}

html {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column
}

body {
  margin: 0;
  width: 100%;
  background: #dbc3ee;
  font-family: "Raleway", sans-serif;
  letter-spacing: 4px;
}

header {
  margin: auto;
  margin-top: -25px;
  background-color: #2C2C2C;
  color: #9C59D1;
  padding-top: 10px;
  padding-bottom: 30px;
  text-align: center;
}

footer {
   margin-top: 2em;
}

footer p {
  text-align: center;
  font-size: 1em;
  color: #7a32b4;
}

/* CONTENT ________________________________________________________________________________________________________________________________________________ */

.main {
  margin: auto;
  margin-top: 100px;
  font-size: 2em;
  letter-spacing: 4px;
  color: #5f278c;
  max-width: 75%;
}

.bio {
  margin: auto;
  max-width: 100%;
  width: 600px;
  padding: 10px;
  background-color: #ede1f7;
}

.main h1 {
  margin-top: 10px;
  text-align: center;
}

h1 {
  font-family: "Bruno Ace SC", sans-serif;
  font-size: 2em;
  color: #9C59D1;
  letter-spacing: .01em;
  word-break: break-all;

}

h2 {
  font-size: 1em;
  margin-top: -50px;
  color: #9C59D1;
  letter-spacing: .3em;
}

h3  {
  margin-top: -35px;
  text-align: center;
}

h4  {
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .3em;
  text-align: left;
  margin: 10px 0;
}

p {
  text-align: justify;
  font-size: .6em;
  line-height: 1.5em;
}

p.filmDescription {
  text-align: left;
  margin: 0px 2px;
  padding-bottom: 15px;
  font-size: .5em;
  letter-spacing: 3px;
  line-height: 1.5em;
}

p.filmSpecs {
  text-align: right;
  margin: 0px 10px 0 0;
  font-size: .45em;
  letter-spacing: 2px;
  line-height: 1.5em;
}

p.bio {
  font-size: .55em;
  letter-spacing: 2px;
  line-height: 1.5em;
}

a {
  font-size: 1.25em;
  color: #FCF434; 
  background-color: transparent; 
  text-decoration: none;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.logo {
  margin-top: 50px;
  padding-right: 50px;
}

img.avatar {
  float: left;
  margin-right: 20px;
  max-height: 250px;
}

.row {
  margin: -40px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row > .column {
  padding: 20px;
}


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
}


/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: #ede1f7;
  padding: 10px;
  padding-bottom: 30px;
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1000px) {
  .column {
    width: 75%;
    margin-left: 60px;
  }
}

@media screen and (max-width: 700px) {

  .column {
    width: 100%;
    margin-left: 0;
  }



#video_pop {
    z-index: 9999; 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 100%; 
    background: rgba(0,0,0,0.5); 
    display: none;
    cursor: pointer;
}

#the_Video {
    width: 50%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}
    


}
