html, body {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 300;
}

body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #fff;
}
 body#page:before {
     background: #dec9df;
     background-image: url("/images/invisible-lotus-background.png");
     background-repeat: repeat;
     background-size: 25.5%;
}
 .box.content-page {
     background-color: transparent;
     max-width: 650px;
     margin: 0 auto 50px;
     min-height: 400px;
     padding: 30px 45px;
     background: #fff;
}
 .profile {
     background-color: transparent;
     max-width: 250px;
     margin: 2% auto 50px;
     border-radius: 20px;
     display: grid;
     //grid-template-rows: auto 1fr auto;
     min-height: 400px;
     padding: 0px;
}
 .box {
     box-shadow: none;
}
 .top-part {
     border-radius: 20px 20px 0 0 ;
     display: flex;
     flex-direction: column;
}
 .top-part > img {
     width: 240px;
     height: 240px;
     object-fit: cover;
     align-self: center;
}
 .top-part > p.name {
     color: #000;
     font-family: 'Poppins', sans-serif;
     font-weight: 300;
     font-size: 50px;
     text-align: center;
     letter-spacing: 1px;
     display: none;
}
 .top-part > ul.badges {
     align-self: center;
     display: flex;
     list-style: none;
}
 ul.badges > li {
     margin-left: 5px;
     width: 25px;
     height: 25px;
     align-self: center;
}
 #content {
     text-align: left;
}
 #content img {
     max-width: 100%;
     margin-top: 15px;
}
 #content img.circle {
     margin: 0 auto;
     text-align: center;
     display: block;
     border-radius: 100%;
     max-width: 200px;
}
 #content img.square {
     margin: 0 auto;
     text-align: center;
     display: block;
     border-radius: 0%;
     max-width: 200px;
}
 img#mini-logo {
     width: 50px;
     display: block;
     margin: 0 auto 5px;     
}
 img#mini-logo:hover {
     opacity: 1;
}
 p.intro {
    text-align: center;
    margin: 30px auto 10px;     
}
 #content a, #content h1 {
     color: #84238a;
     font-weight: 300;
     text-decoration: none;
}
 #content a > b {
     font-weight: 600;
}
 hr {
     color: #84238a;
     border-bottom: 8px solid #84238a;
     opacity: .1;
     border-top: 0px;
     border-right: 0px;
     border-left: 0px;
     margin: 30px 0 20px;
}
 #content a:hover {
     text-decoration: underline;
}
 #content b {
     font-weight: 500;
}
 #content em {
     font-weight: 500;
     font-style: italic;
     color: #84238a;
}
 #content i {
     font-style: italic;
}
 #content li {
     margin-bottom: 15px;
}
 h1.review-title {
     font-weight: 400;
     margin-top: 30px;
     margin-bottom: 0;
     font-family: "Petemoss", cursive;
     font-size: 96px;  
     text-align: center;
     margin-top: 40px;
}
 h1.event-title {
     font-weight: 400;
     margin-top: 30px;
     margin-bottom: 0;
     font-family: "Petemoss", cursive;
     font-size: 82px;  
     margin-top: 30px;
}
 #content h2 {
     font-style: normal;
     font-weight: 400;
     font-size: 20px;
}
 #content p.review:before {
     content: "⭐⭐⭐⭐⭐";
     font-size: 34px;
     display: block;
}
 .time {
     font-weight: bold;
     opacity: .7;
}
 .time:before {
     content: "🕓 ";
     font-size: 24px;
     vertical-align: middle;
}
 .bottom-part {
     border-radius: 0 0 20px 20px;
     display: flex;
     flex-direction: column;
}
 .bottom-part > ul.social {
     display: flex;
     align-self: center;
}
 ul.social > li {
     margin: 0 13px;
}
 li > a {
     color: #000;
     font-size: 30px;
     transition: color 0.3s;
}
 li > a:hover {
     color: #cfcfcf;
     transition: color 0.3s;
}
 .bio {
     //padding: 5px;
}
 .bio > p {
     color: #000;
     text-align: center;
     font-size: 23px;
}
 .bio a {
     color: #c9d1d9;
     text-decoration: none;
     transition: text-decoration 0.1s;
}
 .bio a:hover {
     text-decoration: underline;
     transition: text-decoration 0.1s;
}
 .projects {
     width:231px;
     margin: auto;
 }
 .projects > h1 {
     color: #000;
     font-size: 15px;
     margin: 0px;
}
 .projects > .project-box {
     display: flex;
     margin: 15px 0;
     padding: 6px 17px;
     //border: 2px solid #000;
     background-color: #dec9df;
     //border-radius: 15px;
}
 .projects > .project-box:hover {
     background-color: #e7d5e8;
}
 .project-box > img {
     width: 73px;
     height: 73px;
     border-radius: 50%;
     object-fit: cover;
}
 .project-box > p {
    color: #84238a;
    font-size: 17px;
    padding: 20px 0;
    max-width: 219px;
    font-weight: 400;
    margin: auto;
}
 .project-box > p:hover {
    //text-decoration: underline;
}
 #project-1 p {
     color: #84238a;
     font-size: 17px;
     max-width: 219px; 
}
 #project-1 {
    margin-top: 10px;   
}
 .projects p {
    text-transform: uppercase;
}
 div#egyptian-alchemy-letter {
    border: 8px solid #f2e9f3; 
    padding: 40px; 
    font-family: Times, serif;
 }
 .footer-logo {
     text-align: 
     center; margin-top: 25px;"
}
 #copy {
    font-size: 12px;
    margin-top: 50px;
}
 @media (max-width: 600px) {
     body {
         overflow-y: scroll;
    }
     .box.profile {
         width: 100%;
         height: 100%;
    }
     .box.content-page {
         margin: 0 auto 50px;
         padding: 30px 0px;
    }
     h1, h2, h3, ul, ol, p, hr, p.intro {
         margin-right: 20px;
         margin-left: 20px;
    }
     #content ul {
         padding-left: 25px;
    }
     h1.event-title {
         font-size: 70px;
    }
     h1#review-title {
         font-size: 80px;
    }
     #content img.melanie {
         margin-top: -30px;
    }
     div#egyptian-alchemy-letter {
        padding: 10px;
        margin: 20px;
    }
    
}