html {
    font-size: 12px;
}
body {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 100%;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    background-color: rgba(7, 15, 63, 1.00);
}
#header {
    margin: auto;
    width: 100%;
    height: 15vh;
    background-color: rgba(71, 2, 2, 1.00);
    display: flex;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}
#header h1 {
    margin: auto;
    width: auto;
    height: auto;
    z-index: 0;
}
#mainContent {
    margin: auto;
    width: 70%;
    height: 50%;
    position: absolute;
    top: 25vh;
    left: 15vw;
    display: flex;
    z-index: 0;
}
#profile {
    margin: auto;
    width: 100%;
    height: 100%;
    display: block;
    background-image: url("./media/poster.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-clip: initial;
    z-index: 0;
}
#aboutInfo {
    margin: auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 0;
    overflow: auto;
}
#aboutInfo h2 {
    margin: auto;
    width: auto;
    height: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    color: rgba(255, 255, 0, 0.90);
    text-decoration: underline;
}
#aboutInfo p {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
#aboutInfo h3 {
    margin: auto;
    width: auto;
    height: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 20px;
    text-decoration: underline;
    color: rgba(255, 255, 0, 0.90);
}
@counter-style letter-bracket {
  system: alphabetic;
  symbols: a b c d e f g h i j k l m n o p q r s t u v w x y z;
  suffix: ") ";
}
#abOl1 {
    margin: auto;
    width: auto;
    height: auto;
    list-style-type: letter-bracket;
}
#abOl1 li {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    text-align: left;
}
#reviewInfo {
    margin: auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 0;
    overflow: auto;
}
#reviewInfo h2 {
    margin: auto;
    width: auto;
    height: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    color: rgba(255, 255, 0, 0.90);
    text-decoration: underline;
}
#rev1 {
    margin: auto;
    width: auto;
    height: auto;
}
#rev1 p {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
#rev2 {
    margin: auto;
    width: auto;
    height: auto;
}
#rev2 p {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
#rev3 {
    margin: auto;
    width: auto;
    height: auto;
}
#rev3 p {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
#contactFormInfo {
    margin: auto;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 0;
}
#contactFormInfo h2 {
    margin: auto;
    width: auto;
    height: auto;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 24px;
    color: rgba(255, 255, 0, 0.90);
    text-decoration: underline;
}
#contactFormInfo p {
    margin: auto;
    width: auto;
    height: auto;
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
}
#menu {
    margin: auto;
    width: auto;
    height: 50px;
    position: absolute;
    top: calc(20vh - 25px);
    right: 5vw;
    z-index: 1;
    background-color: transparent;
    color: rgba(255, 255, 255, 1.00);
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    display: block;
}
.nav {
    margin: auto;
    width: 0px;
    height: auto;
    position: absolute;
    top: calc(20vh - 25px);
    right: 0vw;
    overflow-x: hidden;
    display: none;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.90);
    z-index: 1;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.nav a:hover {
    opacity: 0.30;
}
#close {
    margin: 2vh 5vw 2vh auto;
    width: 25vw;
    height: auto;
    text-align: right;
}
#spacer {
    margin: auto;
    width: 25vw;
    height: 3vh;
}
#home {
    margin: 2vh auto 2vh auto;
    width: 25vw;
    height: auto;
}
#about {
    margin: 2vh auto 2vh auto;
    width: 25vw;
    height: auto;
}
#reviews {
    margin: 2vh auto 2vh auto;
    width: 25vw;
    height: auto;
}
#contact {
    margin: 2vh auto 2vh auto;
    width: 25vw;
    height: auto;
}
#footer {
    margin: auto;
    width: 100%;
    height: 15vh;
    background-color: rgba(71, 2, 2, 1.00);
    display: flex;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 0;
}
#footer h2 {
    margin: auto;
    width: auto;
    height: auto;
    z-index: 0;
}