@charset "UTF-8";
/* CSS Document */

a{text-decoration: none;}

h1{font-family: "Trebuchet MS", Helvetica, sans-serif; color: #2e1f7f;}
h2, h3, h4, h5, h6{font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; color: #2e1f7f;}

p{font-family: "Trebuchet MS", Helvetica, sans-serif;}

ul{list-style-type: none; padding: 4px 16px; margin: 0; bottom: 0;}

li{display: inline; bottom: 0; padding: 0 8px;}

.bg-home{background-color: #71eeb8;}
.bg-catalog{background-color: darkturquoise;}
.bg-aboutus{background-color: aqua;}
.bg-contactus{background-color: coral;}
.bg-goinggreen{background-color: #c0c0c0;}

.body-container{padding: 0.01em 16px;}

.body-padding{padding: 16px 0;}

.body-box{max-width: 80%; margin: auto; text-align: center; background-color: seashell; min-height: 500px;}
.green-box{max-width: 80%; margin: auto; text-align: center; background-color: #3cb371; min-height: 500px;}

.box-shadow{box-shadow:0 2px 5px 0 rgba(65, 57, 51, 0.16), 0 2px 10px 0 rgba(65, 57, 51, 0.12);}

.header-fixed{position: fixed; min-width: 100%; top: 0; left: 0;}
.header-box{position: relative; top: 0; left: 0; width: 100%; z-index: 1;}
.header-image{background-image: url("images/BeachBackground.jpg"); max-width: 100%; max-height: auto; overflow: auto;}
.header-padding{padding: 10px 16px;}
.head-spacer{top: 0; left: 0; width: 100%; padding: 52px 0;}
.title-space{max-width: 750px;}

.menu-box{position: relative; left: 0; width: 100%; z-index: 1; background-color: seashell;}

.button{border: none; outline: 0; vertical-align: middle; overflow: hidden; text-decoration: none; background-color: inherit; text-align: center; white-space: nowrap;}
.button:hover{background-color: coral;}

.nav-row: after,.nav-row: before{content: ""; display: inline; clear: both;}

.body-padding{padding: 16px 0;}
.content-padding{padding: 24px 0; margin: 8px 0;}

.body-col{padding: 8px 20%; width: 50%; display: inline;}

.catalog-button{background-color: inherit; color: #2e1f7f; font-size: 150%}
.catalog-button:hover{background-color: #2e1f7f; color: seashell;}