/*FONTS*/
@font-face {
    font-family: "Lato";    
    src: url("fonts/Lato-Regular.ttf") format("ttf");
    background-color: #f6f5eb;
}

/*Generell*/
body                        { font-family: "Lato", sans-serif; color: #000; font-size: 13px; }
h1                          { font-size: 13px; font-weight: bold; }
a                           { color: #000; text-decoration: underline; }
a:hover                     { color: rgb(225 165 6); text-decoration: underline; }
a.socialmedia--icons        { color: #000; text-decoration: none !important; }
a.socialmedia--icons img    { height: 32px; width: 32px; }
.btn.btn-warning            { font-size: 13px; }

/*Layout*/
.container                  { margin-top: 5%; }
