html { font-size: 18px; line-height: 1.5; -webkit-text-size-adjust: 100%; background: #f7f8fc; color: #0d0a46; height: 100%; } body { margin: 0; height: 100%; } .uk-section-muted { background: #e9e9e9; } .intro { background-size: cover; background-position: center; min-height: 100%; max-height: 1200; color: #fff; display: flex; flex-direction: column; } header { padding: 20px 0; color: #1dc7da; background-color: transparent; box-shadow: none; transition: all 1s; } .logo img { border-radius: 20px; vertical-align: middle; } .logo span { margin-left: 10px; font-size: 22px; color: #0d0a46; } .uk-navbar-nav > li > a { color: #0d0a46; text-transform: capitalize; } .uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a[aria-expanded="true"] { color: #7048e8; } .uk-navbar-nav > li > a:active { color: #7048e8; } .uk-navbar-nav > li.uk-active > a { color: #7048e8; } .uk-nav .uk-nav-divider { border-top: 1px solid rgba(255, 255, 255, 0.2); } header.uk-sticky-fixed { box-shadow: 0 1px 15px rgba(0, 0, 0, 0.2); transition: all 1s; background-color: #fff; } .hero { flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 40px; padding-bottom: 40px; background: url("../images/hero-bg.jpg") no-repeat; background-size: cover; background-attachment: fixed; background-position: 10% 0; position: relative; } .hero .hero-bg { position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: linear-gradient(to left, #8b86a3, #322e40); opacity: 0.8; z-index: 1; } .hero .uk-container { z-index: 2; } .hero .content { display: flex; flex-direction: column; justify-content: center; } .hero img { border-radius: 5px; box-shadow: 0 14px 25px rgba(0, 0, 0, 0.16); } .hero .uk-button { border-radius: 40px; margin-top: 20px; } .hero .download-link { background-color: #7950f2; &:hover { background-color: #8828ff; } } .hero .demo-link { background-color: transparent; &:hover { background-color: #8828ff; } } .section-caption { text-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); } .section-caption img, .section-caption svg { width: 60px; height: 60px; } /* #features { .uk-card-title { background: url(../images/palette-print.svg) no-repeat center right; background-size: 60px 60px; } } */ .more-features { /* background: url("../images/hero-bg.svg") no-repeat; background-size: cover; */ background-color: #7950f1; } .with-play-button { display: inline-block; position: relative; } .with-play-button .play-button { position: absolute; background: transparent url(../images/play-circle.svg) no-repeat center; background-size: 60px 60px; top: 0; left: 0; width: 100%; height: 100%; opacity: 0.3; transition: all 0.3s; } .with-play-button .play-button:hover { opacity: 1; transition: all 0.3s; } .feature-img { border-radius: 6px; opacity: 0.75; } .feature-content { background-size: 50px 50px; min-height: 50px; background-repeat: no-repeat; text-shadow: 0 4px 5px rgba(0, 0, 0, 0.3); padding-left: 60px; } .feature-content .uk-text-right { padding-right: 60px; background-position: top right; } .uk-card-default { border-radius: 20px; } .download-card .os { width: 60px; height: 60px; } .download-card ul { margin: 40px 0 0 0; padding: 0; } .download-card ul li { padding: 0; list-style: none; margin: 10px 0; } .download-card a.store-link { display: flex; flex-direction: column; justify-content: center; text-transform: none; min-width: 200px; border-radius: 5px; padding: 5px 0; line-height: 1.5; min-height: 60px; } .download-card a.store-link span { display: block; font-size: 0.7rem; opacity: 0.9; } a[uk-slideshow-item] { background: rgba(0, 0, 0, 0.8); }