
.img-fluid, .img-thumbnail{
    height: 50px;
    max-width:200px!important;
}

.navbar-brand img{
    height: 80px!important;
}

#header{
    background-color: #6300b3;
}

.hero-section{
    background: linear-gradient(to right, rgb(47 74 93) 0%, rgb(128 52 165) 100%), url(https://frontrai.com/public/journals/1/)
}

footer{
    background: rgb(108 40 154)
}

#header.header-scrolled{
    background: rgb(108 40 154)
}
.hero-section .iphone-wrap .phone-2{
    margin-left:125px;
}

.modal-header{
  background-color:#6300b3;
}

.modal-body{
  background-color:#6300b3;
}

.modal-footer{
  background-color:#6300b3;
}

.btn-primary {
    color: #fff;
    background-color: #611296;