
.navbarc {
    border-bottom: 0px solid #5500bc !important;
}

.navbar_x .container {
    border-left: 1px solid #5500bc;
    border-right: 1px solid #5500bc;
    border-bottom: 1px solid #5500bc !important;
}

footer {
    border-top: 0px !important;
}

footer .container {
    border-left: 1px solid #5500bc;
    border-right: 1px solid #5500bc;
    border-top: 1px solid #5500bc;
}

.border-secondary {
    border-right: 1px solid #5500bc !important;
}

.border-bottom.border-secondary {
    border-bottom: 1px solid #5500bc !important;

}




.main_logo {
    max-width: 600px;
    ;
    margin: 10px auto;
    color: #fff;
    text-align: center;
    font-family: "Acherus Militant 1";
    font-size: 90px
}

.main_img {
    max-width: 1000px;
    ;
    margin: 10px auto;
}


@media handheld,
only screen and (max-width: 820px) {
    .main_logo {
        font-size: 60px;
        width: 90%
    }

    .main_img {
        width: 90%
    }

    h1 {
        font-size: 28px;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media handheld,
only screen and (max-width: 767px) {
    .mob-top-border {
        border: 1px solid #5500bc !important
    }
}

@media handheld,
only screen and (max-width: 560px) {
    .main_logo {
        font-size: 55px;
    }

    .main_img {
        width: 90%
    }

    h1 {
        font-size: 26px
    }

}

@media handheld,
only screen and (max-width: 460px) {
    .main_logo {
        font-size: 45px;
    }

    .main_img {
        width: 90%
    }

    h1 {
        font-size: 22px
    }
}

