img{
	width: 98%;
}

body{
	padding: 2%;
	font-family: 'avenir', sans-serif;
	line-height: 22px;
	width: 80%;
	margin: auto;
	text-decoration: none;

}





h2 span{
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 20px;
	line-height: 27px;
	font-family: 'didot', sans-serif;

}

h3 span{
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	font-family: 'didot', sans-serif;
	
}


blockquote{
	font-style: italic;
	width: 80%;
	padding-right: 5%;
	font-size: 13px;
}

h1{
	text-transform: uppercase;
	line-height: 40px;
	font-size: 45px;
	font-family: 'didot', sans-serif;
	text-align: center;
	position: relative;
	margin-top: 0;
}

button{
	position: fixed;
	text-transform: uppercase;
	font-family: 'didot', sans-serif;
	background-color: white;
	border: solid 1px white;
	padding: 5px 10px;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 40px;
	color: grey;
	font-size: 18px;
	border-top: 1px solid white;
	opacity: 0.9;


}

button:hover{
	color: black;
	transition: 0.4s;
}

#toctitle{
	position: fixed;
	font-family: 'avenir', sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	top: 0;
	left: 0;
	opacity: 0.8;
	font-size: 8px;
	line-height: 9px;
	padding-left: 5px;

}

.navigation ul li.nav-item{
	list-style-type: none;
	text-decoration: none;
	color: black;
	font-size: 14px;
	line-height: 16px;
	width: 100%;
	text-indent: auto;
	margin: auto;
}

.nav-item a{
  text-decoration: none;
  color: black;
  line-height: 20px;
  text-transform: uppercase;
  margin: auto;
}

.nav-items{
  color: white;
}

.nav-items a{
  color: lightblue;
  list-style-type: none;
}

a:hover{
	color: darkgrey;
	font-style: italic;
	transition: 0.3s;
}


  #hamburger {
      cursor: pointer;
      display: fixed;
      top: 0;
      left: 0;
      margin: auto;
      overflow: scroll;
      background-color: white;
      width: 100%;
      position: fixed;
	  text-transform: uppercase;
	  font-family: 'avenir', sans-serif;
	  background-color: white;
	  border: solid 1px white;
	  padding-top: 0;
	  top: 0;
	  left: 0;
	  height: 45px;
	  color: grey;
	  font-size: 50px;
	  border-top: 1px solid white;
	  opacity: 0.9;
	  padding-left: 4%;
	  padding-top: 1.7%;
    }

 #hamburger:hover{
 	color: black;
 	transition: 0.3s;
 }

    #menuToggler {
      display: none;
    }

    #menu {
      border-bottom: 1px solid white;
      overflow: hidden;
      height: 0px;
      transition: height 0.5s;
      overflow: scroll;
      width: 100%;
      background-color: white;
      padding-top: 7%;

    }

    #menu a {
      display: block;
      width: 100%;
    }

    #menuToggler:checked + div {
      border-top: 1px solid white;
      height: 100%;
    }



.menu{
	display: none;
}

.active.menu{
	display: block;
}


@media (min-width: 320px){
	h1{
		font-size: 20px;
		padding-top: 20px;
	}

	#hamburger{
		padding-top: 20px;
	}
}


@media (min-width: 768px){
	h1{
		font-size: 37px;
		padding-top: 20px;
	}

	#hamburger{
		padding-top: 20px;
	}
}


@media (min-width: 1200px){
	h1{
		font-size: 45px;
		padding-top: 20px;
	}

	#hamburger{
		padding-top: 20px;
	}
}

ul{
	padding-left: none;
}

ul ul{
	padding-left: none;
}





.navigation{
	padding-left: none;
}

@media (min-width: 450px) {
    html {
        width: 100%;
        padding: 0;
        margin: auto;
    }

    #text {
        width: 100%;
        padding-left: 0;
    }
    blockquote {
        display: inline-block;
        position: absolute;
        left: 60%;
        right: -8%;
        margin: 0px;
        padding-left: 0px;
        padding-right: 0px;
        width: 60%;
        color: lightblue;


    }

    p {
        width: 58%;
        display: block;
        padding-left: 15px;
    }

    h2 {
        font-size: 30px;
        text-align: left;
        width: 58%;
    }

    h3 {
        width: 58%;
    }

    ul {
        padding-left: 7%;
        width: 58%;
    }

}


