/*TITLE AND NAVEBAR*/
body {
  background: #222222;
  background-image: url("Home.Page/chalkboard.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% center;
  position: relative;
  color: #fff5ee;
  font-family: 'Mukta', sans-serif;
  margin: 0;
}
.title {
    display: block;
    z-index: 2;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
    padding-top: 150px;
}
#navbar {
    overflow: hidden;
    background-color: #333;
    background-image: url("Home.Page/chalkboard.jpg");
    border-bottom: 5px solid #fff5ee;
    border-top: 5px solid #fff5ee;
    z-index: 30;
}
    /* Navbar links */
#navbar a {
    float: right;
    display: block;
    text-align: center;
    padding: 14px;
    text-decoration: none;
}
    /*Navbar buttons*/
.button {
    color: #fff5ee;
    font-weight: bold;
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.button:hover {
    background-color: #fff5ee;
    color: #A0522D;
	
}
a:link {
  text-decoration: none;
  color: #fff5ee;
}
a:visited {
    color: #fff5ee;
    text-decoration: none;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
/*Main Content*/
.bio {
  padding-bottom: 15px;
}
h2 {
  font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 60px;
}
.details {
    text-align: center;
    position: absolute;
    top: 57.5%;
    left: 0;
    right: 0;
}
.content_block {
    font-size: 16px;
    text-align: center;
}
.mid {
    margin-left:auto; 
    margin-right:auto;
}
.center {
    width: 800px;
    font-size: 1.5em;
    margin-left:auto; 
    margin-right:auto;
    padding-top: 30px;
    padding-bottom: 30px;
}

.parallax {
    height: 600px;
    width: 100%;
    background: transparent;
}

/* gallery properties */
.gallery {
    padding: 5px;
  margin-top: 10px;
       
}
.gallery img {
    margin: 3px;
    transition: 1s;
    width: 200px;
    border-radius: 25px; 
    border: 2px solid #fff5ee;
}
.gallery img:hover {
    filter: grayscale(100%);
    transition: 1s;
}
h1 {
    text-align: center;
    font-size: 8em;
    margin: auto;
}
.resumes {
    text-align: center;
    font-size: 2.5em;
    margin-right: auto;
    margin-left: auto;
}
.contact {
    text-align: center;
    font-size: 2em;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 2em;
}
.email {
    text-align: center;
    font-size: 4em;
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1em;
    padding-bottom: 3em;
}
.pdf:link {
    top: 0;
    color: #fff5ee;
    text-align: center;
    display: block;
    text-decoration: underline;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  background-color: #efefef;
  text-align: left;
}
.reviews {
    margin-left:auto; 
    margin-right:auto;
    padding-top: 30px;
    padding-bottom: 30px;
    width: 600px;
    
}
.show {
    padding-top: 15px;
    font-weight: bold;
    font-size: 2em;
    text-align: left;
}
.quote {
    text-align: center;
    font-size: 1.5em;
    font-style: italic;
}
.source {
    text-align: right;
    padding-bottom: 15px;
}
.copyright {
    padding-top: 3em;
}