html {
    background: white;
}

body {
    width: 960px;
    height: 0 auto;
    background-color:white; 
    margin: 0 auto;
    font-family: Baskerville Old Face, serif;
}

#megan {
    float:center;
    color: navy;
    text-align: center;
}

#portfolio {
    float:center;
    color: navy;
    text-align: center;
}
/*Beginning of nav bar*/
.topnav {
    background-color: white;
    overflow: hidden;
    border: 4px solid navy;
}

.topnav a {
    float: left;
    display: block;
    color: navy;
    text-align:center;
    padding: 12px 80px;
    text-decoration: none;
    font-size: 12px;
}

.topnav a:hover {
    background-color: white;
    color: goldenrod;
}

#active {
    background-color: white;
    color: goldenrod;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown {
    float: left;
    display: block;
    color: white;
    text-align:center;
    padding: 14px 25px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    word-spacing: 0.5em;
    font-size: 12px;
}

.dropdown:hover .dropbtn {
    background-color: white;
    color: black;
    float: left;
    display: block;
    text-align:center;
    padding: 14px 25px;
    text-decoration: none;
    font-size: 12px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    word-spacing: 0.5em;
    font-size: 12px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
}

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

.dropdown-content a:hover {
  background-color: pink;
}

.dropdown:hover .dropdown-content {
  display: inline-block;
}
/*end of nav bar*/

#Reel {
    color:goldenrod;
    text-align:center;
    padding: 20px 20px;
}
#monologue {
    color:navy;
    text-align: center;
    padding-bottom: 200px;
    font-size: 18px;
}
.column1of7 {
    float:left;
    width:660px;
    height:400px;
}

.column2of7 {
    float:right;
    width:300px;
    height: 400px;
}

#video {
    padding:20px 20px;
}

.column3of7 {
    float:left;
    width:580px;
    height:300px;
}

.column4of7 {
    float:right;
    width:160px;
    height:300px;
    padding-left:20px;
}

.column5of7 {
    float:right;
    width:160px;
    height:300px;
    padding-right:10px;
}
 

#writingsamples {
    float:center;
    color:goldenrod;
    text-align: center;
}

#screenpara {
    float:center;
    text-align: center;
    color:navy;
    padding-right: 20px;
    font-size: 20px;
}


/*start of gallery*/
.Image1 {
    width: 160px;
    height: 100px;
}

.Image2 {
    width: 160px;
    height: 100px;
}
 
div.gallery {
  margin: 5px;
  border: 2px solid navy;
  float: left;
  width: 180px;
}

div.gallery:hover {
  border: 1px solid goldenrod;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 10px;
  text-align: center;
  color: goldenrod;
}
/*end of gallery*/

.column6of7 {
    float:left;
    width:660px;
    height:400px;
}

.column7of7 {
    float:right;
    width:300px;
    height:400px;
}

#MicroFilm {
    text-align:center;
    color: goldenrod;
    padding: 20px;
}

#filmpara {
    color:navy;
    text-align: center;
    padding-bottom: 100px;
    font-size: 22px;
    
}

