﻿/*change default bootstrap color*/
.card-primary .card-header {
    background-color: #ef017d !important;
}
.btn-primary {
    background-color: #ef017d !important;
    border-color: #ef017d !important;
}
.text-primary {
    color: #ef017d !important;
}

#header {
    background-color: #ef017d !important;
    z-index: 1000;
}

@media only screen and (max-width: 469px) {
    #header .navbar-brand {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    #header .brand-text {
        display: block;
    }
    #header .navbar-toggler {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 469px) {

    #header .brand-text {
        font-size: .9rem;
    }
}


.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}