/*element selectors*/
html {background-color: #513701;
    /*background-image: url(../images_and_videos/Midterm_Background_13_copy.JPG);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    font-family: Arial, Helvetica, sans-serif;
    color: ghostwhite;
}
h1{color: ghostwhite;
    font-family: 'Baskervville', serif;
    
}
hr {border-color: ghostwhite;
}
a { color: lime;
    text-decoration: none;
}
p {font-family: 'Cabin', sans-serif;
}
figcaption {font-family: 'Special Elite', serif; 
}
/*multiple tag selectors*/
h2, h3 {/*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', sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: lime;
    line-height: 1.5;
}
/*classes*/
.font_color {color: ghostwhite; 
}
.background_color{background-color: #92815e;
    }
.elite_font {font-family: 'Special Elite', serif;
}
.quick_font {font-family: 'Quicksilver', sans-serif;
}
.float_right {float: right;
}
float_right_2{float: right;
    padding: 10px;
}
.float_left {float: left;
    padding: 10px;
}
.center_text {margin: auto;
  width: 30%;
  padding: 5px;
}
.center_text_2 {margin: auto;
  width: 32%;
  padding: 5px;
}
.center_image {margin: auto;
  width: 33%;
  padding: 5px;
}
.center_image_2 {margin: auto;
  width: 23%;
  
}
.image_border{border: solid ghostwhite 2px;
}
.image_border_a{border: solid ghostwhite 2px;
    width: 0%;
}
.image_border_2{border: solid ghostwhite 2px;
    width: 14%;
}
.image_border_3 {border: solid ghostwhite 2px;
    width: 24%;
}
.menu_image_border{border: solid ghostwhite 2px;
    width: 14%;
}