
body{
	background-image:url(../img/gold-colored-paper-clips-near-notebook-and-pen-on-white-1558689.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.NavBar {
    font-family: 'Roboto', sans-serif;
}

nav {
	background-color:#F9A886;
	opacity: 0.8;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 52px;
    z-index: 100;
    box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.3);
}

nav ul {
   
    margin: 0px;
    padding: 0px;
    list-style: none;
    text-align: right;
}
nav ul li {
    display: inline-block;
    margin: 0px 20px;
    padding: 15px 15px 0px 0px;
 }
nav a {
    
    color:#FFFFFF;
    text-decoration: none;
    font-size: 15px;
}
nav a:hover {
    color: #cd8d7b;
}
.current {
    color:#156C62;
    text-decoration: underline;
}
.logo {
    font-family: 'Pacifico', cursive;
    float: left;
    padding: 0px 0px 0px 15px;
}
.responsive{
	padding-top: 175px;
	}

.padding{
	    padding-top: 50px;
}

.about{
	padding-top: 125px;
}

.gif{
	padding-top: 125px;
}
.responsive{
    width: 100%;
    max-width: 700px;
	height: auto;
}
.jar{
	width: 150px;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
   }