/*element selectors*/
html {background-color: #513701; /*#43210b*//*saddlebrown*/
    font-family: Arial, Helvetica, sans-serif;
    color: ghostwhite;
}
p {font-family: 'Cabin', sans-serif;
}
hr {border-color: ghostwhite;
}
a {color: lime;
    text-decoration: none;
}
figcaption {font-family: 'Special Elite', serif;
    color: ghostwhite;
}
/*multiple tag selectors*/
h1, h2{/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'Baskervville', serif;
    color: ghostwhite;
}
/*descendant selectors*/
nav ul {
    list-style-type: none;
}
nav ul li a {font-family: 'Blinker';
    text-transform: uppercase;
    text-decoration: none;
    color: lime;
    line-height: 1.5;
}
/*classes*/
.font_color {color: ghostwhite;
}
.elite_font {font-family: 'Special Elite', serif;
}
.quick_font {font-family: 'Quicksilver', sans-serif;
}
.float_right {float: right;
    padding: 10px;
}
.float_left {float: left;
    padding: 10px;
}
.center {margin: auto;
    width: 50%;
    padding: 10px;
}
.center_text_1 {margin: auto;
  width: 75%;
  padding: 5px;
}
.center_text_2 {margin: auto;
  width: 50%;
  padding: 5px;
}
.image_border{border: solid ghostwhite 2px;
}
.image_border_1{border: solid ghostwhite 2px;
    width: 23%;
}
.image_border_2{border: solid ghostwhite 2px;
    width: 20%;
}
.menu_image_border{border: solid ghostwhite 2px;
    width: 14%;
}



