// This is kind of a mess, since the plugin uses bootstrap 4.0.0, but adminlte still uses the previous bootstrap.
// will have to reevaluate when adminlte supports b-4.0.0

@import "~simple-line-icons/scss/simple-line-icons";
body {
  background-color: #222;
}
header.masthead {
  background: linear-gradient(to left, #2e8893,#0E2231) !important;
}
header.reduced-masthead {
  min-height: 375px;
  height: 50vh;
}
.bg-primary {
  background: linear-gradient(#FFF0BC, #FFF0BC) !important;
}
#mainNav .navbar-brand {
  color: #73a6c0 !important;
}

@font-face {
  font-family: 'Dubai';
  src: url('../fonts/dubai/DubaiW23-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dubai/DubaiW23-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/dubai/DubaiW23-Light.woff2') format('woff2'), /* Super Modern Browsers */
  url('../fonts/dubai/DubaiW23-Light.woff') format('woff'), /* Pretty Modern Browsers */
  url('../fonts/dubai/DubaiW23-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Dubai',Catamaran,Helvetica,Arial,sans-serif !important;
}
#mainNav .navbar-brand {
  font-family: 'Dubai',Catamaran,Helvetica,Arial,sans-serif !important;
}

section.contact ul.list-social li.social-discord a{
  background-color:#7289da;

  img {
    width: 70%;
    margin-top: -7px;
  }
}
section {
  background-color: #fff;
}
section.contact ul.list-social li.social-discord a:hover{
  background-color: #5078da;
}

hr {
  max-width: 250px;
  margin: 25px auto;
}

footer {
  padding-top: 90px;
  padding-bottom: 30px;
  text-align: left;

  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    li {
      padding: 0;
      display: block;
      margin: 12px 0;
      a {
        padding: 5px 15px;
        font-size: 16px !important;
      }
    }
  }
  h4 {
    margin: 0 15px 10px;
    font-size: 20px;
    font-weight: 700;
  }


  p {
    padding: 15px 25px;
    font-size: 16px !important;
    &:hover {
      color: #eee;
    }
  }
  p.first {
    margin-top: -15px;
  }

  p, a {
    border-radius: 4px;
    &:hover {
      transition: all 0.2s ease;
      background: rgba(255, 255, 255, 0.4);
      text-decoration: none;
    }
  }

  .footer-social {
    a {
      font-size: 20px !important;
      &:hover {
        background: none;
        color: #c09853;
      }
    }
  }
}

.campaign {
  overflow: hidden;
  display: block;
  margin-bottom: 20px;

  .image-wrapper {
    max-width: 100%;
    display: block;
    height: 200px;
    background-color: #ebebeb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    .labels {
      margin-top: 115px;
      position: absolute;
      padding: 7px;
      font-size: 16pt;

      .label {
        margin-right: 5px;
      }
    }
  }

  .small-campaign {
    height: 160px;
  }

  .campaign-title {
    margin-top: 6px;
    max-height: 56px;
    padding: 5px;
  }

  &:hover {
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.15s ease;
    text-decoration: none;
    color: #c09853;
  }
}

.featured-campaigns {
  padding-bottom: 50px;
}

.campaigns {
  padding-top: 50px;
}

ul.pagination {
  li {
    a {
      display: inline-block;
      padding: 10px;
      &:hover {
        box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
        transition: all 0.15s ease;
      }
    }
    span {
      display: inline-block;
      padding: 10px;
    }
  }
}

.patreon-pledge {
  margin-bottom: 30px;
}

.label {
  display: inline;
  padding: .2em .5em .3em;
  font-size: 50%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label-default {
  background-color: #dce0e8;
  color: #444;
}

// Login / Register
.login-page, .register-page {
  background-color: #eef1f4;

  h1 {
    img {
      display: inline-block;
      width: 40px;
      margin-top: -8px;
    }
  }

  .login-box, .register-box {
    width: 420px;

    .login-box-body, .register-box-body {
      box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
      border-radius: 10px;
    }
  }
  .btn-app {
    .fab {
      font-size: 20px;
      display: block;
    }
  }
}