@font-face {
    font-family: FordAntenna-italic;
    src: url(./resources/ford-antenna-italic.otf) format('opentype'),
    url(./resources/ford-antenna-italic.ttf) format("ttf");
}

@font-face {
    font-family: FordAntenna;
    src: url(./resources/FordAntenna-Black.otf) format('opentype'),
    url(./resources/FordAntenna-Black.ttf) format("ttf");
    font-weight: bold;
}

body {
    background-color: black;
    margin: 0;
}

p {
    color: white;
    margin: 0;
}

.logo-head {
    max-width: 100px;
    margin: 4vh 0vw 0vh 3vw;
}

.message {
    background-image: url('./resources/merex power USA.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top right;
    width: 100vw;
    max-width: 100vw;
    min-height: 65vh;
}

.w-icon {
    width: 15px;
}

.desk-text {
    display: block;
    max-width: 36vw;
    text-align: center;
    padding-top: 60px;
}

.mob-text {
    display: none;
}

.bottom-text {
    background-color: #464646;
    margin-left: auto;
    margin-right: auto;
    max-width: 55vw;
    padding: 10px 50px;
}

.text1 {
    font-size: 2rem;
    color: #5d5d5d;
    font-family: FordAntenna-italic;
    font-weight: bolder;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.text2 {
    font-size: 1rem;
    color: #ca611f;
    font-family: FordAntenna;
}

.text3 {
    font-size: 1rem;
    color: white;
    font-family: FordAntenna;
}

.text4 {
    font-size: 1.2rem;
    color: #e8d526;
    font-family: FordAntenna-italic;
    font-weight: bold;
    letter-spacing: 1px;
}

.text5 {
    font-size: 1rem;
    color: #a1a2a5;
    font-family: FordAntenna-italic;
    font-weight: 300;
    letter-spacing: 1px;
}

.button {
    text-decoration: none;
    color: black;
    background-color: #e8d526;
    padding: 6px 36px;
    border-radius: 13px;
    font-size: 0.8rem;
    font-family: FordAntenna;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 1px;
}

.space {
    margin-left: 0;
    margin-right: 0;
    max-width: 90vw;
    min-width: 90vw;
    height: 10vh;
    max-height: 100px;
}

.m1 {
    margin-top: 10px;
}

.m2 {
    margin-top: 10px;
    margin-bottom: 30px;
}

@media (780px <= width <= 1280px) {
    .message {
        width: 100vw;
        min-height: 52vh;
    }
}

@media (max-width: 890px) {
    .desk-text {
        padding-top: 10px;
    }

    .message {
        min-height: 25vh;
        max-height: 300px;
    }
}

@media (max-width: 767px) {
    .logo-head {
        min-width: 130px;
        display: block;
        max-width: 100px;
        margin: 8vh 0;
        margin-left: auto;
        margin-right: auto;
    }

    .message {
        background-size: auto 100%;
        min-height: 30vh;
    }

    .w-icon {
        width: 20px;
    }

    .desk-text {
        display: none;
    }

    .mob-text {
        display: block;
        text-align: center;
        margin-top: 60px;
    }

    .bottom-text {
        margin-left: auto;
        margin-right: auto;
        max-width: 80vw;
        padding: 10px 15px;
    }

    .text4, .text5 {
        font-size: 80%;
    }

    .space {

        height: 7vh;
        max-height: 100px;
    }
}
@media (max-width: 430px) {
    .message {
        min-height: 22vh;
    }
}