body { margin: 0; padding: 0; text-align: center; width: 100%; height: 100%; background: #b6cddc; position: absolute; }

#container {
  max-width: 960px; height: 800px; 
  margin: 0 auto;  text-align: left; position: relative; 
  box-shadow: 0 0 20px #666;
  background-image: url('img/bg_blue.jpg');
  text-align: center;
}

.mystery-quest-regular {
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  color: #295073;
}

nav           { 
  width: 572px; height: 135px; background-image: url('img/nav_cloud_2.png'); position: absolute; left: 368px; top: 12px; 
  padding-top: 45px;
  background-repeat: no-repeat;
  font-family: "Mystery Quest", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  color: #295073;

}
nav span       { cursor: pointer; padding-right: 30px; }
nav span.active, nav span:hover { color: #AD0303; }

.company-logos img { vertical-align: top; padding-right: 40px; padding-bottom: 40px;}
.company-logos img.amazon { padding: 0; margin-right: 40px; background-color: #202A38;}

/*
  nav .books    { width: 86px; height: 39px; background-image: url('img/nav_books_2.png'); position: absolute; left: 50px; top: 51px; }

nav .digital  { width: 93px; height: 41px; background-image: url('img/nav_digital_2.png'); position: absolute; left: 170px; top: 51px; }
nav .about    { width: 84px; height: 32px; background: url('img/nav_about_2.png') no-repeat; position: absolute; left: 300px; top: 52px; }
nav .contact  { width: 107px; height: 30px; background-image: url('img/nav_contact_2.png'); position: absolute; left: 411px; top: 51px; }
*/
/*
nav .about.active 	{ background: url('img/nav_about_2_on.png') no-repeat;}
nav .books.active 	{ background: url('img/nav_books_2_on.png') no-repeat;}
nav .digital.active  { background: url('img/nav_digital_2_on.png') no-repeat;}
nav .contact.active	{ background: url('img/nav_contact_2_on.png') no-repeat;}
*/

#logo         { width: 456px; height: 205px; background-image: url('img/logo.png'); }
#banner       { position: absolute; width: 877px; height: 125px; top: 190px; left: 51px; background-image: url('img/go_to_gal.png'); }

#thrown_plane { height: 218px; width: 667px; position: absolute; top: 350px; left: 251px; background: url('img/airplane_path.png');  }

#cred .nyt    { width: 354px; height: 24px; position: absolute; top: 380px; left: 150px; background: url('img/nyt.png'); }
#cred .writer { width: 274px; height: 19px; position: absolute; top: 580px; left: 580px; background: url('img/writer_300_2.png'); }
#cred .editor { width: 346px; height: 27px; position: absolute; top: 510px; left: 540px; background: url('img/editor_25.png'); }

#contact      { width: 145px; height: 22px; position: absolute; top: 660px; left: 780px; background: url('img/contact_annie.png'); cursor: pointer; z-index: 10; }

#ground       { position: absolute; bottom: 0;  width: 960px; height: 325px; background-image: url('img/girl.png'); }

#copyright    { position: absolute; left: 185px; bottom: 15px;  font-family: 'Open Sans', sans-serif; color: #56755A; }

/*.social-icons    { float: left; }*/
.social-icons a  { opacity: 0.25; padding-left:20px;}
.social-icons a:hover  { opacity: 1;}

#popup        { 
	display: none;
  position: relative;
  margin: 70px auto 60px; background: #fff; position: relative; z-index: 100; top: -120px;
  padding: 20px 40px;
  text-align: left;
  font-family: "Open Sans"; color: #333;
  width: 80%; 
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

#popup .about, 
#popup .books, 
#popup .contact { display: none; }

#popup .about.section { line-height: 40px; }

#popup h2	{ font-size: 20pt; font-weight: bold; }
#popup p a 	{ color: #386b9e; }

#popup button.close { 
	float: right; background: #666; border-radius: 30px; color: #fff; border: 0; font-size: 20px;
	margin: -30px -45px 0 0px; cursor: pointer;
	-moz-box-shadow:0 0 5px rgba(255,255,255,0.3);
	-webkit-box-shadow:0 0 5px rgba(255,255,255,0.3);
	box-shadow:0 0 5px rgba(255,255,255,0.3);
}

#popup a.close { font-size: 10px; margin-top: 60px; color: #386b9e; display: inline-block;}

a.boxclose {
    float:right;
    margin-top:-30px;
    margin-right:-30px;
    cursor:pointer;
    color: #ccc;
    text-decoration: none;
    border: 1px solid #AEAEAE;
    border-radius: 30px;
    background: #605F61;
    font-size: 31px;
/*    font-weight: bold;*/
    display: inline-block;
    line-height: 0px;
    padding: 11px 5px;       
}

.boxclose:before {
    content: "x";
}

.books .copy { position: relative; /*left: 350px; top: 55px;*/ /*right: 20px; top: 55px;*/ }
.books .covers { height: 450px; overflow-y: scroll; margin-top: 15px; }
.books .cover { float: left; margin: 0 20px 20px 0; height: 150px; }
.books .cover .cover-img {  
  -moz-box-shadow:    2px 2px 5px #999;
  -webkit-box-shadow: 2px 2px 5px #999;
  box-shadow:         2px 2px 5px #999;
}

/*
**    CONTACT FORM
*/
form.contact-form input,
form.contact-form textarea {
  font-size: 1.2em;
  width: 70%;
  padding: 8px 25px;
  color: #032c32;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 25px;
  border: 0;
  background: #f0f0f0;
}

form.contact-form textarea {  height: 100px;}
form.contact-form label { display: inline-block; position: relative; top: -5px;  width: 80px;}
form.contact-form label.message { top: -100px;}
form.contact-form label.spamtest-label { width: 600px;}
form.contact-form button { display: inline-block; position: relative; left: 80px;}
form.contact-form .form-label { float: left; position: relative; top: 10px;}
form.contact-form .form-input { float: left;}
form.contact-form .g-recaptcha { margin-left: 80px;}
form.contact-form p.url {display: none;}


/**
**    BUTTONS
*/

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  text-shadow: 0 -1px 1px #333;
}


.btn-lg {
  padding: 10px 16px;
  font-size: 1.1em;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-mellow {
  color: #032c32;
  background-color: #eee;
  border-color: #ddd;
  text-shadow: 0 -1px 1px #fff;
  border-radius: 15px;
}

.btn:hover          { background-color: #367FBF; }
.btn-mellow:hover  { background-color: #ddd; }
