

#footer {
    min-height: 75px;
}


.line {
    border-bottom: 2px solid #AE3431;
    margin-top: 5px;
    width: 100%;
}

#grey-transparent {
    background-color: #D9D9D9;
}

button {
    border-radius: 0;
}
.right-align {
    margin: 0;
    right: 0;
    margin-left: auto;
    padding: 0;
}
#login-box {
    width: auto;
    height: fit-content;
    padding: 0;
    margin: 0;
    text-align: center;

}

#red-button {
    background-color: #AE3431;
    border-radius: 0;
    border-color: transparent;
    width: 125px;
}

.bg-blue {
    background-color: #192338;
}

#navbar-custom {
    text-decoration: none;
}


nav ul {
    margin: 0;
}

nav ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 30px;
}
nav ul li:hover {
    cursor: pointer;
}

nav ul li a {
    text-decoration: none;
    color: #fff;
}

nav ul li a:hover {
    transition: 0.25s;
    text-decoration: none;
    color: #fff;
}


/* Dropdown Button */
.droptext {
    text-decoration: none;
    color: #fff;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

#facebook {
    text-decoration: none;
}


.baggrund{
    background-color:#D9D9D9;
    margin: 47px;
}

.tekst{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 50px;
    padding-right: 50px;
}


.overskrift{
    font-family: "Winky Sans", sans-serif;
    text-align: center;
    padding-top: 20px;
}


.winky-sans- {
                 font-family: "Winky Sans", sans-serif;
                 font-optical-sizing: auto;
                 font-weight: 100;
                 font-style: normal;
             }


.nanbillede{
    display: flex;
    justify-content: center;
}

.skrifttype{
    font-family: "Winky Sans", sans-serif;
}

