html {
  color: #ffecf9;
  font-size: 1em;
  line-height: 1.4;
}

/* Remove text-shadow in selection highlight:
 */

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}


/*
stuf here
 */
.header{
  text-align: center;
  padding: 1em;
}
.headText{
  text-align: center;
  font-size: 4em;
}

body{
  background-color: #222;
  margin: 0;
  padding: 0;
}

.logo{
  width: 60vw;
}

h1{
  font-size: 4em;
}
h2{
  font-size: 2.5em;
}
p{
  /*width: 80%;*/
  text-align: center;
  padding-left: 10%;
  padding-right: 10%;
}

.decade{
  text-align: center;
  width: 100vw;
  margin: 0;
}

.d50s{
  background-color: deeppink;
}

.d60s{
  background-color: darkmagenta;
}

.d70s{
  background-color: darkcyan;
}

.d80s{
  background-color: red;
}
.d90s{
  background-color: deepskyblue;
}

.d2000s{
  background-color: darkgreen;
}

.d2010s{
  background-color: darkgoldenrod;
}

.d2020s{
  background-color: midnightblue;
}

.map{
  width: 80%
}

.footer{
  text-align: center;
  padding: 1.5em;
}


a:link{color: #09b6fd; text-decoration:none; font-weight: bold;}
a:visited{color:#09b6fd; text-decoration:none;}
a:hover{color:#03b0f7; text-decoration:none;}
a:active{color:#09b6fd  ; text-decoration:none;}
/*
 * Hide visually and from screen readers
 */

.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 */

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .visually-hidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 */

.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * The use of `table` rather than `block` is only necessary if using
 * `::before` to contain the top-margins of child elements.
 */

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}

.clearfix::after {
  clear: both;
}
