@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');

*,::after,::before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    height: 100vh;
}

#menu {
    display: none;
    max-width: 100vw;
    height: 92vh;
    background-color:
    rgba(120, 213, 213, .7);
    z-index: 1;
    top: 8vh;
    position: absolute;
}



Nav{
    height: 8vh;
    width: 100vw;
    background-color: #fff;
    position: absolute;
}


#allNav {
    /* background-color: rgb(105, 49, 49); */
    width: 6vh;
    height: 6vh;
    margin: 1vh;
    float: right;
    font-size: 5.5vh;
    line-height: 6vh;
}

#imglogo{
    margin-top: 1vh;
    height: 6vh;
    width: 6vh;
}

.menuimg{
    margin-top: 1vh;
    height: 6vh;
    width: 6vh;
}

main {
    position: relative;
    top: 8vh;
    overflow: scroll ;
    max-width: 100vw;
    height: 92vh;
    overflow-x:hidden
}

.menuPoints{
    text-transform: uppercase;
    font-size: 36px;
    width: 100vw;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-top: #0e898b 0.5vh solid;
    border-bottom: #0e898b 0.5vh solid;
    /* border-radius: 10px; */
    line-height: 10vh;
    margin-top: 2vh;
    /* opacity: 100%; */
    background-color: rgba(14, 137, 139, .5);
}
.menuPoints a{
    color: black;
    line-height: 10vh;
    /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    text-decoration: none;
    font-family: 'Lato', sans-serif;
    font-size: 3vh;
    
}

.menuPoints a i{
    line-height: 10vh;
}

footer {
    clear: both;
    font-size: 0.8em;
    text-align: center;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.foot h1 {
    border-bottom: 2px solid black;
    margin-top: 4vh;
}
.foot p {
    font-size: 1.2em;
    margin-top: 1vh;
    color: black;
}
.foot a {
    text-decoration: none;
}

#Partn img {
    width: 25vw;
}

#img {
    width: 90vw;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

#not{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

#not div{
    position: absolute;
    top: 10vh;
    left: 10vw;
    width: 80vw;
    height: 80vh;
    background-color: rgba(14, 137, 139, .8);
    color: #BED8D4;
    font-size: large;
    border-radius: 5px;
    padding: 5vw;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 700;
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

#monitbt{
    border: #BED8D4 0.5vh solid;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: rgba(3, 33, 34, 0.5);
    width: 20vw;
    height: 5vh;
    margin-left: 25vw;
    color: #BED8D4;
    font-size: large;
    margin-top: 10vh;
}

#contact{
    margin-top: 5vh;
}

.foot{
    margin-bottom: 5vh;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

@media only screen and (min-width:768px){
    #Partn img {
        width: 15vw;
        
    }
    #img{
        width: 60vw;
    }

    .foot :is(h1,p){
        font-size: 2.5vh;
    }
    #apkowicze{
        font-size: 2vh;
    }
}

