/*element selectors*/
html {/*background-color: #c29b69;*/
    background-image: url(../images_and_videos/Midterm_Background_9_copy.JPG);
    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;
    text-decoration: none;
}
p {font-family: 'Cabin', sans-serif;
}
/*multiple tag selectors*/
h1, h2, h3 {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;
    line-height: 1.5;
}
/*classes*/
.font_color {color: ghostwhite;
}
.background_color {
    background-color: #c9b59a;
}

.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: 25%;
  padding: 5px;
}
.center_2 {margin: auto;
  width: 100%;
}
.image_border{border: solid ghostwhite 2px;
    height: 30%;
    width: 30%;    
}
.image_border_1{border: solid ghostwhite 2px;
    width: 14%;
}
.image_border_2{border: solid ghostwhite 2px;
    width: 19%;
}

