@media screen and (max-width: 768px) { .box { margin-bottom: 100px; & .navbar { position: fixed; bottom: 0; left: 0px; width: 100%; justify-content: center; background-color: #fff; padding-top: 5px; box-shadow: 0 -5px 3px 0 #FEDC00; z-index: 10; } } } .shadowNone { &:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #000; } } .textarea { resize: none; } .customBtn { &:hover { border-color: #FEDC00; background-color: #FEDC00; color: #000; } }