﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Open+Sans);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,500,700&amp;display=swap);


body, html {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    font-family: Ubuntu;
    font-size: 0.9em;
    line-height: 1.6;
    color: rgb(80, 80, 80);
    height: 100%;
}
a {
    text-decoration: none;
    color: rgb(11, 11, 11);
}
.indexbody {
    width: 100%;
    height: 100%;
    background: url(../assets/wiki-nl-2023.jpg) no-repeat center center fixed;
    height: 100%;
    background-size: cover;
}
.headbar {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: rgba(17,17,17,0.6);
}
.btn {
    background-color: rgba(255,255,255,0.7);
    color: black;
    border: solid 1px black;
    border-radius: 2px;
    font-size: 0.9em;
}
    .btn:hover {
        background-color: rgba(190,190,190,0.7);
    }

.btnoff{
background-color: rgba(255,255,255,0.7);
color: black;
}
.btnon {
    background-color: rgba(3,138,255,0.7);
    color: white;
}
.button1 {
    border: solid 1px rgba(100,100,100, 0.9);
    background-color: rgba(180,180,180, 0.9);
    border-radius: 3px;
    color: white;
    text-align: center;
    max-width: 200px;
    padding: 5px 10px 5px 10px;
    font-weight: normal;

}

    .button1:hover {
        background-color: rgb(160,160,160);
    }

/* z1====================================================================================First: phone */
.mobilenot {
    display: none;
}
.mobileonly {
    display: block;
}
.mobilemenu {
    width: 25px;
    height: 25px;
    margin: 15px 15px auto auto;
}
.logo {
    height:17px;
}

.wikilogo {
    color: white;
    position: relative;
    letter-spacing: -1px;
    font-weight: 400;
    font-size: 17px;
    text-align: right;
}



/* z2 ==================================================================================second: tablet*/
@media screen and (min-width: 768px) {
    .mobilenot {
        display: block;
    }
    .mobileonly {
        display: none;
    }
    .logo {
        height: 40px;
    }

    .wikilogo {
        color: white;
        position: relative;
        margin: auto;
        letter-spacing: -1px;
        object-fit: none;
        font-weight: 400;
        font-size: 30px;
    }
 
}

/* z3===============================================================================Third: medium screen */
    @media (min-width: 1000px) {
        .whatsapp {
        display:none;
        }

        .whatsapptext {
            display: none;
        }
    }
    