﻿
.create-news-header h1 {
    text-align: center;
    color: #660199;
    height: 70px;
}


textarea.form-control {
    resize: vertical;
}



@media (min-width:992px) {
    .website-languages {
        display:none;
    }

    .appeal-top-image-rtl {
        position: relative;
        left: -15px;
    }

    .image-title-container {
        position: relative;
    }

    .news-title-box {
        background-color: #660199;
        margin-top: 40px;
        z-index: 1;
        width: 50%;
        height: 450px;
        position: absolute;
        bottom: 0;
        z-index: 1
    }

    .news-image {
        z-index: 0;
    }

    .news-title {
        padding: 20px;
        padding-left: 100px;
        padding-top: 70px;
    }


    .form-group-item {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:991px) {

    .website-languages {
        display: block;
    }

    .news-title-box {
        background-color: #660199;
        margin-top: -60px;
        width: 100%;
        height: 650px;
        position: unset;
    }


    .news-image {
        margin-top: 50px;
    }

    .news-title {
        padding: 20px;
        padding-left: 100px;
    }


    .form-group-item {
        display: flex;
        justify-content: center;
    }
}

@media (max-width:480px) {

    .website-languages {
        display: block;
    }

    .image-title-container {
        margin-top: -220px;
    }

    .about-page {
        margin-top: 0px;
    }

    .news-title-box {
        background-color: #660199;
        margin-top: -200px;
        width: 100%;
        height: 650px;
        position: unset;
    }

    .about-page-title-box {
        margin-top: -30px;
    }

    .about-page-image {
        margin-top: 0px;
    }

    .news-image {
    }

    .news-title {
        padding: 20px;
        padding-left: 20px;
    }


    .fixed-footer-donation-button {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #660199;
        color: #fff;
        text-align: center;
        padding: 10px 30px;
        font-size: 28px;
        font-weight: bold;
        text-shadow: 2px 2px 5px rgba(255, 255, 0, 0.5);
    }


    .form-group-item {
        display: block;
    }

}
