body {
	background:white;
	margin:0;
	font-size:1em;
}


header {
	background-color: white;
	padding: 10px 50px 10px 50px;
	margin:0;
	border-bottom: 1px solid #938a8a;
}

.main {
	background-color: white;
	padding: 10px 10px 100px 50px;
	margin: 0px 0px 20px 0px;
	min-height:400px;
	max-width:600px;
}

footer {
	background-color:white;
	position:absolute;
	width:100%;
	padding:0px 20px 0px 50px;
	
}

h1 {
	font-family: 'Montserrat', sans-serif;
	font-size: 3.5em;
	font-weight:300;
	color:black;
	text-transform: uppercase;
	line-height: 1em;
}

h2 {
	font-family: 'Montserrat', serif;
	text-transform: uppercase;
	font-size:1.25em;
	font-weight:200;
	color:black;
}

h3 {
	padding:0;
	margin:0;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5em;
	font-weight:200;
	color:black;
	text-transform: uppercase;
	text-align: left;
}

h4 {
	padding:0;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	font-size: 2em;
	color:black;
	text-transform: uppercase;
}



h5 {
	font-family: 'Montserrat', sans-serif;
	font-weight:200;
	font-size: 1em;
	color:black;
	text-transform: uppercase;
}


h5 a {
	text-decoration: none;
	color:black;
}

h5 a:hover {
	color:white;
    background-color: #6CA6CD;
	
}


p {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 100;
	font-size:1em;
	color: black;
	text-align: justify;
}


.main a {
	color:#938a8a;
	text-decoration:none;
}

.main a:visited {
    color: #938a8a;
    text-decoration: none;
}

.main a:hover {
	color:white;
    background-color: #938a8a;
}

.main a:active {
	color:white;
    background-color: #938a8a;
}


img {
	display:block;
	float:none;
	width:50%;
	margin: 0px 0px 20px 0px;
} 



hr {
	border-top: 1px solid #8c8b8b;
}


#booktable, #projecttable {
    display: table;
    border-spacing: 0px 0px;
    border: 0;
}

.tr {
	display:table-row;
}


.bookcells {
    display: table-cell;
    vertical-align: top;
    text-align: left;

}

.covers {
    border:0px;
    min-height:400px;
}

.covers img {
	width:175px;
}


.descs {
    border:0;
    padding:0px 20px 50px 20px;
    max-width:500px;
   
   
    
}


.topnav {
  overflow: hidden;
  background-color: #938a8a;
  margin: 0;
  width:100%;
}

.topnav a {
    display:block;
    float:left;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size:1em;
}

.topnav a:hover {
  background-color: grey;
}

.active {
  background-color: #404040;
  color: white;
}

.topnav .icon {
  display: none;
}

/* Contact form */

.label {
	font-family: 'Source Sans Pro', sans-serif;
	
}

.field {
	padding:5px 0px 20px 0px;
	
}

input {
	background-color: rgba(212, 191, 191, 0.73);
	padding:5px 5px 5px 5px;
	border: 0;
	height:40px;
	width: 50%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
	
}

textarea {
	background-color: rgba(212, 191, 191, 0.73);
	padding:5px 5px 5px 5px;
	border: 0;
	height:100px;
	width: 50%;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 1em;
}

submit {
	background-color: rgba(212, 191, 191, 0.73);
    border: none;
    color: black;
    padding: 7px 7px 7px 7px;
    font-family: 'Source Sans Pro', sans-serif; 
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1em;
}
  
@media screen and (max-width:810px) {


}
 
@media screen and (max-width: 600px) {
  
  .topnav a {
    display: none;	  
  }
  
  .topnav a.icon {
    float: right;
    display: block;
    border:0;
    margin:0;
    font-size:1.5em;
  }
  
  .topnav {
    padding:0;
    margin:0;
    width:100%;
  }

  .topnav.responsive {
    position: relative;
    margin:0;
  }
  
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
    font-size:1em;
    border: 0;
  }
  
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    font-size:1em;
  }

  header, .main {
  	margin:0px 10px 0px 10px;
    padding:10px 20px 10px 20px;
  }
  
  #booktable, #projecttable, #abouttable {
    display: table;
    border-spacing: 0px 0px;
    border: 0;
 
  }

  img {
    width:100%;
	margin: 0px 0px 10px 0px;
  }
  
  .bookcells {
	display:block;
  }
  
  .descs {
    padding:0px 0px 50px 0px;
    border:0;
    
    
  }

  .covers img{
	 width:100%;
  }

  .descs {
	  width:100%;
  }
  
 h1 {
	font-size: 2em;

}

 h4 {
	font-size: 1.5em;
 }
  body {
  	font-size:1.25em;	  
  }	

footer {
	padding:0px 0px 0px 10px;
}
 
 input {
	 width:90%;
 }
 
 textarea {
	 width:90%;
	 
  }
 }
 