/*element selector*/
p.double {border-style: double;} 
p {color:#3b230f;}
li {color:#3b230f;}
html{
    background-color:antiquewhite;
font-family:'Roboto','Montserrat',gill sans, gill sans MT,Calibri, sans-serif}
/*descent selectors*/
Nav ul {
    list-style-type: none;
}

Nav ul li a {
    text-transform: capitalize;
    text-decoration: dotted;
    line-height: 200%;
}
Nav ul li a {color: #211002}
/*multiple tag selectors*/
h1,h2,h3{/*font-family:
    serif,Georgia;*/
    font-family: 'Quicksand', serif;
    text-align-last: center;}
h2,h3{color:#211002}
h1{ border:dotted; border-style: dotted;color:brown}
aside{text-align: center;}
.floatleft{float:left;padding:9px;}
img,video,embed {max-width: 800px;display: block;margin: auto}
p{margin:20px;}
h2,h3 {border: thin; border-style: solid;}
figcaption {color: #6a2a2a; font-family:'Roboto';
font-size: 20px; text-align-last: center}
a, href {color:#044f04}
figcaption{text-decoration: underline;}
