#top-row {
    height: 116px;
    background-image: url("../../resources/background/top_row_bg.jpg");
    background-position: center;

    display: flex;
    justify-content: center;

}

#separator {
    height: 8px;
    background-color: white;
}

#content {
    background-image: url("../../resources/background/content_bg.jpg");
    background-repeat: repeat-x;
    background-color: white;
}

.bannerImage {
    background: url("../background/banner_shadown_big.png") center bottom no-repeat;
    padding: 0 5px 5px 5px;
}

.bannerImage img {
    margin-bottom: 2px;
    margin-left: 2px;
}

#banner {
    display: flex;
    justify-content: center;
    position: relative;
    top: -95px;
}

.bannerItem {
}

.bannerItem h2 {
    font-family: 'MelbourneRegular', Arial, sans-serif;
    font-size: 24px;
    line-height: 1em;
    text-align: center;
    margin-top: 10px;
}

.bannerItem span {
    font-family: 'JournalRegular', 'Times New Roman', 'Times', serif;
    font-size: 29px;
}

#footer {
    height: 170px;
    background-color: #dfdfdf;
}

#mainContent {
    display: flex;
    margin-left: 17px;
    margin-right: 17px;
    padding-bottom: 20px;
    color: #595959;
    position: relative;
    top: -60px;
}

#mainContentLeft, #mainContentRight {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#mainContentLeft {
    margin: 0 30px;
}

#mainContentRight {
    margin: 0 30px;
}

#mainContent img {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    padding: 7px;
    margin: 6px 0;
}

#mainContent img#firstImgAfterText {
    margin-top: 67px;
}

#mainContent h3 {
    font-family: 'MelbourneRegular', Arial, sans-serif;
    font-size: 19px;
    line-height: 22px;
    color: #1a1a1a;
}

#mainContent p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.4em;
}

#mainContent li {
    background: url("../background/list_dot_green.gif") 0 5px no-repeat;
    margin: 0 0 5px 0;
    padding: 0 0 10px 18px;
    list-style: none;
    border-bottom: 1px dotted #969696;
    font-size: 13px;
}

#mainContent ul {
    margin: 15px 0 20px 0;
    padding: 0;
}

@media (max-width: 600px) {
    #top-row {
        height: 50px;
    }

    #banner {
        top: -50px;
    }

    #mainContent {
        flex-direction: column;
    }

    #mainContentLeft, #mainContentRight {
        margin-top: 25px;
    }
}
