/* HEHE Delete*/
.hæ {
    color: aqua;
}

.shæ {
    color: pink;
}

.bætween {
    color: white;
}

/*Style Sheet Starts */
.nav-item {
    padding: 20px;
}

.nav-link {
    transition: all 0.2s;
    padding-left: 80px;
    height: 100%;
}

.nav-link:hover {
    background-color: rgb(88, 88, 88) !important;
    border-radius: 10px;
    color: rgb(255, 255, 255);
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.btn {
    height: 100px;
    width: 250px;
    font-size: 24px;
    font-weight: bolder;
}

.container {
    background-image: url(/img/Hero_Section_Baggrund.png);
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
}



.row-a {
    text-align: center;
    color: aliceblue;
    font-size: 50px;
    padding-top: 10%;
    padding-left: 25%;
    padding-right: 25%;
    padding-bottom: 40px;
}

.row-b {
    text-align: center;
    font-size: 25px;
    color: aliceblue;
    width: 80%;
    justify-self: center;
    background-color: rgba(48, 48, 48, 0.6);
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}



.row-c {
    display: flex;
    justify-content: space-evenly;
    font-size: 24px;
    color: aliceblue;
    padding-top: 5%;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1700px;
    width: 80%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.row-b-btn {
    background-color: rgba(44, 44, 44, .4);
    border-radius: 10px;
    padding-bottom: 20px;
    color: aliceblue;
    border-color: rgb(107, 107, 107);
}

.row-c-btn {
    background-color: greenyellow;
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: rgb(0, 0, 0);
    border-radius: 20px;
}

.row-c-bt {
    background-color: rgba(44, 44, 44, .4);
    border-radius: 10px;
        padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: aliceblue;
    border-radius: 20px;
}