/*
  Name: Tammy Liu
  Email Address: Tammy.Liu@yahoo.com
  Copyright (c) May 14th 2024 by Tammy Liu. All rights reserved. May not be
  freely copied.
  Sources: W3Schools, GIF found using google images
*/

/*.header{/*changes the features and placement to the header of the page*/
/*}*/

.pgbg{/*changes to the background*/
    background-color: #ecd4ea;
    background-size: cover;
}

html{
    min-height: 100%;
}

body {
    font-family: Arial;
    color: white;
    margin: 0;
}

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered img {
    width: 150px;
    border-radius: 50%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 16px 14px;
}

.container2 ul {
    margin: 0;
    padding: 16px 14px;
}

.roles li {
    text-align: center;
}

.exp li {
    list-style-type: disc;
    margin: 0;
}

li a {
    display: block;
    color: white;
    /*text-align: center;*/
    padding: 20px 20px;
    text-decoration: none;
}

/* Change the link color to #511F52 (purple) on hover */
li a:hover {
    background-color: #511F52;
}

.active {
    background-color: #4a044e;
}

.container2 {
    height: 500px;
    left: 50%;
    top: 50%;
    text-align: left;
    width: auto;
}

.rolenav{
    display:block;
}