


* {
  box-sizing: border-box;
}

body {
  background-color: #E6E6FA;
  color: #4B0082;
  font-family: "Times New Roman", Times, serif;
}

#wrapper {
  background: linear-gradient(to bottom, #E6E6FA, #9370DB);
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  min-width: 960px;
  max-width: 2048px;
  box-shadow: 3px 3px 3px #777;
}

header {
  background-color: #4B0082;
  color: #FFFFFF;
  font-family: Georgia, serif;
  height: 120px;
}

h1 {
  font-size: 3em;
  letter-spacing: 0.25em;
  text-align: center;
  padding-top: 0.5em;
}

nav {
  font-weight: bold;
  padding: 0;
  font-size: 1.2em;
  float: left;
  width: 160px;
  background-color: inherit;
  position: fixed;
}

nav ul {
  list-style-type: none;
  padding-left: 1em;
}

nav a:link {
  color: #6A5ACD;
  text-decoration: none;
}

nav a:visited {
  color: #4B0082;
  text-decoration: none;
}

nav a:hover {
  color: #9370DB;
  text-decoration: none;
}

main {
  padding: 0;
  margin-left: 170px;
  background-color: #FFFFFF;
  overflow: auto;
}

#barkhero {
  background-image: url(sabrina.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  height: 300px;
  width: 400px;
}

#logohero {
  background-image: url(hughie.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  height: 360px;
  width: 1080px;
}

footer {
  font-size: 0.70em;
  font-style: italic;
  text-align: center;
  padding: 1em;
  background-color: #FFFFFF;
  margin-left: 170px;
}

section {
  float: left;
  width: 33%;
  padding: 2em;
}

header a:link,
header a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

header a:hover {
  color: #9370DB;
  text-decoration: none;
}
center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




