/* HL CSS overskrivning */

/* Fonte */
html,body{font-family:Montserrat;font-size:1em;line-height:1.5}html{overflow-x:hidden}
h1,h2,h3,h4,h5,h6,.w3-slim,.w3-wide{font-family:Kanit}
h1{line-height:1;font-size:5em;font-weight:900}h2{line-height:1;font-size:3em;font-weight:900}h3{font-size:2em;font-weight:900}h4{font-size:1.5em}h5{font-size:1.25em}h6{font-size:1em}
.w3-serif{font-family:"Times New Roman",Times,serif}
h1,h2,h3,h4,h5,h6{margin:10px 0}.w3-wide{letter-spacing:4px}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{font-weight:inherit}

/* PayPal knap */
.custom-paypal-button {
    background-color:orange;
    padding-left: 16px;
    padding-right: 16px;  
    border-radius: 16px;
  
    font-size: 1em;
    color: black;
    font-weight: 700;
    text-align: center;

    display: inline-block;
    cursor: pointer
}

/* VIP User Top 3 */
.vipuser {font-family:Montserrat;font-size:1.25em;font-weight:900}

/* Credits */
.credits {font-style:italic}

/* Footer tekst */
.footertext {font-size:1em}