﻿@media screen and (max-width: 1800px) {
    .center-box {
        margin: 30px;
        flex: 2 2;
        padding: 0;
        flex-direction: column;
    }
}

@media screen and (min-width: 1000px) {

    .logo-name {
        font-size: 30px;
        padding-left: 50px;
    }

    nav li {
        float: left;
    }

    nav li a {
        padding: 15px 25px;
    }

    nav .navbar {
        clear: none;
        float: right;
        max-height: none;
    }

    nav .menu-icon {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    
    .center-box {
        align-content: stretch;
        flex-direction: column;
        justify-content: center;
    }

    .text-area-2 {
        width: 450px;
        height: 152px;
    }

    .partners-img {
        width: 450px;
        height: auto;
    }

    .logo {
        padding-top: 100px;
    }
}