html {
height:100%;
}
body {
text-align:center;
font-family: Sans-Serif;
height:100%;
}

#navigation {
width:80%;
position:fixed;
top:0;
margin:auto;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
background-color:#fff;
-webkit-backface-visibility: hidden;
//border:1px solid #f00;
height:186px;
border-bottom:1px solid #ccc;
z-index:1000;
}

#nav-right {
float:right;
width:150px;
clear:both;
}
#nav-top {
//border:1px solid #f00;
width:100%;
height:65px;
background-color:#333;
background-image:url("../img/menu.jpg");
}
#nav-bottom {
//border:1px solid #f00;
width:100%;
height:121px;
text-align:center;
margin:auto;
font-family: 'Parisienne', cursive;
font-size:50px;
color:#000;
background-image:url("../img/paper2.jpg");
background-size: cover;
}
.big {
font-size:60px;
}
.bigger {
font-size:70px;
}
#nav-bottom p {
margin:auto;
color:#000;
padding:27px;
text-shadow: 0px 3px 2px rgba(186, 186, 186, 1);
}


.menu {
margin:5px;
margin-top:11px;
}
.menu_title {
display:inline;
font-size:20px;
margin-left:5px;
}

.book {
max-width:82%;
margin:auto;
padding:6%;
padding-bottom:11%;
margin-bottom:4%;
border:1px solid #ccc;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
}

.indent {
text-indent:50px;
} 

.profile {
max-width:92%;
min-width:80%;
padding:4%;
padding-bottom:9%;
margin-bottom:4%;
border:1px solid #ccc;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5); */

}
#content-main {
vertical-align:text-top;
margin:auto;
//border:1px solid #f00;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
width:80%;
min-height:100%;
overflow:hidden;
//height:120%;
text-align:center;
padding-top:230px;
border:1px solid #ccc;
}
#col-right {
display:inline-block;
text-align:center;
width:17%;
min-height:100%;
vertical-align:top;
//border:1px solid #f00;
}
#col-right p {
color:#039;
margin-top:12px;
}
#col-right a {
text-decoration:none;
}
#col-middle {
display:inline-block;
margin:auto;
width:50%;
max-width:100%;
min-height:100%;
height:100%;
text-align:center;
vertical-align:top;
//border:1px solid #f00;
padding:2%;
padding-top:0;
min-height:100%;
}

#col-middle h1, #col-left h1 {
padding:8px;
padding-left:3%;
width:96%;
color:#000;
font-family: 'Raleway', sans-serif;
font-size:20px;
background-image:url("../img/heading.png");
text-align:left;
font-weight:bold;
margin:auto;
margin:0 0 3% 0;
}


 #col-left h1 {
width:100%;
max-width:94%;
display:inline-block;
margin-auto;
margin:9% 0 7% 0;
}
#col-wrapper {
text-align:left;
margin:auto;
width:260px;
max-width:80%;
padding:0 2% 0 2%;
//border:1px solid #9cf;
}

#col-wrapper-right {
text-align:center;
margin:auto;
width:200px;
max-width:80%;
}

#col-left {
display:inline-block;
text-align:center;
width:22%;
vertical-align:top;
//border:1px solid #f00;
min-height:100%;
}
#col-left a {
color:#039;
text-decoration: none;
}
#col-left ul {
display:inline-block;
text-align:left;
}
#col-left ul li{
margin-bottom:10px;
}
#col-left ul li a {
text-decoration:none;
color:#039;
}
#buy_the_book {
margin:auto;
width:65%;
max-width:85%;
padding:9% 4% 10% 4%;
display:block;
border:1px solid #ccc;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
}
#buy_the_book p {
margin-bottom:8px;
margin-top:4px;
font-weight:bold;
color:#039;
font-family: 'Comfortaa', cursive;
letter-spacing:2px;
}


#inventory_list {
text-align:center;
border:1px solid #rrr;
width:100%;
}
#inventory_list li {
display:inline-block;
padding:5%;
}

#inventory_list img {
margin-bottom:5%;    
}

#view_cart {
width:100%;
text-align:right;
}
#view_cart form {
margin-top:-7.5%; 
margin-right:1%;
}

#mail_order {
width:100%;
text-align:left;
}
#mail_order ul {
padding:3%;  
margin-bottom:2%;
margin-top:-2%;
}
.mail_order_address {
text-align:center;    
}
.moa {
text-align:left;  
width:50%;
margin:auto;

}
.smaller {
font-size:12px; 
color:#009999;
margin-left:6%;
font-weight:thin;
}

.highlight {
font-weight:bold;
color:#333;
}
.italic {
font-style: italic;
}




.middle-p, #contact-ul-div {
margin:auto;
display:block;
text-align:left;
line-height:165%;
margin-bottom:2%;
font-family: 'Raleway', sans-serif;
padding:5px;
}
.bottom {
margin-bottom:4%;
}


.scenebreak {
margin-bottom:7%;
}



#footer {
position:fixed;
bottom:0;
height:20px;
padding-top:10px;
width:80%;
margin:auto;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
color:#fff;
-webkit-backface-visibility: hidden;
background-color:#333;
font-family: 'Raleway', sans-serif;
font-size:9px;
vertical-align:text-middle;
}

.click-nav {
float:left;
max-height:3%;
clear:both;
}
.click-nav ul {
position:relative;
font-weight:900;
}

.click-nav ul li {
position:relative;
list-style:none;
cursor:pointer;
}

.click-nav ul li ul {
position:absolute;
left:0;
right:0;
width:150px;
padding:15%;
border-bottom:1px solid #ccc;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
background-color:#fff;
text-align:left;
margin-left:11%;
z-index:1;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2); */
}

.click-nav ul li ul li {
padding:2%;
font-size:20px;
font-family: 'Raleway', sans-serif;
}

.click-nav ul .clicker {
position:relative;
color:#FFF;
font-size:30px;
font-weight:bold;
display:inline-block;
padding:4px;
padding-bottom:5px;
padding-right:9px;
padding-left:9px;
z-index:3;
margin:15px;
margin-bottom:13px;
margin-top:11px;

}


.click-nav ul .clicker:hover,.click-nav ul .active {
color:#fff;
border:1px solid #666;
}


.click-nav ul li a {transition:background-color 0.2s ease-in-out;
-webkit-transition:background-color 0.2s ease-in-out;
-moz-transition:background-color 0.2s ease-in-out;
display:block;
;color:#333;text-decoration:none;}
.click-nav ul li a:hover {background:#F2F2F2;}


/* Fallbacks */
.click-nav .no-js ul {display:none;}
.click-nav .no-js:hover ul {display:block;}


.form-style-6{
    font: 95% Arial, Helvetica, sans-serif;
    width:90%;
   padding:5%;
    background: #F7F7F7;
 
}
.form-style-6 h2{
    background: #43D1AF;
    padding: 20px 0;
    font-size: 140%;
    font-weight: 300;
    text-align: center;
    color: #fff;
    margin: -16px -16px 16px -16px;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select 
{
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}

.form-style-6 textarea {
height:250px;
}
.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus
{
    box-shadow: 0 0 5px #9cf;
    padding: 3%;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"]{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    padding: 3%;
    //background-image:url("../img/heading.png");
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;    
    color: #fff;
    border:1px solid #ccc;
    background-color:#ddd;
    font-size:1em;
}
.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover{
background-color:#9cf;
}
#message-success {
color:#096;
display:none;
}

#lightbox {
    position:fixed; /* keeps the lightbox window in the current viewport */
    top:0; 
    left:0; 
    width:100%; 
    height:100%; 
    background:url(../img/overlay.png) repeat; 
    text-align:center;
    z-index:1500;
}

#lightbox p { 
    color:#fff;  
    font-size:12px; 
    margin-auto;
    margin-top:5px;
display:block;
padding:9px 0 9px 0;
}
#content {
   position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#lightbox img {
    box-shadow:0 0 25px #111;
    -webkit-box-shadow:0 0 25px #111;
    -moz-box-shadow:0 0 25px #111;
    max-width:80%;
padding:10px;
background-color:#fff;
}

.lightbox_trigger {
color:#9cf;
font-size:18px;
margin-top:5px;
display:block;
text-decoration:none;
cursor: -webkit-zoom-in;
   cursor: zoom-in;
}

.gift_form {
//border:1px soild #f00;
    font: 95% Arial, Helvetica, sans-serif;
    width:90%;
   padding:5%;
    background: #F7F7F7;
    color:#333;
    text-align:center;
    margin-bottom:4%;
}
.gift_form input, .gift_form select {
   -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 3%;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.gift_form input {
   width:49.5%;
} 
.gift_form input:focus {
    box-shadow: 0 0 5px #9cf;
    padding: 3%;
}
.gift_form select {
color:#ccc;
}
.zip {
width:300px;
max-width:20%;
}
.gift_form input[type="submit"] {
width:100%;
}
.gift_form input[type="submit"]:hover,
.gift_form input[type="button"]:hover{
background-color:#9cf;
}
.gift_form ul {
display:block;
margin:auto;
text-align:center;
}
.gift_form ul li {
width:100%;
text-align:left;
display:inline-block;
margin:auto;
//border:1px dashed #f00;
}
.right {
float:right;
}

#form_box {
//display:none;
text-align:center;
margin:auto;
line-height:165%;
border:1px dashed #666;
padding:2%;
width:90%;
margin-bottom:4%;
}

.invalid {
border:1px solid #ff0000;
}

.after {
color:red;
}

.holidays {
color:green;
}
.gift {
color:#69c;
}
.blank {
text-decoration:underline;
}
#form_bottom {
width:100%;
text-align:left;
}
.dotted {
border-top: dashed 1px #666;
}

@media only screen and (max-device-width: 480px) {
  /* define mobile specific styles come here */


    #navigation {
    width:100%;
    position:static;
    margin-bottom:40px;
    }
    #content-main {
    width:100%;
    padding-top:0;
    }
    #footer {
    width:100%;
    position:fixed;
   
    } 
    #nav-bottom {
    background-image:url("/img/paper-mobile.jpg");
    }
    .click-nav ul li ul {
    width:200px;
    }
    .click-nav ul li ul li {
    font-size:40px;
    }
    #lightbox img {
    width:100%;
    max-width:100%;
    }

}


.bold {
font-weight:bold;
}
#events_list li{
margin-bottom:3%;
margin-left:2%;
}


}