.sectionPrimaryColor {
    background-color: #ff9933;
}


.h1{
    color: #ffffff;
    font-family: "Lato", Sans-serif;
    font-size: 48px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1em;
}


.navbar-inverse .navbar-nav{
    color: #ff9933;
    fill: #ff9933;

}
   

.p {
    margin: 0;
    line-height: 1.5em;
    font-size: 14px;
    color: #777;
}

.list-group-item .active{
    color: #ff9933;
    background-color: #ff9933;

}


.tempMedlemMotpart{
    color: #ffffff;
    background-color: #ff9933;
    border-color: #ff9933;
    border-radius: 2px;
    font-family: Arial;
    font-weight: 600;
    font-size: 14px;
    padding: 6px 20px;
    width: fit-content;
    border-style: solid;
   
}

.tempMedlemMotpart:hover{
    color: #ffffff;
    background-color: rgba(255, 153, 51, 0.59);
}

.tempMedlemMotpart:active{
    color: #ffffff;
}

.tempMedlemMotpart:focus{
    color: #ffffff;
}