body {
    font-family: "Poppins", serif;
    font-size: 16px;
}

::selection {
    background-color: #000;
    /* Bakgrundsfärg på den markerade texten */
    color: #fff;
    /* Textfärg på den markerade texten */
}

/* --------------------------------------------------------------------------
   Start page Styles
   -------------------------------------------------------------------------- */

h1 {
    font-weight: 600;
    font-style: normal;


}


h2 {
    font-weight: 600;
    font-style: normal;


}

p {
    font-family: "Poppins", serif;

    Color: #134039;
    Line-height: 1.6em;
    Font-weight: 400;

}

h3 {
    font-weight: 600;
    font-style: normal;


}




/* --------------------------------------------------------------------------
   Navbar Styles
   -------------------------------------------------------------------------- */
.hLogo,
.hLogo a {

    font-weight: 500;
    color: black;
}

.payLogoText {
    margin-top: 15px;
    color: white;
    padding: 10px;
    /* border:2px solid #F7F7F7;*/
    border: 2px solid #ffd18e;
    border-radius: 3px;
    text-align: center;
    color: #ffd18e
}

.colorLoginBox {
    color: #F7F7F7 !important;
}


h2.noTopMargin {
    margin-top: 10px !important;
}

.grayButton {
    font-style: normal;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.2em;
    text-transform: none;
    font-size: 18px;
    color: #fff;
    background-color: #a8a6a1;
    border-color: #fff;
    padding: 1.2rem 2.004rem;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
}



#divDesktopMenu ul {
    /* float:right;*/
    width: 100%;
    margin-bottom: 0px;
    margin-top: 20px;
}

#divDesktopMenu li {
    padding: 5px 15px 5px 0px;
    float: right;
    display: inline;
    list-style-type: none;
    color: #ffffff;
    font-weight: 500;
}

#divDesktopMenu ul.smalMenu li {
    padding: 5px 5px 5px 5px;
    /*float:left;*/
    display: inline;
    list-style-type: none;
    margin-top: 5px;

}

#divDesktopMenu li a {
    font-size: 20px;
    text-decoration: none;
    color: #F7F7F7;
    cursor: pointer;
}

#divDesktopMenu li a:hover {
    color: #fff !important;
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    cursor: pointer;
}

#divDesktopMenu li.mainMenuSelected a {
    border-bottom: 2px solid currentColor !important;
    cursor: pointer;
}

#divMobileMenu li.mainMenuSelected a {
    border-bottom: 2px solid currentColor !important;
    cursor: pointer;
}

#divDesktopMenu ul.smalMenu li a {
    font-size: 16px;
}

#divDesktopMenu ul.smalMenu li a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

#divDesktopMenu ul.smalMenu {
    margin-top: 0;
    margin-bottom: 20px;
}

#divDesktopMenu li:hover {
    color: #000;
}

#divMobileMenu ul {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
    width: 100%;
    font-family: "Figtree", sans-serif;
    padding: 0;
}

#divMobileMenu li {
    padding: 5px 10px 5px 10px;
    list-style-type: none;
    margin-top: 5px;
    color: #F7F7F7;
}

#divMobileMenu li a {
    font-size: 28px;
    color: #F7F7F7;
    text-decoration: none;
    text-align: right;
    display: block;
    width: 100%;
    cursor: pointer;
}

#divMobileMenu li a:Hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid currentColor;
    cursor: pointer;
}

#divMobileMenu li:hover {}

#divNavBarMenu {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
}

.mainFooter {
    color: white;
    padding: 10px;
    /*background: linear-gradient(to right, rgb(245, 110, 189), rgb(249, 209, 100));*/
    background: #b24d10;
    max-width: 100%;
    overflow: hidden;
}

.footer-logo {
    width: 300px;
    /* Default size */
}

@media (max-width: 910px) {
    .footer-logo {
        width: 200px;
        /* Smaller size for mobile */
    }

    .navbar-nav {
        text-align: center;
        margin: 0px;
    }


}


/* --------------------------------------------------------------------------
   LOGIN Styles
   -------------------------------------------------------------------------- */
.loginMenu hr {
    background-color: #1b2c52 !important;

}

/* Ändra färgen på knappen "Admin" */
.loginMenu .btn-info:nth-child(1) {
    background-color: #bcc6dc !important;

    color: black;
    border-color: #333333 !important;
}

.loginMenu .btn-info:nth-child(1):hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white;
}

/* Ändra färgen på knappen "Mitt konto" */
.loginMenu .btn-info:nth-child(2) {
    background-color: #bcc6dc !important;
    border-color: #333333 !important;
    color: black;
}

.loginMenu .btn-info:nth-child(2):hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white;
}

/* Ändra färgen på knappen "Logga ut" */
.loginMenu .btn-warning {
    background-color: #bcc6dc !important;
    border-color: #333333 !important;
    color: black;
}

.loginMenu .btn-warning:hover {
    background-color: #333333 !important;
    border-color: #333333 !important;
    color: white;
}

/* --------------------------------------------------------------------------
   LOGIN Styles
   -------------------------------------------------------------------------- */