/*element selectors*/
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}

.floatright{float:right;padding:9px;}
.floatleft{float:left;padding:9px;}
img,video,embed {max-width: 350px;display: block;margin: auto}
aside{text-align: center;}
p{margin:30px;}
h2,h3 {border: thin; border-style: solid;}
a, href {color:#044f04}
figcaption {color: brown; font-family:'Roboto';  text-align-last: center;
font-size: 20px; text-align: center}
figcaption{text-decoration: underline;}

