a {
    text-decoration: none;
}
a:link, a:visited {
    color: red;
}
a:hover {
    color: blue;
}

* { margin: 1; padding: 0; line-height: 1.4em }
body { background: url(https://lh3.googleusercontent.com/fDOJFocGUZVXqCQX3YqwAruG5NDzO-UN01bHBvB7cwScEB-osKOVN6zj1W9rZnwFGUPaEPMq4vqV8FpyZx5Vvrhpwh1qKJa2BfbrxoGYngckl2r365c1y5SUOi1nBVzlcizjEX_Kf-4vPgw7cKqCcTn4EoggzbJ4ywNJPmblWd3E1RC5V-jmFfqUhoNas0cciamYmgTD34dSkmDOiffiotljjWYQIL8fxkzm61AAsxrvmqbuaK17dq4WuaJxmXrOem73BnaWmE5210BNlbClWNZFuLrJfX6CBklw66PjRIId_56qQ9oPq26xAhaZjYZUfH5NThqwOZ31-ZR6aPmmSujfu5iv5goqwIiF4W29YwvW976b8Q902cttB17YQ6yN7g0RCQdjaE5O_sTPlybYXGJNL3TspQBdsBJFAGu8PGZLHAq6onQci6xl4eJoWomIPY5joSJWtNc7R6e-Et3UcidsOuWcAtPG3CYN1G9NeXGal_KJjmTs4Ql_DWnrRcXipDniSmc4bxC8RU2jA0hkVSZxVhD10_6Hd4I9Ffz7SfilNBzH0S4G49tG33Fn7iY81IpvvGus01MrQNXMAN99656abiSDmsSwd4PypcU_-8gL6fr8=w1550-h872-no?pageId=106198664485646444423) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}; font-family: Arial, sans-serif }
a { text-decoration: none }
h1 { font-size: 1.25em }
h2 { margin: 10px 0; font-size: 0.95em }
hr { height: 1px; margin-bottom: 10px; background: #aaa; border: none }
img { border: none; vertical-align: middle }
p, ul { margin: 15px 0; font-size: 0.875em }
table { margin: 10px auto; width: 90%; font-size: 14px; border-collapse: collapse }
td { padding: 5px; border: 1px solid #aaa }
.center { text-align: center }
.right { float: right }

/* HEADER */
#logo { max-width: 300px; margin: 0px auto }
#logo img { width: 90%; height: auto  }

/* CONTAINER */
#wrapper { max-width: 550px; margin: 0 auto; padding: 0 13px }

#content { margin-top: 25px; padding: 10px 20px; background: #ffffff; color: #000000; -webkit-border-radius: 0.625em; -moz-border-radius: 0.625em; border-radius: 0.625em }
#content a { text-decoration: underline }
#content img { margin: 15px 0; border: 2px solid #fff;}

/* HOMEPAGE MENU */
#menu { padding: 15px 0 0 0 }
#menu li { display: inline }
#menu a { display: inline-block; vertical-align: middle; width: 82px; height: 90px; color: #90d7f7; font-size: 11px; font-weight: bold; padding-bottom: 12px }
#menu a img { margin-bottom: 4px; padding: 6px }
.menu-button {display: inline-block;margin-top: -7px;}

/* FOOTER */
#footer { margin: 30px 0 20px 0;}
#footer a {font-size: 0.75em; line-height: 1.6em; }
#footer div { margin: 10px 0 }
#footer-social img { margin: 0 4px; -webkit-border-radius: 0.313em; -moz-border-radius: 0.313em; border-radius: 0.313em}
#footer-fullsite { font-size: 0.9em; font-weight: bold }
#footer-contact {font-size: 0.75em; line-height: 1.6em; margin: auto !important; max-width: 550px; text-align: center;padding-left: 13px; padding-right: 13px}
#footer-fullsite-link{ font-weight: bold; color: #0db0e7; text-decoration: none }
span.copyright, span a.b2t {color: #edf6ff}
#credits {color: #8bd6f3}

/* CONTACT FORM */
input[type='text'], textarea { padding: 5px; border: 1px solid #bbb; border-radius: 5px; font-family: Verdana, sans-serif }
input[type='text'] { width: 70%; max-width: 240px }
input[type='submit'] { padding: 4px 10px }
textarea { width: 90%; font-size: 12px }

/* MAP */
#map { margin: 0 auto 20px auto; width: 95%; max-width: 400px; height: 240px }
#directions_e { font-size: 12px }

/* COUPONS */
.coupon { margin: 20px; padding: 10px; font-size: 1em; background: #fffe93; border: 2px dashed #001471; border-radius: 5px }

/* GALLERY */
#gallery img { margin-bottom: 0 }

/* REVIEWS */
.review { margin: 20px 0; padding: 5px 10px; background: #fffe9d; border: 1px solid #ccc; border-radius: 5px }

/* MENU */
.menu-items .col1 { width: 70% }

/* VIDEO */
.video-box { max-width: 480px; margin: 10px auto }
.video { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden }
.video iframe, .video object, .video embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: none }
video { width: 100%; max-width: 480px; height: auto }

/* ERROR */
#notice { margin: 10px 0; padding: 6px 10px; background: #feffa9; color: #950000; font-size: 14px; border: 1px solid #ccc; border-radius: 0.3em }