html, body {
	background: #f5f5f5 !important;
  height: 100%;
  position: relative;
}

* {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: border-box; 
}

@media(min-width:601px) {
  .uk-navbar-container {
    padding: 0 20px;
  }
}

@media(min-width:600px) {
  .uk-logo {
    padding: 0 15px 0 0 !important;
  }
}

.splash {
  background: #f7f7f7;
  background: -moz-linear-gradient(top, #ffffff 42%, #f5f5f5 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 42%,#f5f5f5 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 42%,#f5f5f5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f5f5',GradientType=0 ); /* IE6-9 */
  position: relative;
  padding: 210px 0;
  color: #222;
  text-align: center;
}

.splash-heading {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-seri;
  font-size: 50px;
  font-weight: 300;
}

.pages-nav {
  margin-bottom: -80px;
  z-index: 10;
}

.page-header {
  background: #f5f5f5;
  padding-top: 140px;
  padding-bottom: 80px;
  text-align: center;
}

.home-features {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 80px;
}

.feature-icon {
  color: #222;
}

.feature-item {
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.home-scroll-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  color: #9a9a9a;
}

.footer-mobile {
  bottom: 0;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.footer-item {
  color: #999;
}

.footer-copyright {
  font-size: 14px;
  margin: 28px 0 0 0;
}

.footer-dash {
  bottom: 0;
  margin-top: -80px;
}

.footer-dash-mobile {
  bottom: 0;
  margin-top: -177px;
  background: #fff;
  padding: 30px 0;
  text-align: center;
}

.email-verify-banner {
  padding: 12px 10px 12px 10px;
  background: #ffa20a;
  text-align: center;
}

.email-verify-banner > div > p {
  color: #fff;
  display: inline;
}

.email-verify-button {
  background: #ffc462;
  padding: 5px 12px 5px 12px;
  display: inline;
  text-decoration: none !important;
  font-size: 12px;
  color: #c57a00;
  border-radius: 3px;
  margin-left: 10px;
}

.email-verify-button:hover {
  color: #e89814;
}

#avatar_preview {
  background-color: #eee;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  position: relative;
}

.profile_pic {
  background-color: #eee;
  background-repeat: no-repeat;
  height: 100px;
  width: 100px;
  background-position: center;
  background-size: cover;
  background-clip: border-box;
  position: relative;
}

@media(max-width:1199px) {
  .avatar-divider {
    margin: -5px -30px 29px -30px !important;
  }
}

@media(min-width:1199px) {
  .avatar-divider {
    margin: -5px -40px 29px -40px !important;
  }
}

.badge-secondary {
  background: #222 !important;
}

.link-card {
  position: relative;
}

.link-card:hover .link-forward-icon {
  display: block;
}

.link-card > .uk-card-body {
  border-left: 4px solid;
  padding: 27px 22px !important;
}

.link-forward-icon {
  position: absolute;
  color: #b1b1b1;
  top: 43px;
  right: 28px;
  display: none;
}

.link-icon {
  width: 50px;
  height: 50px;
  border-radius: 4px;
}

.link-icon > span {
  font-size: 28px;
}

.link-url {
  margin-top: 1px;
}

@media(max-width:960px) {
  .link-url {
    margin-top: 7px;
  }
}

.dash-url-margin {
  margin-bottom: 7px !important;
}

.link-sort-save-container {
  background: #fff;
  border-top: 1px solid #f1f1f1;
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 28px 0;
  z-index: 9999;
}

.link-sort-move-handle {
  position: absolute;
  top: 14.5px;
  right: 15px;
}

.main-container {
  min-height: 100vh;
  overflow: hidden;
  display: block;
  padding-bottom: 200px; 
}
