@font-face {
    font-family: "Tele2";
    font-weight: 900;
    src: url("fonts/Tele2Slab-DisplayBlack.ttf") format("truetype");
}

@font-face {
    font-family: "Tele2";
    font-weight: 400;
    src: url("fonts/Tele2Slab-TextRegular.ttf") format("truetype");
}

@font-face {
    font-family: "Tele2";
    font-weight: 600;
    src: url("fonts/Tele2Slab-TextBold.ttf") format("truetype");
}

.site-main {
    min-height: 100vh;
}

body {
    margin: 0 !important;
    font-family: "Tele2", sans-serif;
    color: white;
}

p, li, label {
    color: #ffffFF;
    font-weight: 400;
    text-decoration: none;
}

a, a:visited {
    color: #0974E5;
    font-weight: 600;
    text-decoration: none;
    outline: none;
}

a, a:active, a:focus{
    outline: none; /* Works in Firefox, Chrome, IE8 and above */
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 900;
}

h2 {
    color: #000000;
}


h2, h3 {
    font-size: 32px;
}

h4 {
    font-size: 14px;
}


h6 {
    color: black;
}

h5, h6 {
    text-transform: uppercase;
}


.container-fluid {
    overflow: hidden !important;
    padding: 0;
}

.black-font {
    color: black !important;
}
.site-main {
    background: lightgray url(../img/Fons.png) no-repeat center;
    background-size: cover;
}
/* mobiles */
@media (max-width: 767px) {
    p, li, label, a {
        font-size: 18px;
    }
    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 24px;
        line-height: 30px;
    }

    h4 {
        font-size: 14px;
    }

    h5 {
        font-size: 30px;
        line-height: 40px;
    }

    h6 {
        font-size: 20px;
        line-height: 26px;
    }



}

/* desktops */
@media (min-width: 768px) {
    p, li, label, a {
        font-size: 22px;
    }
    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h4 {
        font-size: 16px;
    }


    h5 {
        font-size: 55px;
        line-height: 40px;
    }

    h6 {
        font-size: 24px;
        line-height: 30px;
    }
}

.nav-link > img {
	    padding-top: inherit;
}