
.img-fluid, .img-thumbnail{
    height: 50px;
    max-width:200px!important;
}

.navbar-brand img{
    height: 80px!important;
}

#header{
    background-color: #efdd3f;
}

.hero-section{
    background: linear-gradient(to right, rgba(39, 70, 133, 0.8) 0%, rgb(54 66 137) 100%), url(https://glojit.com/public/journals/1/)
}

footer{
    background: rgb(95 102 155)
}

#header.header-scrolled{
    background: rgb(95 102 155)
}
.hero-section .iphone-wrap .phone-2{
    margin-left:125px;
}

.modal-header{
  background-color:#efdd3f;
}

.modal-body{
  background-color:#efdd3f;
}

.modal-footer{
  background-color:#efdd3f;
}

.btn-primary {
    color: #131212;
    background-color: #efdd3f;
}

.navbar .nav-link{
    color:#000!important;
}