@white: #FFFFFF; @black: #313131; @grayLighten: #F4F4F4; @grayLight: #DDDDDD; @gray: #666666; @blueLighten: #6394c5; @blueLight: #4483bd; @blue: #2e5f97; /* rgba(0,60,128,0.82); */ @redLight: #9e282c; @red: #880000; @sans: "Source Sans Pro", sans-serif, arial; @serif: "Merriweather", serif, 'times new roman'; html{ font-size:100%; height: 100%} body { font-family: @sans; color: @black; background-color: @grayLighten; height: 100%; } .top-microwave-inc { min-height: 100%; background: url("/assets/img/us-flag.jpg") 50% 50%; background-size: cover; &.search-results { min-height: unset; } } a { color: @blueLighten; &:hover, &:active { color: @blue; } } h3 { font: 300 1.75rem @sans; color: @blue; } p strong { font-weight: 600; } .tmw-d-none { display: none; } .search-table th{ font: 500 0.75rem "Merriweather", serif, "Times New Roman"; text-align: center; } .search-table th span{ font: 300 0.625rem "Merriweather", serif, "Times New Roman"; } .search-table td { font-size: 0.8125rem; text-align: center; } .search-table .requestBtn { cursor: pointer; color: @blueLighten; &:hover, &:active { text-decoration: underline; color: @blue; } } .controlled { color: white; text-shadow: -1px -1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px 1px 0 #FFFFFF; } .pixels { a:hover{ color: @white; } } .btn-info { background-color: @redLight; border-color: @redLight; &:hover, &:focus, &.focus { background-color: @red; border-color: @red; } &:focus, &.focus { box-shadow:0 0 0 .2rem rgba(158,40,44,.5) } } .form-control, .custom-select { border: 1px solid @blue; } .custom-select { width: 100% !important; } input.error, textarea.error { border: 1px solid @red; } label.error { font-size: 0.875rem; color: @red; } .bg-tmw-blue { background: rgba(46,95,151,.9); } .text-red { color: @red; } .text-blue { color: @blue; } .bg-red { background: @red; } .bg-blue { background: @blue; } .text-bold { font: 700 1.5rem @sans; } .navbar-dark .navbar-nav .nav-link { font: 700 1.5rem @sans; color: rgba(255,255,255,1); } .about-us { font: 400 1.25rem @sans; } .about-us .img-thumbnail { border: 1px solid @blue; } .w-35 { width: 35% !important; } .addresses{ font-size: 0.875rem; strong { display: block; font: 600 1.25rem @sans; } em { display: block; font: italic 400 1rem @sans; color: @blue; } }