/* Body */
body {
  background-color:#FBE3E0;
}
p, li {
  font-size: 24px
}
p, textarea, label, td {
  font-family: 'Barlow Semi Condensed', sans-serif;
}
#content {
  margin-left: 0 auto;
  margin-right: 0 auto;
  width: 80%;
  padding-bottom: 2em;
  padding-left: 7em;
}

/* Headers */
h1, h2, h3 {
   text-align:center;
   color:#75000C;
   font-family: 'Barlow Semi Condensed', sans-serif;
}
h1 {
  font-size: 60px;
  text-shadow: 2px 3px #fff;
}
h2 {
  font-size: 40px;
  color:#75000C;
}
h3 {
  font-size: 32px;
}

/* Navigation */
nav {
  text-align: center;
}
ul {
  list-style-type: none;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
nav {
  background-color: #e5c7c3;
}
nav ul {
  list-style-type: none;
  margin: 10px;
  padding: 0;
  background-color: #e5c7c3;
  border-radius: 5px;
  color: #fff;
  }
nav ul li {
  display: inline-block;
  position: relative;
  line-height: 30px;
  }
nav ul li a {
  display: block;
  color: #000;
  padding: 14px 80px;
  text-decoration: none;
}
nav ul li a:hover {
   color: #fff;
   background-color:#ccaba7;
}
nav ul li ul {
  min-width: 100%;
  background-color: #FBE3E0;
  display: none;
  position: absolute;
  border: #75000C solid 1px;
}
nav ul li:hover ul {
  display: block;
}
nav ul li ul li {
  display: block;
}
nav ul li ul li a {
  padding: 10px;
  text-align: center;
}

/* Index Page */
#index {
  margin: 0 auto;
}
#demo {
  text-align: right;
  font-style: italic;
}

/* Contact Page */
#location {
  text-align: center;
  width: 97%;
}

/* Favorite Websites */
.favweb{
  list-style-type: none;
  text-align: center;
  padding: 10px;
}
#fav {
  text-align: center;
}
.favimg {
  box-shadow: 4px 4px 4px 4px #75000C;
}

/* Photography Page */
#photo{
  text-align: center;
  display: inline-block;
}
article > h3 {
  color: #75000C;
  font-size: 140%;
  margin-bottom: 0em;
}

/* Blog */
h2.timestamp {
  text-align: left;
  color: black;
  font-style: italic;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
}
article img {
  margin-left: 1em;
  box-shadow: 10px 10px 10px white;
  float: right;
}
article {
  border: dashed 1px black;
  padding: 1em 1em;
  margin-top: 0;
  margin-bottom: 2em;
  overflow: auto;
  box-shadow: 10px 10px 10px #e5c7c3;
  width: 90%;
}
main {
  width: 100%;
  left: 3em;
}
section {
  margin-left: 4em;
}

/* Resume Page */
#info {
  font-size: 16px;
}
.bio {
  text-align: center;
}
/* Comment Page */
#comments {
  font-style: italic;
}

/* Footer */
footer {
	background-color: #e5c7c3;
	height: 100px;
	color: #FAFAFA;
	font-weight: bold;
	text-align: center;
  font-style: italic;
  padding-top: 10px;
  padding-bottom: 3em

}

/* Portfolio */
.portfolio {
  text-align: center;
  line-height: 5em;
  box-shadow: 3px 3px 3px 3px #e5c7c3;
  padding-bottom: 10px;
}

/* Submit Page */
#thanks {
  padding: 100px;
  box-shadow: 2px 2px 2px 2px #e5c7c3;
}

/* Watchlist */
.list {
  list-style-type: circle;
  display: table;
}
#watchlist {
  margin: 0 auto;
  max-width: 78em;
  padding-bottom: 2em;
  font-family: 'Barlow Semi Condensed', sans-serif;
}
.moviehead {
  text-align: left;
  margin: 0 auto;
  max-width: 78em;
  text-decoration: underline;
}
#action {
  float: left;
  margin-left: 5em;
}
#romantic {
  float: left;
  margin-left: 5em;
}
#drama {
  float: left;
  margin-left: 5em;
}
#thriller {
  float: left;
  margin-left: 5em;
}
#comedy {
  float: left;
  margin-left: 5em;
}
#musical {
  float: left;
  margin-left: 5em;
}
.clear {
  clear: both;
}

/* Links */
a:link {
    color: black;
}
a:visited {
    color: #75000C;
}
a:hover {
    color: white;
}

/*Film Page */

.film {
  text-align: center;
  padding: 20px;
}
.cine {
  border: 3px #75000C solid;
  box-shadow: 5px 5px 5px 5px #9e656a;
  width: 560px;
  height: 315px;
  text-align: center;
}

/* Photography Page */
#curtain{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
}
#light{
  max-width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  margin: auto;
}
#close{
  height: 50px;
  width: 50px;
  top:0;
  right: 0;
  position: absolute;
  z-index: 990;
}
.image {
  max-width: 250px;
  max-height: 250px;
  padding: 10px;
  border: 1px solid #ccc;
  box-shadow: 0px 2px 3px #000;
}
.gallery {
  text-align: center;
}
