/* style.css */



html {
    margin:    0 auto;
    max-width: 970px;
    border: 3px solid black;
border-radius: 0px;
margin-top: 10px;
margin-bottom: 10px;
}



*{
  

    box-sizing: border-box;
}
body{
    margin: 0;
    background-color: #e0ddd2;
    
}
header{
    background-image: url('https://i.pinimg.com/736x/6c/ec/dc/6cecdc216b47b291a5468995afcc6a76.jpg');
    background-position: 30%;
    height: 100px;
    text-align: right;
    padding: 3px;
    padding-right: 10px;
    padding-top:9px;
    border: 0px solid #000000;
border-radius: 0px;
border-bottom: 0px solid #000000;

}

header img{
  padding-right: 10px;
  padding-top: 9px;
  padding: 3px;
  padding-bottom: 3px;
  
}
.navbar{
    background-color: #c49d74;
    color: #3d3b35;
    height: 20px;
    width: 100%;
    
    text-align: left;
    padding-left: 193px;
    padding-top: 12px;
    margin-top: 0px;
    
  
}
aside{
  background-image: url('weed.jpg');
  background-size: 100%;
  color: #a09e98;
  line-height: 13px;
    width: 20%;
    height: 8000px;
    text-align: left;
    float: left;
    padding-right:15px;
    padding-left: 10px;
    border: 3px solid #000000;
    border-left: none;
    border-right: none;
    border-top: none;
border-radius: 0px;
border-bottom: 0px solid #000000;
}

section{
  background-color: #edc395;
  color: #3d3b35;
    width: 80%;
    height: 8000px;
    float: left;
    padding: 0px;
    text-align: left;
    border: 50px solid #c49d74;
    border-top: 35px solid #c49d74;
    border-left: 35px solid #c49d74;
border-radius: 0px;
overflow: auto;

}

section p {
padding-left: 9px;
font-size: 1;
}
article{
  background-image: url('');
  background-size: 100%;
  background-color: #c49d74;
  color: #a09e98;
  line-height: 13px;
    width: 20%;
    height: 8000px;
    text-align: left;
    float: right;
    padding-right:15px;
    padding-left: 10px;
    padding-top: 0px;
    margin-top: 0px;
    border: 3px solid #000000;
    border-left: none;
    border-right: none;
    border-top: none;
border-radius: 0px;
border-bottom: 0px solid #000000;
}
footer{
    display: block;
    clear: both;
    background-image:  ;
    text-align: center;
    padding: 1px;
    border: 3px solid #000000;
    border-bottom: 0px;
border-radius: 0px;
}
            
           
/* unvisited link */
a:link {
  color: #323c15;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: #323c15;
}

/* mouse over link */
a:hover {
  color: transparent;
}

/* selected link */
a:active {
  color: #323c15;
}

h1 {
  letter-spacing: 3px;
  text-decoration: none;
}

p1 {
  letter-spacing: 3px;
  
  
}

p2 {
  color: darkred;
  font-family: div;
  
  
}

p3 {
  color: darkred;
  font-family: army;
  
  
}

p4 {
  letter-spacing: 3px;
  -webkit-text-stroke: .005px darkred;
  color: white;
  
}

square {
  background-color: #a09e98;
  padding: 0px;
  margin: 0px;
}

section img {
  padding: 0px;
  
}
