/*@import url('https://fonts.googleapis.com/css?family=Century Gothic');*/

/*
html, body {
    !*width: 100%;*!
	!*height:100%;*!
    !*font-family: 'Century Gothic', sans-serif;*!
    !*color: #222;*!
}
*/
/*
html {
    scroll-behavior: smooth;
    position: relative;
    min-height: 100%;
}

body {
	background-image: url("/static/img/bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	overflow: auto;
    margin: 0 0 50px; !* bottom = footer height *!
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    width: 100%;
	background-color: #939393;
}

* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px; !* the bottom margin is the negative value of the footer's height *!
}
.footer, .push {
    height: 50px; !* .push must be the same height as .footer *!
}
.footer {
	background-color: #939393;
}*/

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0 0 70px;
    /* bottom = footer height */
    padding: 0 0 25px;
    background-image: url('https://cdn.accesspower.ng/static/assets/images/buy_wizard_background.jpeg');
	background-size: inherit;
	background-repeat: round;
	height: 100%;
}

footer {
	border-top: orangered solid 1px;
    /*background-color: orange;*/
	background: ivory;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    overflow: hidden;
}

hr.thin {
	margin: 0px;
}

header {
	background-color: #A13902;
}

[data-notify="title"] {
	color: red;
}

.table-sm td, .table-sm th, .table thead th {
	padding: 0.3rem;
}

@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/*@media (min-width: 768px) {*/
/*    .row_main {*/
/*        background: url('https://cdn.accesspower.ng/static/assets/images/buy_wizard_background.jpeg') center / cover no-repeat;*/
/*    }*/
/*}*/

.app-header.header-text-light .app-header-left>.nav>li>.nav-link {
    color:#A13902;
}

.app-header.header-text-light .app-header-left>.nav>li>.nav-link:hover{
    color:#A13902;
    font-size: 14px;
    font-weight: bolder;
    text-underline: #A13902;
    border-bottom: #A13902 2px solid;
}

.nav-lin .center-t {
    text-align: center;
}

.app-theme-white.app-container{
    background: white;
}

.img-center2 {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
    height: 80px;
}

.card-text-p {
    font-size: 12px;
}

@media only screen and (min-width : 481px) {
    .flex-row {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .flex-row.row:after,
    .flex-row.row:before {
        display: flex;
    }
}
