@charset "UTF-8";
/* CSS Document */
body {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-color:antiquewhite;

	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	font-size:25px;
}

p {
	color: black;
}

h1{
	color: black;
}

h2{
	color: black;
}

h3 {
	color: black
}


#main {
  transition: margin-left .5s;
  padding: 20px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
#navbar {
    overflow: hidden;
    background-color: deepskyblue;
}

#navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 15px;
}

#navbar a:hover {
    background-color: deepskyblue;
    color: black;
}

#navbar a.active {
    background-color: cornflowerblue;
    color: black;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 60px;
}
