/* custom Menu redigereing*/
.main-navigation li {
    display: inline-block;
    position: relative;
    padding: 8px;
    text-transform: uppercase;
    border-right: 1px solid #e0e0e0;
    position: relative;
    font-weight: 600;
    font-size: 14px;
}

/* link farve profil tekst*/
.farve  {
color: blue !important; 

}




/*sidemenu tekstfarve*/
body {
    font-family: 'noto Serif', serif;
}
body, .widget a {
    color: #383838 !important;
}
body {
    font-family: 'Noto Serif', serif;
    font-size: 15px;
    color: #4c4c4c;
    word-wrap: break-word;
    background-color: #f7f3f0;
    line-height: 1.6;
}



/*send knap*/

element.style {
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"], .entry-thumb-inner {
    background-color: #111 !important;
}
input[type="submit"] {
    margin-top: 5px;
}
button, .button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 15px;
    border: 0;
    color: whitesmoke;
    font-weight: 700;
    background-color: #618EBA;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    -webkit-appearance: button;
}


