/* Fonts from Google Fonts - more at https://fonts.google.com */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

#h1{
  box-sizing: border-box;
  background-size:auto;
  font-size: 20px;
  color: #969191;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#h2 {
  box-sizing: border-box;
  margin-right:70vmin;
  color:#898a8b;

}

#h3{
  box-sizing: border-box;
  margin-right:70vmin;
  text-align: center;
}

.body {
  position: fixed;
}
body { 
  background-image: url("luke-chesser-50-unsplash.jpg");
  background-size:cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:top center; 
  border-style:;
}
 
p{
font-family:Tahoma, Geneva, sans-serif; 
font-size: 15px;  
text-align-last: center;
color: #6c6767;  
}


#bio,{ 
min-height: 300px;
}
#career, { 
min-height: 300px; }
#now { 
min-height: 300px; }

.container {
  position: center;
  margin: 20px;
  width: auto;
}

/* The navbar */
.topnav {
  overflow: hidden;
  background-color: #333;
  
}

/* Navbar links */
.topnav a {
  float:center;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
    
}

div.transbox {
  margin: 12px;
  background-color: #ffff;
  border: 1px solid black;
  opacity: 0.6;
  filter: alpha(opacity=60); /* For IE8 and earlier */
}
.greybox{
  background-color:rgb(205, 210, 216);
  font-size:20px;
  padding: 10px; 
  max-width: 800px;
  margin: 0 auto;
}

div.transbox p {
  margin: 5%;
  font-weight: bold;
  color: #000000;
}

.footer {
  position:fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color:#726f6f;
  color:#726f6f;
  text-align:center;
  text-shadow:white;
  color: white;
  

}
