/*element selectors*/
html {background-color: #513701; /*#f1e9c6*/
    /*background-image: url(../);
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;*/
    font-family: Arial, Helvetica, sans-serif;
    color: ghostwhite
}
hr {border-color: ghostwhite;
}
a {color: lime; /*#95f536*/
    text-decoration: none;
}
p {font-family: 'Cabin', sans-serif;
}
figcaption {font-family: 'Special Elite', serif; 
}
/*multiple tag selectors*/
h1, h2 {/*font-family: Arial, Helvetica, sans-serif;*/
    font-family: 'GlacialIndifference-Regular', serif;
    color: ghostwhite;
}

/*descendant selectors*/
nav ul {
    list-style-type: none;
}
nav ul li a {font-family: 'Blinker', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: lime; /*#95f536*/
    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: 35%;
  padding: 10px;
}
.center_2 {margin: auto;
  width: 22%;
  padding: 10px;
}
.center_text_1 {margin: auto;
  width: 100%;
  padding: 5px;
}
.center_text_2 {margin: auto;
  width: 100%;
  padding: 5px;
}
.image_border_1{border: solid ghostwhite 2px;
}
.image_border_3 {border: solid ghostwhite 2px;
    width: 39%;
}
.audio_image_border{border: solid ghostwhite px;
    width: 20%;
}
.menu_image_border{border: solid ghostwhite 2px;
    width: 14%;
}
