@charset "utf-8";
/* CSS Document */

body {
  font-family: Verdana, sans-serif;
  font-size: 0.8em;
}

header, nav, footer {
    border-left: 1px solid orange;
    border-right: 1px solid blue;
    border-bottom: 1px solid blue;
    border-top: 1px solid hsla(28,67%,47%,1.00);
    margin: 5px;
    padding: 8px;
    background-color: hsla(231,48%,77%,1.00);
}



img{
    margin-left: 50px;
    margin-top: 20px;
}

nav ul li {
  display: inline;
  margin: 5px;
	font-size: 2em;
}
.picture{
}

h2 {
    position: absolute;
    top: 80px;
    left: 600px;
    width: 250px;
    margin-top: 330px;
    margin-left: 733px;
    font-size: 5rem;
}

h1{
    font-size: 3rem;
    padding: 10px;
   
}

div{
    float: right;
    padding-right: 33px;
    padding-top: 3px;
    margin-top: -36px;
}

.btn {
    border-color: hsla(0,0%,0%,1.00);
    background-color: hsla(34,81%,51%,1.00);
    hover-color: hsla(15,4%,54%,69%,0.5);
    background-attachment: scroll;
    background-repeat: repeat;
}
.dropcap{
    float: left;
    font-size: 45px;
    line-height: 1;
    font-weight: bold;
    ;
    margin-left: 65px;
    margin-top: -16px;
}

.weight{
    text-decoration: underline;
    margin-top: 52px;
}

p{
    width: 450px;
}.next {
    margin-right: -81in;
    padding-left: 32px;
    padding-top: 16px;
    padding-right: 32px;
    padding-bottom: 16px;

}
.btn{
    background-color: #D17D2B; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.btn:hover{
	 background-color: orange;
  color: white;
}
.home{
    background-color: #D17D2B; /* Green */
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.home:hover{
	 background-color: orange;
	color: white;}

.next{
    background-color: #D17D2B; /* Green */
    border: none;
    color: white;
    padding-top: 16px;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 4px;
    transition-duration: 0.4s;
    cursor: pointer;
    float: right;
    margin-top: 4px;
}

.next:hover{
	 background-color: orange;
	color: white;}

.in{
    float: left;
    margin-top: 69px;
    margin-right: -1px;
    margin-left: 660px;
}
