@import '_variables'; .form-search { width: 380px; height: 40px; } .socials-ul { display: none; } nav { color: white; font-family: MerriweatherSans; background-color: #4a4e55; } .navbar { padding: 0 !important; height: 40px; } .form-container { padding: 0; } .btn span { color: $lightblue; width: 30px; height: 30px; } .btn span:hover { color: white; transition: 0.5s; } .contact span { color: $lightblue; } input { color: white !important; } #src-input { background-color: #4a4e55; padding-left: 20px; } input::placeholder { color: white !important; } .phone { color: #333333; font-family: $numberfont; font-weight: 900; font-size: 15px; letter-spacing: .04em; font-style: normal; cursor: pointer; text-decoration: none; } .phone:hover { color: $lightblue; transition: 0.5s; text-decoration: none; } #phone-img { width: 22px; height: 33px; } #mail:hover { color: #333333; transition: 0.5s; } #mail { font-family: MerriweatherSans; color: $lightblue; text-decoration: underline; font-size: 14px; } .logo-img { cursor: pointer; } .dropdown { top: 22%; right: 10px; } .weather-div{ position: absolute; top: 2%; right: 10px ; color: white; } @media only screen and (min-width: 768px) { .dropdown { position: absolute; top: 7px; left: 20px; } .form-search { width: 229px !important; background-color: #4a4e55; padding-left: 34px; padding-right: 15px; } .form-container { padding-left: 0 !important; padding-right: 15px !important; } .navbar { background-color: #30343c; height: 50px; } #src-input { padding-left: 0px; } #socials { height: 28px !important; width: 28px !important; margin-top: 0 !important; padding-bottom: 0 !important; display: flex; align-items: center; justify-content: center; } .horizontal-menu { border-top: 1px solid #efefef; } .nav-ul-hor { width: 100%; cursor: pointer; color: #333333; font-family: Lato, sans-serif; font-weight: 900; font-style: normal; text-transform: uppercase; list-style-type: none; padding-left: 16px !important; .navs { padding: 1rem; color: #333333; } .navs:hover { background-color: $lightblue; color: white; transition: 0.3s; } } } @media only screen and (min-width: 992px) { .dropdown { position: absolute; left: 5%; top: 10px; } .navbar { height: 60px; } .form-search { margin-left: 55px; margin-right: 72px; margin-bottom: 0px; } .horizontal-menu { border-top: none !important; .dropdown-ul-2 { display: none; position: absolute; } #li-home:hover .dropdown-ul-2 { display: flex; flex-direction: column; left: 26%; top: 18%; z-index: 99; font-size: .875rem; a{ text-decoration: none; } li{ padding: 1em 19px; width: 15em; background-color: #15c1c6; list-style: none; text-transform: uppercase; color: white; border-bottom: 1px solid white; } li:hover{ color: #30343c; transition: 0.3s; } } #li-people:hover .dropdown-ul-2 { display: flex; flex-direction: column; left: 30%; top: 18%; z-index: 99; font-size: .875rem; a{ text-decoration: none; } li{ padding: 1em 19px; width: 15em; background-color: #15c1c6; list-style: none; text-transform: uppercase; color: white; border-bottom: 1px solid white; } li:hover{ color: #30343c; transition: 0.3s; } } #li-about:hover .dropdown-ul-2 { display: flex; flex-direction: column; left: 37%; top: 18%; z-index: 99; font-size: .875rem; a{ text-decoration: none; } li{ padding: 1em 19px; width: 15em; background-color: #15c1c6; list-style: none; text-transform: uppercase; color: white; border-bottom: 1px solid white; } li:hover{ color: #30343c; transition: 0.3s; } } } .navs { padding: 45px 22px !important; } header { padding: 0 96px !important; } .logo-img { width: 174px; height: 39px; cursor: pointer; } }