@import "variables"; .header-container { background-size: cover; background-repeat: no-repeat; background-position: 30% center; // on mobile screens - background starts from the car position: relative; padding:0 !important; @media screen and (min-width: $screen-sm) { background-position: center center; } #navbar-main { .navbar-brand { color: white; } a, a:hover, a:active { color: white; background: 0; } a:hover { color: $red; } li.selected a { color: white; background-color: $red; &:hover { color: white; } } .icon-bar { background-color: $red; } } .overlay:after { content: ' '; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0, 0, 0, 0.3); } .transfer-plugin{ .form-control{ height:45px; } input[type='text'], input[type='number'] { background: transparent; color: white; border-color: white; padding: 0 20px; } input::-webkit-input-placeholder { color: white; opacity: 1; } input:-moz-placeholder { /* FF 4-18 */ color: white; opacity: 1; } input::-moz-placeholder { /* FF 19+ */ color: white; opacity: 1; } input:-ms-input-placeholder { /* IE 10+ */ color: white; opacity: 1; } } }