/* --- Elements ---*/
/* make a structural feel to it. Like an area is set aside, a oneness*/
/* make things a little bit bigger */
/* remember to change to a white with light green flavor */
* {
  font-family: agane55;
}
a {
  color: #115b16
}
aside {
  float: right;
  width: 11%;
  height: 82%;
  border: 5px double #03c610;
  clear:right;
  margin-left: 2%;
  padding: 5px;
}
/*body {
  background-color: darkgrey;
  width: inherit;
}*/
button {
  width: 4em;
  height: 2em;
  color: white;
  background-color: #03c610;
  margin: 10px 0 0 50px;
}
footer {
  background-color: white;
  border: 5px double #03c610;
/*  box-shadow: -50px 30px 100px #0e5e13; /*bod shadow is x y spread color*/
  height: 50px;
  width: 100%;
  margin: auto;
  margin-top: 2em;
  display: block;
}
footer p {
  margin: auto;
}
header {
  text-align: center;
  padding-top: 2em;
  border-bottom: solid 10px #03c610;
/*  box-shadow: -50px 30px 100px #0e5e13;*/
  margin-bottom: 50px;
  margin-top: 50px;
}
h1, h2, h3, h4 {
  text-align: center;
}
html {
  background-color: white;
}
input {
  border: black double 4px;
  width: 399px;
  height: 2em;
}
main {
  background-color: white;
  border: double 6px #03c610;
  float:right;
  width: 76%;
  margin: 0px 0px 0px 0px;
  padding:2em;
  font-size: 1.2em;
}
nav {
  margin-top: 0;
  background-color: #03c610;
  height: inherit;
  padding: 1em;
}
nav a {
  color: #03c610;
  background-color: white;
  display: inline-block;
  padding: 5px;
  height: 50px;
  width: 80px;
  padding: 5px;
  margin: 1em 1em;
  font-size: .9em;
  transition: width .5s, height .5s;
}
nav a:hover{
  color: #03c610;
  background-color: white;
  display: inline-block;
  border: solid 2px #03c610;
  margin: 10% 1em;
  right: 1em;
  height: 60px;
  width: 120px;
  transition: width .5s, height .5s;
}
nav a p {
  vertical-align: middle;
}
nav li {
  width: inherit;
  margin: 10% 1em;
}
nav ul {
  list-style: none;
  padding-left: 0;
  text-align: center;
}
p {
  padding: 1em;
}
section {
  float: left;
  background-color: #03c610;
  width: 13%;
  color: lightgrey;
  height: 1200px;
  margin-right: 3%;
/*  box-shadow: 0px 0px 300px #0e5e13;*/
}
table {
  border: solid #03c610 2px;
  width: 80%;
  margin: 2em auto;
}
textarea {
  border: black double 4px;
  width: 399px;
  height: 2em;
}
td {
  width: 50px;
  border: solid #03c610 2px;
}
td img {
  width: 133px;
  height: 266px;
}
ul {
  height: inherit;
}
ul a {
  list-style-type: none;
  text-decoration: none;
}

/* --- ID's ---*/
#book_selector {
  Width: 80%;
  height: 500px;
  border: #03c610 2px solid;
  margin: auto;
}
#book_selector img{
  width: 30%;
  margin: 0 35% 2em 35%;
}
#Center p{
  margin: 5px 11% 5px 8%;
  display: inline;
}
#main_picture1 img {
  float: right;
  margin-right: 125px;
}
#main_picture1 p {
  float: left;
  height: 380px;
  width: 325px;
  margin: 1em 0px 0px 100px;
}
#main_picture2 img {
  float: right;
  margin-right: 125px;
}
#main_picture2 p {
  float: left;
  height: 380px;
  width: 325px;
  margin: 1em 0px 0px 100px;
}
#wrapper {
  width: 90%;
  margin-left: 5%;
  height: 800px;
/*  background: lightgrey;*/
}


/*----Classes----*/
.book {
  margin: 3em 40%;
}
.clear {
  clear: both;
}
.clickthis {
  border: lightgrey solid 8px;
}
.news {
  border: double 6px #115b16;
}


/*-----Light Box----*/
#curtain {
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: fixed;
  background-color: rgba(0,0,0,0.4);
}
#light{
  max-width: 80%;
  max-height: 80%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 50px;
  position: absolute;
  margin: auto;
}

/*-----slider------*/
#slider{
  width: 100%;
  height: 538px;
  position: absolute;
  overflow: hidden;
}
#banner {
  width:100%;
  height:538px;
  position:relative;
}

/*----Media Inquiries------*/
@media only screen and (max-width: 1024px){
/*-----Elements----*/

a:hover {
  height: 50px;
  width: 80px;
}
main {
  float: none;
}
h4 {
  padding: 0;
}
img {
  height: 50px;
  width: 67px;
}
nav {
  height: 60px;
  width: 100%;
}
nav a {
    width: 80px;
    margin: 0;
    height: 50px;
    padding: 0;
}
nav li {
  position: relative;
  height: 50px;
  width: 80px;
  display: inline-block;
  background-color: white;
  color: #03c610;
  margin: 0 5px;
}
nav ul li ul {
  display: none;
  bottom: 60px;
}
nav ul li:hover ul{
  display: inline;
  position: absolute;
}
nav ul li ul li {
  height: 40px;
  width: 50px;
  border: solid #03c610 8px;
}
nav ul li ul li {
  width: inherit;
  height: inherit;
  -webkit-padding-start: 0px;
}
section {
  float: none;
  width: 100%;
  height: 80px;
  margin-bottom: 50px;
}
ul li {
  display: inline-block;
  text-align: center;
}


/*-----Classes-----*/
.book {
  height: 100px;
  width: 75px;
}

/*-----Id's-------*/
#main_picture1 p{
  height: 200px;
  padding: 0;
  margin: 0 5px 10px 0;
}

#main_picture2 p{
  height: 200px;
  padding: 0;
  margin: 0 5px 30px 0;
}
#Center p {
  margin: 0px;
  display: inline;

}
}
