.cream {
    color: #EBE4D1
}

.gray {
    color: #858585
}

.navy {
    color: #26577c
}

.orange {
    color: #e55604
}

.black {
    color: rgb(97, 95, 95);
}

body {
    margin: 0px;
    background-color: #FAF1E4;
    text-align: center;
}

.profile-image {
    margin-top: 5%;
    margin-bottom: 1.5%;
    border-radius: 15%;
    max-width: 15%;
}

.desc {
    text-align: center;
    max-width: 50%;
    margin: auto;
}

kbd.blue {
    background-color: #9EB384;
}

kbd.blue:hover {
    background-color: #435334;
}

kbd.orange{
    background-color: #9EB384;
    color: white;
}

kbd.orange:hover {
    background-color: #435334;
}

header {
    background-color: transparent;
}

h3 {
    display: inline-block;
    padding: 5px;
    background-color: transparent;
    margin-left: 2%;
    margin-right: 2%;
}

a {
    color: #9EB384;
}

a:hover {
    color: #52792e;
    text-decoration: none;
}

a.current:hover {
    color: #435334;
    text-decoration: none;
}

.projectButton {
    background-color: #9EB384;
    border: none;
    border-radius: 5px;
    width: 40%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    font-family: sans-serif;
    font-size: 20px;
    margin-bottom: 1.5%;
    margin-top: 1.5%;
}

button:hover {
    background-color: #435334;
}

#projectPageDescription {
    margin-bottom: 30px;
}

.projectDescription {
    font-size: 17px;
    /* background-color: white; */
    border: none;
    border-radius: 5px;
    padding: 10px;
}

.box {
    text-align: center;
}

p {
    font-family: Helvetica, Arial, sans-serif
}

footer {
    min-height: 100px;
}

.bi {
    width: 4rem;
    height: 4rem;
    fill: #9EB384;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 5rem;
}

.bi:hover {
    fill: #435334;
}

.si {
    width: 8rem;
    height: 8rem;
    fill: #9EB384;
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 3rem;
}

.si:hover {
    fill: #435334;
}

/* Sub skill icon */
.ssi {  
    width: 5rem;
    height: 5rem;
    fill: #9EB384;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    color: #9EB384;
}

.pdf-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 100px); /* Adjust this value based on your header height */
    width: 100%;
    padding: 20px;
}

.pdf-container iframe {
    width: 60%;
    height: 100%;
    max-height: 90vh;
    border: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}