.header{
    padding: 0 20px;
    background: #0390b2;
    border-bottom: 1px solid #0390b2;
    margin-bottom: 5px;
}
.navbar-brand > img {
    height: 55px;
    width: 250px;
    vertical-align:  middle;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}
.sil-login-btn {
    background: #5bb75b;
    border: 1px solid #5bb75b;
    color: #fff !important;
    margin-top:3px;
}
.home-centred{
   margin-top: 100px;
}

.nav-restyle{
    border-radius: 0;
    border: none;
    background-color:#603A8B;
}

.navbar-inverse .navbar-brand {
    color: #efefef;
}

.btn-success{
    background: #638305;
    border-color: #638305;
}

.btn-success:hover,
.btn-success:active,
.btn-success:active {
    background: #6d8f06;
    border-color: #6d8f06;
}

.bewell-section{
    border-top: 1px solid rgba(128, 128, 128, 0.288);
}

.bewell-section__title{
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.bewell-section__storelinks{
    display: flex;
}

.bewell-section__storelinks>a:first-child{
    margin-right: 20px;
}

.bewell-section__storelinks img{
    display: block;
    border: 0px;
    margin-bottom: 0
}

@media only screen and (min-width: 600px){
    .centered-content{
        padding-left: 25%;
        padding-right: 25%;
    }
}
