.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    padding-top: 100px;
    padding-bottom: 30px;
}

p {
    text-align: center;
}

.logo {
    height: 50px;
    width: auto
}

.links {
    font-weight: bold;
}

.module {
    background: linear-gradient( rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('images/outside.png');
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: white;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.big {
    padding-left: 20%;
    text-align: center;
    color: white;
    font-size: 55px;
    line-height: 55px;
    font-weight: bold;
}

.sub {
    font-size: 30px;
}

.padhigh {
    padding-top: 50px;
}

.small {
    text-align: center;
    padding-right: 20%;
    color: white;
    float: right;
    font-size: 20px;
    width: 600px;
    line-height: 35px;
}

.contact {
    margin-top: 30px;
}

.contacts {
    width: 500px;
    height: 500px
}

.customers {
    padding-top: 50px;
    font-size: 20px;
    font-weight: bold;
}

.machinewrap {
    padding-top: 50px;
}

.machines {
    height: 250px;
    width: auto;
}

.machinetext {
    color: black;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
}

.gal {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.bottomnav {
    font-size: 12px;
}

.mobile {
    visibility: hidden;
}

.mobileb {
    color: black;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    line-height: 35px;
}

.mobilea {
    color: black;
    font-size: 20px;
    text-align: center;
}

.google {}

.galm {
    height: 300px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.gallery {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
}

.container {
    width: 60%;
    margin: 2rem auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

@media only screen and (max-width: 989px) {
    .desktop {
        display: none;
    }
    .mobile {
        visibility: visible;
    }
    .big small {
        color: black;
    }
    .google {
        display: none;
    }
    .column {
        flex: 50%;
        max-width: 50%;
    }
}

@media only screen and (min-width: 989px) {
    .desktop {
        visibility: visible;
    }
    .mobile {
        visibility: hidden;
    }
    .gal {
        margin-left: auto;
        margin-right: auto;
    }
}