html {
	width: 100%;
	font-family: 'Frank Ruhl Libre', serif;
}

body{
	margin: 0 auto;
	max-width: 80%;
	padding-bottom: 10%;
}

#back-to-top{
	position: fixed;
	right: 0;
	bottom: 0;
	font-size: 24pt;
	color: #66b3ff;
	border: none;
	background-color: transparent;
}

.menu{
	display: none;
	padding: 10% 18% 10% 10%;

}

body.menu-active .menu{ 
	display: block;
	overflow-y: auto;
	height: 100%;
	width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
}

body.menu-active #toc{
	background-color: white;
	height: 100%;
}

#toc{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	padding-bottom: 5px;
	background-color: rgba(255,255,255,0.7);
}


#hamburger {
/*	padding-left: 10%;*/
	font-size: 20pt;
	color: #606060;
	position: relative;
	float: right;
	padding-right: 5%;
	padding-top: 2%;
	z-index: 100;
	background-color: transparent;
	border: none;
}

nav ul{
	padding: 0px;
	line-height: 1.2;
}

nav li{
	margin: 5px 0;
	list-style-type: none;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
/*	line-height: 20pt;*/
	font-size: 8pt;
	letter-spacing: 1.2pt;
	text-decoration: none;
}

nav>ul>li:before {
	content: "";
	position: absolute;
	width: 70%;
	border-top: 2px solid rgba(200, 200, 200, 0.5);
}

li a{
	text-decoration: none;
	text-transform: uppercase;
	line-height: 25pt;
	color: #606060;
	padding: 10px 0px 0px 0px;
}

li li a{
	text-transform: uppercase;
	color: #66b3ff;
	padding-left: 0px;
	line-height: 20pt;
}


h1,h2,h3{
	font-family: 'Lora', serif;
}

h1{
	font-size: 45pt;
	font-weight: 700;
	color: #004080;
	text-align: left;
	padding-top: 20%;
	text-transform: uppercase;
	line-height: 48pt;
}

h2{
	font-size: 16pt;
	line-height: 1.4;
	letter-spacing: 0.4pt;
	padding-top: 30px;
	margin-bottom: 15pt;
	color: #004080;
}

h2+p{
	margin-top: 0;
}

h3{
	color: #66b3ff;
	text-transform: capitalize;
	letter-spacing: 0.6pt; 
	padding-top: 15pt;
	margin-bottom: 6pt;
}

h3+p{
	margin-top: 0;
}

img{
	width: 100%;
}

p{
	line-height: 1.6;
	font-size: 12pt;
	letter-spacing: 0.15pt;
	color: 	#606060;
}

blockquote{
	margin: 4%;
}

blockquote p{
	font-size: 11pt;
	letter-spacing: 0.2pt;
	color: gray;
	font-style: italic;
}

ul li{
	line-height: 1.6;
	font-size: 12pt;
	letter-spacing: 0.15pt;
	color: 	#606060;

}

.cite{
	font-size: 12pt;
	line-height: 1.4;
	letter-spacing: 0.15pt;
	color: #606060;
}

/* Large screens ----------- */
@media only screen 
and (min-width : px) {

}



/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1024px) {

#toc{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	background-color: rgba(255,255,255,0.7);
}
#back-to-top{
	padding-right: 2%;
	padding-bottom: 1%;
	font-size: 30pt;
}

#hamburger {
/*	padding-left: 10%;*/
	padding-right: 2%;
	padding-top: 1%;
	font-size: 25pt;
	color: grey;
}

.menu{
	padding: 2% 18% 10% 10%;
}

nav>ul>li:before {
	content: "";
	position: absolute;
	width: 50%;
	border-top: 1.5px solid rgba(200, 200, 200, 0.5);
}

li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #606060;
	padding: 15px 0px 0px 0px;
}

li li a{
	text-transform: uppercase;
	color: #66b3ff;
	padding: 5px 0px 0px 20px;
	font-size: 10pt;
}

h1{
	font-size: 48pt;
	padding-top: 10%;
}

h2{
	margin-left: -4%;
}

p{
	padding-right: 40%;
}

blockquote{
	margin: 0;
}

blockquote p{
	font-size: 11pt;
	letter-spacing: 0.2pt;
	color: gray;
	font-style: italic;
	margin: 0;
	margin-bottom: 25px;
	padding: 20px 15px;
	float: right;
	width: 30%;
	background-color: #F8F8FF;
	display: inline-block;
	clear: right;
	border-left: 8px solid rgba(0, 82, 153, 0.5);
}

.quote{
	font-size: 15pt;
}


ul li{
	line-height: 1.6;
	font-size: 12pt;
	letter-spacing: 0.15pt;
	color: 	#606060;
	padding-right: 40%;
}

#Works>ul{
	padding-left: 0;
}

.cite{
	font-size: 12pt;
	line-height: 1.4;
	letter-spacing: 0.15pt;
	color: #606060;
	padding-right: 35%;
}

img{
	width: 100%;
	margin: 0 auto;
}



}

/* Large screens ----------- */
@media only screen 
and (min-width : 1024px) {

body{
	max-width: 85%;
}

p{
	margin-left: 5%;
}

h1{
	font-size: 52pt;
}

h2{
	margin-left: 0;
}

h3{
	margin-left: 5%;
}

}



