* {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    background: whitesmoke;
}

.container {
    background: #ffffff;
    padding: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.header {
    width : 100%;
    height: 200px;
}

.interreg-logo {
    display: inline-block;
    margin: 40px 20px;
}

.guv-hu-logo {
    height: 80px;
    margin: 45px 20px 65px 0;
    position: relative;
    float: right;
}

.guv-ro-logo {
    height: 80px;
    margin: 45px 0;
    position: relative;
    float: right;
}

.menu {
    width: 100%;
    height: 30px;
    display: inline-block;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
}

.menu-item {
    line-height: 28px;
    padding: 0 10px;
    display: inline-block;
    cursor: pointer;
    color: black;
}

.menu-item:hover {
    background: rgba(145, 145, 145, 1);
}

.main-content {
    padding: 12px 24px;
    width: 100%;
    min-height: 500px;
    display: inline-block;
}


.footer {
    width: 100%;
    padding: 10px 20px;
    display: inline-block;
}

.footer-left-text {
    float: left;
    color: rgba(95,127,251,1);
}

.footer-right-text {
    float: right;

}

.footer-right-text a {
    color: rgba(48,87,131,1);
    font-weight: bold;
}


@media screen and (min-width: 400px) {
    .interreg-logo {
        height: 80px;
    }

    .guv-hu-logo {
        height: 70px;
        margin: 35px 20px 65px 0;
        float: right;
    }

    .guv-ro-logo {
        height: 70px;
        margin: 35px 0;
        position: relative;
    }
}

@media screen and (min-width: 992px) {
    .interreg-logo {
        height: 120px;
    }
}
