body {
    background-color: #1e1e1e;
    color: #DDD;
    font-size: 15px;
}

img{
    width: 80%;
    display: flex;


}

nav{
    background-color: #373737;
    line-height: 60px;
    margin: auto;
    height: 90px;
}


#header {
    background-color: #373737;
    height: 80px;
}

#name {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 32px;
    padding-left: 30px;
}

.navbar {
    display: flex;
    justify-content:center;
    line-height: 35px;
    align-items: center;

}

.nav-item {
    height: 40px;
    font-size: 14px;
    list-style-type: none;
    margin: auto;
    line-height: 35px;




}

.nav-link{
    color: white;
    font-size: 17px;
}

.card{
    margin: auto;
    width: 15rem;
    margin-bottom: 30px;
}


#resume {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin: auto;
    justify-content: center;

    display: -webkit-flex;
    display: -moz-flex;
    display: flex;

    opacity: 0;
    transition: opacity 1s ease-in-out;

}

#form {
    background-color: #292929;
    min-height: 768px;
    width: 700px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

#content {
    background-color: #292929;
    /*background-color: #373737;*/
    min-height: 710px;
}

#content2 {
    background-color: #292929;
    /*background-color: #373737;*/
    padding-bottom: 30px;
    margin-bottom: 20px;
}


/*
#rounded {

    border: 10px solid transparent;
    border-radius: 20px;
    background-image: linear-gradient(white, white),
      linear-gradient(to right, blue, red);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
  */
  #rounded {
    border: 10px solid transparent;
    border-radius: 20px;
    border-color: rgba(255,254,253,0.2);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin: auto;
    display: block;
    margin-bottom: 30px;
  }

  


.text {
    justify-content: left;
    font-size: 16px;
}

#icon {
    width: 70%;
    margin:0%;
    font-size: 12px;
}

#collage {
    width: 90%;
    margin: auto;
    
    margin-bottom: 30px;
    border: 10px solid transparent;
    border-radius: 20px;
    border-color: rgba(255,254,253,0.2);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    margin: auto;
    display: block;

}


.border-right {
    border-right: 1px solid gray;
}

.modal-body {
    margin: auto;
}


@media (max-width: 1376px) {

    nav{
        height: 90px;
        margin: auto;
    }

    .navbar {
        display: flex;
        justify-content:center;
        line-height: 35px;
        align-items: center;
    
    }

    #rounded {
        width: 80%;
    }

    #name {
        font-size: 35px; /* Slightly smaller font for mobile */
        padding-left: 40px;
    }

    #icon {
        width: 90%;
        font-size: 12px;
    }

}

@media (max-width: 993px) {

    img{
        width: 80%;
    
    }

    .nav-link{
        font-size: 15px;

    }
    
    .text {
        font-size: 15px;
    }

    #icon {
        width: 100%;
        font-size: 12px;
    }

}

@media (max-width: 768px) {
    h5{
        font-size: 16px;
    }

    nav{
        height: 130px;
        margin: auto;
    }

    ul {
        margin: auto;
    }

    .nav-link{
        font-size: 14px;

    }

    .card{
        margin: auto;
        width: 13rem;
        margin-bottom: 30px;

    }

    
    #rounded {
        width: 85%;
    }

    #resume {
        width: 100%
    
    }

    .navbar {
        justify-content: center; /* Center items */
    }

    
    #name {
        font-size: 35px; /* Slightly smaller font for mobile */ 
        margin-left: calc((100% - 302px) / 2); 

    }

    #icon {
        width: 100%;
        margin:0%;
        font-size: 12px;
    }


    .text {
        justify-content: left;
        font-size: 16px;
    }

}


