*,
body {
    font-size: 16px;
}

p {
    text-align: left;
}

span {
    font-size: 18px;
}

.imagey-icon {
    width: 150px;
    height: 150px;
}


.cover-background {
    background-size: cover;
    background-position: center center !important;
}

.cover-background,
.fix-background {
    position: relative;
    background-repeat: no-repeat !important;
    overflow: hidden;
}

@media (max-width: 1600px) {
    section {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}


section {
    padding-top: 110px;
    padding-bottom: 110px;
}

footer {
    padding: 0px;
}

.footer.content-wrapper {
    padding: 20px 0px;
}

a,
body {
    color: black;
}

body,
html {
    font-size: 16px;
}

@media only screen and (max-width: 875px) {
    .top-nav-linksy {
        font-size: 22.4px !important;
    }
}

@media only screen and (max-width: 1000px) {
    .top-nav-linksy {
        font-size: 22.8px !important;
    }
}

@media only screen and (max-width: 1253px) {
    .top-nav-linksy {
        font-size: 24px !important;
    }
}

@media only screen and (max-width: 1420px) {
    .top-nav-linksy {
        font-size: 27.6px !important;
    }
}

@media only screen and (max-width: 1800px) {
    .top-nav-linksy {
        font-size: 26px !important;
    }
}

.pad {
    margin-left: 4px !important;
}

@media only screen and (min-width: 992px) {
    .my-menu {
        padding: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .my-menu {
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 575px) {
    .my-menu {
        padding: 20px 20px;
    }

    .container {
        width: 90vw;
    }

    .itemy {
        margin-bottom: 6px;
    }

    .imagey-icon {
        width: 180px;
        height: 180px;
    }
}