/* 
File Name: keauthor.css
Date: 12/26/17
Programmer: Jason Elstrott
*/

.wrapper {
    padding: 0% 5% 0% 5%;/* top right bottom left */
    overflow: hidden;
    max-width: 1600px;


}

/* NAV Stuff */

/*Strip the ul of padding and list styling*/
.nav {
    list-style-type:none;
    margin:0;
    padding:5px;
    position: absolute;
}
/*Create a horizontal list with spacing*/
.navli {
    display:inline-block;
    float: left;
    margin-right: 1px;
}
/*Style for menu links*/
li a {
    display:block;
    min-width:7em;
    height: 3em;
    text-align: center;
    line-height: 3em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    background: #2f3036;
    text-decoration: none;
}
/*Hover state for top level links*/
li:hover a {
    background: #646D7E;
}

/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 80px;
    padding: 0 20px;
}
/*Style 'show menu' label button and hide it by default*/
.show-menu {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #fff;
    background: #646D7E;
    text-align: center;
    padding: 10px 0;
    display: none;
}
/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}
/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}
/*Responsive Styles*/
@media screen and (max-width : 750px){
    /*Make dropdown links appear inline*/
    #menu {
        position: static;
        display: none;
    }
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    ul li, li a {
        width: 100%;
    }
    /*Display 'show menu' link*/
 .show-menu {
        display:block;
    }
}

/* END Nav Stuff */

body {
    font-family: 'ABeeZee', sans-serif;
    height: 100%;
    background: linear-gradient(to right, #cedbe8, #4a6583);
	font-size: 1em;
}

a {
	text-decoration: none;
    color: #000000
}

h1 {
    font-family: 'Tangerine', cursive;
    margin: auto;
    text-align:left;
    font-size: 6.5vw;

}

h2 {
 	font-family: Helvetica, sans-serif;
}

h3 {
	margin: auto;
 	text-align: left;
 	font-size: 2.5em;
	font-size: 4vw
}

h4 {
    margin: auto;
	font-size: 2.6vw
}

.header {
	width: 80%;
	text-align: left;
	float: left;
}

#leftcolumn { width: 54%; 
	text-align: right;
 	float: left;
}

#rightcolumn { width: 45%; 
	float: right}

.content {
	float: left;
	padding: 40px 1% 10px 1%;/* top right bottom left */
	margin: 0;
	width: 35%;
	list-style-position: inside;
	}
	
.content2 {
	float: right;
	padding: 40px 1% 10px 1%;
	margin: 5px 1% 20px 1%;/* top right bottom left */
	width: 59%; 
	list-style-position: inside;
	}

.belownav {
	padding: 40px 1% 10px 1%;/* top right bottom left */
	}

.bookpic {
	float: left;
	padding: 5px 10px 0px 0px  ;/* top right bottom left */
	margin: 0;
	width: ;
	}
	
@media (max-width: 700px) {

h1 {
	text-align:left;
	font-size: 2em;
    font-size: 5vw;
}

td, th { padding: .1em; }

.header {

	 text-align: center;}
	 
.content {
    clear:both;
	float: none;
	width: 90%;
	padding: 2%;
	margin:  2%;
	}

	.content2 {
	clear:both;
	float: none;
	width: 90%;
	padding: 2%;
	margin:  2%;
	}


		}
