
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
#trippel
{
    text-align: center;
    padding: 75px;
    background-color: rgb(255, 255, 255);

}


    #trippel .team-card {
        background: rgb(30, 94, 40);
        padding: 30px 20px;
        border-radius: 24px;
        box-shadow: 0 10px 25px rgba(0,0,0,0.2);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        color: white;
        height: 100%;
    }

    #trippel .team-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 15px 35px rgba(0,0,0,0.3);
    }

    #trippel img {
        height: 400px;
        width: 100%;
        object-fit: cover;
        border-radius: 18px;
        border: 4px solid white;
        margin-bottom: 20px;
    }

    #trippel h3 {
        font-weight: 700;
        margin-bottom: 10px;
    }

    #trippel .roll {
        font-size: 1.1rem;
        opacity: 0.9;
        margin: 0;
    }

body{
    font-family: 'Montserrat', sans-serif;
    height: 100%;
}

h1, h2, h3{
    font-weight: 700;
}

#Lösenord
{
    background-color: rgb(255, 255, 255);
    padding-left: 100px;
    margin: 25px;
}

#id1
{
  margin: 74px;  
}


    .kort {
      border: none;
      border-radius: 8px;
      overflow: hidden;
      transition: 0.3s; 
      height: 100%;
      background-color: rgb(214, 214, 214);
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    }

    .kort:hover {
      box-shadow: 0 8px 20px rgba(0,0,0,0.3);
    }
    .kort img {
  width: 100%;
  height: 300px;      
  object-fit: cover;  
}




.button,
.button2{
    border: none;
    padding: 14px 34px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 50px;
    font-weight: 600;
    transition: all 0.3s ease;
}


.button{
    background-color: rgb(10, 121, 0);
    color: white;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}

.button:hover{
    background-color: rgb(7, 95, 0);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0px 8px 18px rgba(0,0,0,0.25);
}



.button2:hover{
    background-color: rgb(240,240,240);
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0px 8px 18px rgba(0,0,0,0.25);
}


.footer-custom{
    background-color: rgb(10, 121, 0);
    color: white;
    margin-top: 50px;
}

.footer-custom h3{
    color: white;
    font-weight: 700;
}

.footer-custom .nav-link{
    color: white;
    transition: 0.3s;
}

.footer-custom .nav-link:hover{
    color: rgb(200, 255, 200);
}

.copyright{
    opacity: 0.8;
    font-size: 0.9rem;
}


.navbar-nav .nav-link{
    font-size: 1.2rem;
    padding: 12px 22px;
    margin: 0 5px;
    border-radius: 8px;
    transition: 0.3s;
    font-weight: 600;
}


.navbar-nav .nav-link:hover{
    background-color: rgb(10, 121, 0);
    color: white;
}


.roll{
    display: inline-block;
    background-color: rgba(255, 0, 0, 0);
    color: white;
    padding: 10px 22px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.3);
}


