
* { 
    margin: 0; padding: 0; border: 0; box-sizing: border-box;
}

body, html {
    background-color: #18020C;
    color: #cc92c2;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 25%;  
    width: 100%;
    height: auto;
}

#wrapper {
    position: relative;
}

#logobar {
    text-align: center;
}

#logobar h1{
    font-size: 5em;
    margin-top: 155px;
    padding-left: 250px;
    border-bottom: 4px double #634B66;
}


#logobar #logo {
    position: absolute; top: -150px; left: 0px;
}

#sidebar {
    width: 15.8%;
    height: auto;
    padding-top: 35px;
    padding-bottom: 35px;
    background-image: url(/images/nick-owuor-astro-nic-portraits-wDifg5xc9Z4-unsplash.jpg); 
}


nav a {
    display: inline-block;
    padding: 5% 15% 5% 5%;
    margin: 15px 10px;
    background-color: #634B66;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 16pt;
    text-align: left;
    text-transform: uppercase;
    color: #FCF0cc;
    text-decoration: none;
}

/* Creates hover effect for nav buttons */
nav a:hover {
    border-color: #78c0e0;
    color: black;
    background: url('https://api.iconify.design/pixelarticons/moon.svg') no-repeat center center / contain;
    background-color: rgb(117, 192, 224, 0.6);
    background-size: 35px;
    background-position: right;
}

#intro {
    border: 5px solid #cc92c2;
    width: 74%;
    height: auto;
    position: absolute; top: 200px; right: 100px;
    font-size: 2em;
    color: #634B66;
    padding: 5%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background-color: #FCF0cc;
}

#intro img {
    
    width: 250px;
    height: auto;
    border: 3px solid #cc92c2;
    border-radius: 10%;
    float: right;
}

#feedback {
    border: 2px solid #cc92c2;
    width: 50%;
    height: auto;
    padding: 10%;
    text-align: center;
    position: absolute; bottom: -50%; right: 25%;
}

#footer {
    width: 100%; height: auto;
    text-align: center;
    word-spacing: 1px;
    position: absolute; bottom: -1000px;
   
}

#links a {
    margin-left: 15px;
    text-decoration: none;
}

#web_image {
    display: flex;
    justify-content: center;
    gap: 4.65%;
    position: absolute; bottom: 0%; left: 15.8%;
    padding: 4%;
    width: 83.5vw;
}

#web_image img {
    border: 4px solid #cc92c2;
}



