body {   
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background-color: #bbaea0;
    display: flex;
    flex-direction: column;
    }
    
    .page-header {
    background-color: #35424a;
    color: white;
    text-align: center;
    padding: 20px 0;
    }
    
    .container {
    display: flex;
    flex-direction: row;
    }
    
    .navbar {
    width: 20%;
    /*background-color: #2c3e50;*/
    background-color: #35424a;
    padding: 15px;
    height: 100vh;
    overflow: auto;
    flex-shrink: 0; /* Prevents the navbar from shrinking */
    }
    .broken {
        max-width: 525px;
        height: 700px;
        background-image:url(../img/brokenwires.jpg);
    }
    .broken img{
        width: 100%;
    }
    .broken h2{
        color: #ffffff;
    }
    
    .navbar ul {
    list-style: none;
    padding: 0;
    }
    
    .navbar ul li a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 10px;
    transition: background-color 0.3s;
    }
    
    /*.navbar ul li a:hover {
    background-color: #1abc9c;
    }*/

    .navbar a:hover {
        color: #1abc9c;
        }
    
    #documentation {
    flex-grow: 1;
    padding: 20px;
    background-color: #a0a1a1;
    }
    
    #documentation section {
    margin-bottom: 25px;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    }
    
    #documentation h2 {
    color: #2c3e50;
    margin-bottom: 15px;
    }
    
    #documentation p {
    line-height: 1.6;
    color: #333333;
    }
    
    /* Responsive Design */
    @media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }
    
    .navbar {
        width: 100%;
        height: auto;
        order: -1; /* Moves the navbar to the top */
    }
    
    #documentation {
        width: 100%;
    }
    }
    
    @media screen and (max-width: 480px) {
    .page-header {
        padding: 10px 0;
    }
    
    .navbar ul {
        display: flex;
        flex-direction: column;
    }
    
    .navbar ul li a {
        padding: 8px;
    }
    
    #documentation {
        padding: 10px;
    }
    }
    span{
        color: #7af55b;
    }
    /*her kommer noget fra proeve3*/
    .features {
        display: flex;
        justify-content: center;
        padding: 20px;
        flex-wrap: wrap;
    }
    
    .feature {
        margin: 20px;
        padding: 20px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    
    .feature:hover {
        transform: scale(1.05);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }
    footer {
        background-color: #333;
        color: white;
        text-align: center;
        padding: 10px 0;
    }
    span{
        color: #0056b3;
      }

    @media only screen and (max-width: 950px) {

.features {
flex-wrap: wrap;
justify-content: center;
padding: 20px;
}
}

.feature span{
    color: red;
}
.red{
    background-color: #448b91;
}
.florentine{
    background-color:#1d5468;
}

.red iframe{
    border-radius: 20px;
  }
.five iframe{
   border-radius: 20px;
}
    
    