body {

    font-family: 'Lato', sans-serif;
    margin: 0 !important;
    font-size: 18px;
    font-weight: bolder;

}

#contentF {
    background-image: url(../img/Strona%20G%C5%82%C3%B3wna.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#contentS {
    background-image: url(../img/Spedytorzy.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#contentM {
    background-image: url(../img/Mapa%20zasi%C4%99gu.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#contentG {
    background-image: url(../img/Kontakt.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*MENU*/
.nav {
    width: 100%;
    height: 7vh;
    background-color: #990000;
    display: flex;
    align-items: center;
    justify-content: center;

}

.menu {
    display: flex;
    align-items: center;
    justify-content: center;

    padding-left: 2%;
    padding-right: 2%;
    height: 30px;
    border-right: 1px solid black;
}

.menu:first-child {
    border-left: 1px solid black;
    padding-left: 2%;
}

.menu a {
    color: #ffffff;
    text-decoration: none;

}

.menu:hover {
    background-color: red;
}

/*MAIN*/

.flexbox-container {
    display: flex;
    height: 100vh;
}


.left img {
    width: 50%;
    height: 30%;
}


.left {
    flex: 1;
    text-align: center;
    padding: 3%;
    background: rgba(105, 105, 105, 0.8);
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/logo2.png);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 100%;
    height: 40%;

}

.right {
    flex: 3;
    background: rgba(255, 255, 255, 0.6);
    padding-top: 2%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    text-align: justify;


}

.title {
    text-align: center;
}

.txt {
    text-align: center;
}

#logoM {
    display: none;
}

.navM {
    display: none;
}

#kontakt {
    display: none;
}

@media (max-height: 900px) {

    .flexbox-container {
        display: flex;
        height: 130vh;
    }

    body {

        font-family: 'Lato', sans-serif;
        margin: 0 !important;
        font-size: 15px;
        font-weight: bolder;

    }
}

@media (max-width: 768px) {



    body {

        font-family: 'Lato', sans-serif;
        margin: 0 !important;
        font-size: 15px;
        font-weight: bolder;

    }

    #contentM {
        background-image: url(../img/Mapa%20zasi%C4%99gu.jpg);
        background-size: cover;
        -moz-background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }


    .left {
        display: none;
    }

    .right {
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;

    }

    .menu {
        display: none;

    }

    #logoM {
        display: flex;
        width: 25%;
        height: 120%;
        margin-top: 6%;
        z-index: 2;
        border: 1px solid #990000;
        border-radius: 100%;
        padding: 1%;
        background-color: #990000;

    }
s
    #logoM img {
        width: auto;
        height: auto;
    }

    .nav {
        height: 10vh;
    }

    .navM {
        padding-bottom: 2%;
        padding-top: 8%;
        width: 100%;
        height: 15vh;
        background-color: #bc0000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
    }

    .menuM a {
        color: white;
        text-decoration: none;
    }

    .menuM {
        border-bottom: 1px solid black;
        width: 80%;
        text-align: center;
        margin-bottom: 1%;
        padding-bottom: 1%;
    }

    .menuM:last-child {
        border-bottom: none;
        width: 60%;
        text-align: center;
        margin-bottom: 1%;
    }

    .menuM:hover {
        background-color: red;
    }

    #kontakt {
        display: contents;
        text-align: center;
    }
    
    #contentF {
    background-image: url(../img/Strona%20G%C5%82%C3%B3wnaM.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    
    #contentM {
    background-image: url(../img/Mapa%20zasi%C4%99guM.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


}
