html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    text-align: left;
    font-family: 'Sofia W01 Medium1446831', sans-serif;
    background-image: url("MIK-Studio.jpg");
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center;
    height: 100vh;
    color: #FFF;
    font-size: 150px;
}
img{
    width: 100%;
    height: auto;
}
.container {
    display: flex;
    justify-content: space-around;
    max-width: 1440px;
    margin: 0 auto;
    align-items: flex-start;
    align-content: flex-start;
    height: 100%;
    padding: 70px 40px 40px;
    line-height: 1.2em; 
}

.item {
    flex-grow: 1;
}
.homelogo {
    max-width: 360px;
    width: 100%;
}
p {
    margin-top: -69px;
}
.logos {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: flex-end;
}
.smallimg {
    padding: 0 5px;
    min-width: 140px;
}
span {
    font-size: 18px;
    line-height: 10em;
    display: flex;
    
}
a {
    text-decoration: none;
    color: #FFF;
}
.nondis {
    display: none;
}


@media screen and (max-width: 1280px) {
.container {
    font-size: 90%;
    }
}
@media screen and (max-width: 1050px) {
.container {
    font-size: 65%;
    }
    p {
    margin-top: -45px;
    }
}
@media screen and (max-width: 930px) {
    body {
    background-position: center -30px;
    height: calc(100vh + 30px);
    }
    .item:first-child {
    display: none;
    }
    .container{
    flex-direction: column;
    align-items: center;
    padding-bottom: 120px;
    }
    .smallimg {
    padding: 0px;
    min-width: auto;
    max-width: 180px;
    }
    .nondis {
    display: flex;
    text-align: left;
    width: 100%;
    }
    .logos {
    height: auto;
    }
    .homelogo {
    max-width: 240px;
    }
}