/* Basic Set Up */
body {
  font-family: Smooch Sans, sans-serif;
  background-color: rgb(75, 75, 75);
  background-image: url(assets/static.png);
  background-repeat: repeat;
  color: rgba(240, 240, 240);
  padding-bottom: 100px;
  padding-left: 2%;
  padding-right: 2%;
}

blockquote {
  padding-left: 5%;
  font-style: italic;
}

a {
  color: rgba(240, 240, 240);
}

a:hover {
  color: rgba(240, 240, 240);
  text-decoration: none;
}

hr {
  border-top: 2px solid grey;
}

h1 {
  text-align: center;
  font-size: 36px;
}

img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  width: 75%;
  height: auto;
}

/* Directory Stuff */
<!--
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
-->
resume ul {
  list-style-type: circle;
}

resume h2 {
  color: grey;
  text-decoration: underline;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}


li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.active {
  background-color: rgb(207, 35, 156);
  color: white;
}
/* END OF DIRECTORY */

/* Personal Classes */
blognav {
  font-size: 15px;
  width: 5%;
  background-color: #404040;
  text-align: center;
  position: fixed;   /* Make it stick, even on scroll */
}

.blogul li {
  width: 100%
}

.albumcover {
  width: 25%;
  float: left;

}

.header {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 24px;

}

.contact {
    margin: auto;
    width: 30%;
    list-style: square;
  
}

.blogbody {
  margin-left: 7%;
  padding: 1px 16px;
}

.photobody {
    margin-left: 5%;
    padding: 1px 16px;
}

.photonav {
  font-size: 15px;
  width: 10%;
  background-color: #404040;
  text-align: center;
  position: fixed;   /* Make it stick, even on scroll */
}

.photobody h2 {
  text-align: center;
  text-decoration: underline;
  font-size: 36px;
}

.videobody {
    margin-left: 5%;
    padding: 1px 16px;
}

.videonav {
  font-size: 15px;
  width: 10%;
  background-color: #404040;
  text-align: center;
  position: fixed;   /* Make it stick, even on scroll */
}

/* Video Stuff */
embed {
  width: 50%;
  height: 360px;
  width: 640px;
}


iframe {
  height: 360px;
  width: 640px;
}

.vimeo {
  text-align: center;
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

footer {
  position: footer;
  color: white;
  text-align: center;
}
