body {
	font-family: serif;
	color: white;
	height: 100%;
	margin: 0;
	width: 100%;
    background-image: url('/img/chalkboard.jpg');
    background-size: cover;
    background-attachment: fixed;
}

a {
    color: lightgreen;
    text-decoration: none;
}

a:active{
    text-decoration: none;
    color: lightgreen;
}

a:visited{
    text-decoration: none;
    color: lightgreen;
}

.container {
    min-height: 100vh;    
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px;
    padding: 10px;
}

img {
    vertical-align: middle;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}


.navbar { 
position: relative; 
position: sticky; 
z-index: 3; 
top: 0px; 
left: 0px; 
background-color: #204122; 
padding: 0px; 
margin: 0px; 
text-align: left; 
vertical-align: middle; 
border: 0px; 
opacity: 0.86; 
}


.navbar {
  background-color: #204122;
  font-family: Calibri;
}

.navbar li {
  display: inline;
  padding: 10px 10px;
}

.navbar ul {
  display: inline;
  text-align: left;
}


.navbar a {
  height: 40px;
  line-height: 40px;
  color: #FFFFFF;
  text-decoration: none;
}



.contact-btn {
  float: right;
}

.contact-btn a {
  cursor: pointer;
  margin-right: 30px;
  padding: 8px 18px;
  border: 1px solid #204156;

}



#about {
    font-family: Calibri;
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    padding-left:40px;
    padding-right:40px;
    
}

#aboutme {
    font-family: Calibri;
    text-align: left;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 80px;

}



#footer { 
width: 100%; 
position: static; 
bottom: 0; 
color: White;
font-size: 16px;
}

.footer {
  margin-top: auto;
  background-color: #204122; 
  padding: 10px;
  text-align: center;
}
