body {
    font-family: Arial, sans-serif;
    background-color: #e6e6e6;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

h1 a {
    font-size: 36px;
    font-weight: 500;  
    text-decoration: none;
}

.equal-spacing {
    margin-top: 20px;
    margin-bottom: 20px;
}



h1  {
  margin-bottom: 0px;
}


.menu {
    text-align: left; /* Center align the links within the container */
    margin-top: 16px;
    margin-bottom: 24px;
}

.menu a {
    display: inline-block; /* Make the links inline-block elements */
    margin: 0 35px 0  0; /* Adjust the margin for horizontal spacing */
    text-decoration: none;
    color: rgb(0, 0, 0); /* Or any color you prefer */
    font-weight: 400;
    text-transform: capitalize;
}

a {
    /* color: rgb(0, 0, 0);
    font-weight: bold; */
    color: #000000;
    text-decoration: none;
}

/* Link color when hovered */
a:hover {
    color: rgb(124, 124, 124);
}

.raw-link {
    padding-top: 10px;
    font-weight: bold;
}

.score-link {
    padding-top: 10px;
    font-weight: bold;
}

.work-short {
    margin-bottom: 20px;
}


.work-instrumentation {
    font-weight: normal;
}

td {
    vertical-align: top;
    margin-top: 0px;
}

table p {
    margin-top: 0px;
}

.agenda-date {
    text-align: left;
}

.publication a {
    font-weight: normal;
}

.publication {
    padding-bottom: 20px;
}

.publication-title {
    font-style: italic;
    font-weight: bold;
}

.work-full-content-columns {
    display: flex;

}

.work-full-description {
    flex: 1;
    padding: 0px;
    padding-right: 20px;
    text-align: top;
    border: none; 
    margin-top: 0px;
}

.work-full-urls {
    flex: 1;
    padding-left: 20px;
    border: none; 
    margin-top: 20px;
}


.work-full-description p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.youtube-embed {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
  }

  .youtube-embed  iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

/* Phones portrait */
@media (max-width: 576px) {

    .work-full-content-columns {
        flex-direction: column; /* Change to column for smaller screens */
    }

    .work-full-description, .work-full-urls {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 5px;
    }

    .menu a {
        display: inline-block; /* Make the links inline-block elements */
        margin: 0 18px 0  0; /* Adjust the margin for horizontal spacing */
        text-decoration: none;
        color: rgb(0, 0, 0); /* Or any color you prefer */
        font-weight: 400;
        text-transform: capitalize;
    }
    

    h1 a {
        font-size: 24px;
        font-weight: 500;
    }

    body {
        font-size: 16px;
    }

    .link-container a {
        margin: 0 25px 0  0; /* Adjust the margin for horizontal spacing */
    }

    .equal-spacing {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    
}


/* Styles for small devices (landscape phones) */
@media (min-width: 576px) {
    .content {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 10px;
    }

    
}

/* Styles for medium devices (tablets) */
@media (min-width: 768px) {
    .content {
        padding-left: 100px;
        padding-right: 100px;
        padding-top: 10px;
    }
}

/* Styles for large devices (desktops) */
@media (min-width: 992px) {
    .content {
        padding-left: 150px;
        padding-right: 150px;
        padding-top: 10px;
    }
}

/* Styles for extra large devices (large desktops) */
@media (min-width: 1300px) {
    .content {
        padding-left: 350px;
        padding-right: 350px;
        padding-top: 10px;
        padding-bottom: 50px;
    }
}


