/* everything */
body{
    margin: 11vw 0 0 0;
    padding: 0 0 0 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f2f2f2;
    overflow: auto;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.profile-image {
    width: 300px;
    height: 300px;
    overflow: hidden;
    border-radius: 50%;
}

.profile-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.name {
    font-size: 24px;
    margin-top: 20px;
}

.contact-section {
    margin-top: 50px;
    background-color: #ffffff;
    padding: 10px 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* justify-content: center; */
    text-align: center;
}

.contact-section p {
    text-align: left;
    
}
.contact-section p a{
    text-decoration: none; 
    color: #0060B6;
}
    
.socialmedia-icon {
    height: 8vh;
    width: 8vh;
    display: inline;
    padding: 10px;
    transition: 0.3s ease;
}

.socialmedia-icon:hover {
    transform: scale(1.2);
   
}
.resume-section {
    margin-top: 50px;
}

/* Project Styling */

.project_title {
    font-size: 24px;
    margin-top: 40px;
}

.project-section {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.project-card {
    width: 22.5vw;
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background-color: #ffffff;
}

.project-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 5px;
}

.project-card h3 {
    margin-top: 10px;
}

.project-card a {
    text-decoration: none;
    color: #0060B6;
}
.project-card a:hover {
    color: #2a99fb;
}

/* Header Styles */
header {
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Add this line */
}

.header_content{
    background-color: black;
    transition: background-color 0.25s;
    display: block;
    max-height: 5vw;
    height: 5vw;
    /* min-height: 5%; */
}

.header-naming{
    float: left;
    margin-left: 2vw;
}

.header_content ul {
    float: right;
    margin: 0 0 0 0;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

.header_content ul li {
    margin: 0 5px;
    justify-content: center;
    align-self: center; /* Add this line */
}

.header_content a#website-name {
    color: orange;
    display: inline-flex;
    align-items: center;
    height: 100%;
    margin-left: 2vw;
    text-decoration: none;
    font-size: 2vw;
}

.header_content ul li a {
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    text-decoration: none;
    color: white;
    font-size: 2vw;
}

.header_content ul li a:hover, .header_content ul li a:hover *,
    .dropdown:hover *{
    /* background: rgb(207, 237, 255); */
    color: orange;
    border-radius: 3px;
}


.header_content ul li a#current-page {
    /* margin: 0 5px; */
    /* background: rgb(72, 178, 244); */
    border-radius: 3px;
    color: orange;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

.checkbtn svg{
    max-height: 5vw;
    height: 5vw;
    width: 5vw;
    float: right;
    font-size: 1.25rem;
    color: white;
    cursor: pointer;
    
    stroke: currentColor;
    fill: currentColor;
    stroke-width: 0;
    box-sizing: border-box;
    margin-top: 0vw;
    margin-right: 2vw;
    display: none;
    visibility: visible;
}

#check { /* makes the check box go away*/
    display: none;
}

@media (max-width: 600px) {
    .checkbtn svg{
        display: inline-flex;
    }
    .header_content ul {
        position: fixed;
        display:block;
        width: 100%;
        background-color: orange;
        top: 5vw;
        left: -130%;
        /* text-align: center; */
        transition: all .5s;
        z-index: 100; /* I want this to be at the front of the screen */
    }

    .header_content ul li a#current-page {
        margin: 0 5px;
        /* background: rgb(72, 178, 244); */
        border-radius: 3px;
        color: rgb(0, 0, 0);
        text-decoration: none;
        pointer-events: none;
        cursor: default;
    }

    .header_content ul li{
        display: flex;
        justify-content: center;
    }

    .header_content ul li a {
        font-size: 5vw;
    }

    .header_content ul li a:hover, .header_content ul li a:hover *,
    .dropdown:hover *{
    background: none;
    color: rgb(0, 0, 0);
    }

    #check:checked ~ .header_content ul{
        left: 0;
        /* overflow: hidden; Hide vertical scrollbar  */
    }

    .dropdown-content {
        margin-top: 5.3vw;
    }
    /* #check.active > body{ */
        /* position: fixed; */
        /* overflow-y:hidden;

    } */
    
}

.dvmRw {
    -webkit-text-size-adjust: 100%;
    -webkit-box-direction: normal;
    margin-left: 0.5em;
    visibility: visible;
    list-style-type: none;
    text-align: left;
    font-style: inherit;
    white-space: nowrap;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    font-size: 11pt;
    color: rgba(255,255,255,0.8700000048);
    cursor: pointer;
    stroke: currentcolor;
    box-sizing: border-box;
    overflow: hidden;
    height: 12px;
    transform: scale(2);
    vertical-align: middle;
    width: 12px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #282828;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content .dropdown-links {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content .dropdown-links:hover {background-color: inherit;}

.dropdown:hover .dropdown-content {display: block;}
