.stroke:hover {
  color: red;
  text-shadow: -1px -1px 0 1px -1px 0 -1px 1px 0 1px 1px 0;
}

.raise {
  background: none;
  border: 4px solid;
  font: inherit;
  line-height: 3;
  margin: 0.5em;
  padding: 1em 2em;
  width: 60%;
  border-color: red;
  color: gold;
}

.raise:hover,
.raise:focus {
  transition: 0.25s;
  box-shadow: 0 0.5em 0.5em -0.2em #ff2b00;
  transform: translateY(-0.25em);
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  border: 4px solid;
  position: relative;
  box-shadow: 0 0 0 0 #ff1500;
  padding: 12px 16px;
  z-index: 1;
  border-color: gold;
  font: 300 80% 'Georgia', serif;
}

.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  color: white;
  display: block;
}

.dropdown a:hover {
  background-color: none;
}

.show {
  display: block;
}

button:hover, button:focus {
  outline: 0;
  border-color: #ff2b00;
  color: #fff;
}

.body {
  padding-bottom: 60px;
}

body {
  color: #fff;
  background: #4e2092;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  min-height: 10vh;
  display: flex;
  height: auto;
  width: auto;
}

span {
  font: 300 5em 'Bookman', serif;
  font-weight: 400;
}

.font {
  font: 300 1.5em 'Bookman', serif;
  font-color: white;
}

.body-font {
  font: 300 2em 'Garamond', bold;
}

p {
  font: 300 1em 'Georgia', serif;
}

ul {
  list-style-position: inside;
}

.image {
  vertical-align: middle;
  margin-bottom: 0.75em;
}

.footer {
  clear: both;
  position: relative;
  margin-top: -3em;
  margin-bottom: 1em;
}

.C-S {
  color: white;
}

.Contact {
  display: inline-block;
}

.Social {
  display: inline-block;
}

.image2 {
  display: inline-block;
}

button {
  background: none;
  border: none;
  font: inherit;
  margin: 0.5em;
  padding: 1em 2em;
  width: 60%;
}
