.image { z-index: -100; }
nav.navbar { background-image: url({!entry.includes.assetMap[navigation.backgroundImage.sys.id].fields.file.url}); background-repeat: no-repeat; background-size: cover; }

.footer { padding: 0px; background-color: #81bc41; }
footer { background-image: url({!entry.includes.assetMap[footer.backgroundImage.sys.id].fields.file.url}); background-repeat: no-repeat; background-size: cover; }

.popupBackground { background-color: black; opacity: 0.20; filter: alpha(opacity = 20); width: 100%; height: 100%; top: 0; left: 0; z-index: 998; position: fixed; cursor: wait; }
.PopupPanel { left: 50%; width: auto; margin-left: auto; top: 30%; height: 75px; margin-top: -15px; z-index: 999; position: fixed; cursor: pointer; }

