:root {
    --sghg-purple: #6200ad;
}

header {
    display: inline;
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
}

footer {
    padding-bottom: 20px;
}

main {
    display: block;
    align-content: center;
}

body {
    background-color: rgb(0, 0, 0);
    color: var(--sghg-purple);
    text-align: center;
    font-size: 1.5em;
    display:block
}

nav {
    text-align: center;
    width: 100%;
    height: 90px;
    position: absolute;
    top: 0px;
}

nav li {
    display: inline;
    list-style-type: none;
    z-index: 3;
    position: relative;
    top: 10px;
}

nav a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    background-color: var(--sghg-purple);
    padding: 5px 10px;
    font-weight: bold;
    border-radius: 5px 5px 5px 5px;
}

nav a:hover {
    color: var(--sghg-purple);
    background: rgb(0, 0, 0);
    font-weight: bold;
}

nav a:active {
    color: var(--sghg-purple);
    background: black;
    font-weight: bold;
}

#logo-lg {
    content: url(/images/SGHG-Logo-Purple.svg);
    width: 50%;
    margin: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
  }
  
#nomine {
    margin-bottom: 20px;
    margin-top: 20px;
    font-style: italic;
}

.sm-fb {
  max-width: 50px;
  color: black;
  font-size: 2em;
  background-color: var(--sghg-purple);
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 5px 5px 5px 5px;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.sm-fb:hover {
    color: var(--sghg-purple);
    background: rgb(0, 0, 0);
    font-weight: bold;
}

p {
  max-width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}