body {
	background:url(../img/main-background-adaj-arts.png);
	background-attachment:fixed;
	background-size:cover;
	background-repeat: no-repeat;
	background-position: center; 
}

img {width: 100%}

a {text-decoration: none; color: darkslategray;}
a:visited {text-decoration: none;color:darkslategray}
a:hover {color: #9A7200}
.logo {max-width: 644px; position: absolute;
   top: 50%;
   left: 50%;   margin-top: -100px; /* Half the height */
   margin-left: -322px; /* Half the width */}
.container {text-align: center;width: 100%}
.menu {bottom: 50px;position: fixed;text-align: center;width: 100%;font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";word-spacing: 5px;font-size: 1em;font-weight: 500}

@media only screen and (max-width: 644px) {
.logo { left: 0;margin-left: 0;}
}


