@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i|Rokkitt:300,400,700');


/* ---------------------------------------------------
    Base-tag Styles
----------------------------------------------------- */

body {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  background: #e9eaeb;
}

p {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  line-height: 1.7em;
  color: #333;
}


a, a:hover, a:focus {
  color: inherit;
  text-decoration: none;
  transition: all 0.1s;
}

main {
  padding: 10px 5px;
}

img {
  margin: 0;
  padding: 0;
}

main img {
  width: 100%;
  object-fit: cover;
}

/* ---------------------------------------------------
    Typography Styles
----------------------------------------------------- */

.serif {
  font-family: 'Rokkitt', serif;
  font-weight: 400;
}

.sans-serif {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
}

.font-light {
  font-weight: 300;
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
}

.logo-text {
  line-height: 80%;
  padding: 0;
  color: #F0577C;
  font-size: 2rem;
}

/* ---------------------------------------------------
    Navbar Styles
----------------------------------------------------- */

.navbar {
  padding: 15px 10px;
  background: #0F1E23;
  border: none;
  border-radius: 0;
  margin-bottom: 0px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.nav-item {
  padding: 10px;
}

.navbar .nav-item a.nav-link:hover {
  color: rgba(4, 211, 156, 1);
}

.navbar .dropdown-toggle {
  background-color: inherit;
}

.navbar .dropdown-item:hover {
  background-color: #EEE;
}

.navbar-nav li.nav-item.active a.nav-link {
  color: #FFF;
}

.navbar-brand {
  color: #F94A73 !important;
  font-size: 2rem;
}

/* ---------------------------------------------------
    Alert Styles
----------------------------------------------------- */

.alert-primary .btn-primary {
  padding: 5px 10px;
}

.alert-primary .close {
  color: black;
  font-size: 30pt;
  margin: auto;
  padding: 8px 20px;
}

/* ---------------------------------------------------
    Index Page Styles
----------------------------------------------------- */

.brand-heading {
  font-size: 3rem;
  font-weight: 700;
  line-height: 80%;
  color: #F94A73;
  padding: 0;
}
.intro-text {
  font-size: 1.5rem;
}

.dark-bg {
  background-color: #04D39C;
  padding: 15px 15px;
  color: #FAFAFA;
}

/* ---------------------------------------------------
    About Page Styles
----------------------------------------------------- */

#about h2 {
  padding: 0px 10px;
  color: #04D39C;
  position: relative;
  top: -5px;
}
#about p {
  padding: 0px 10px;
  color: #333;
  letter-spacing: 0.05rem;
}
#about .content-section {
  margin: 0;
  padding: 0;
}
#about .container-fluid {
  color: #04D39C;
  max-width: 900px;
  padding: 30px 0px;
}

/* ---------------------------------------------------
    Button Styles
----------------------------------------------------- */

.btn-home {
  color: white;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

.btn-home:focus, .btn-home:hover {
  color: #FAFAFA;
  border: 1px solid #007BFF;
  outline: none;
  background-color: #007BFF;
}

#starter-links .btn-home:focus, #starter-links .btn-home:hover {
  color: #FAFAFA;
  border: 1px solid #149ECC;
  outline: none;
  background-color: #149ECC;
}

.btn-about {
  color: white;
  border: 1px solid white;
  background-color: #007BFF;
}

.btn-about:focus, .btn-about:hover {
  color: #FAFAFA;
  outline: none;
  opacity: .7;
}

.btn-additem {
  display: inline-block !important;
  color: white;
  padding: 3px;
  background-color: #3B7FBF;
  text-align: left;
  transition: background-color .2s, color .2s, border .1s;
  border-radius: 1px;
  margin: auto;
  margin-left: auto;
  margin-right: 2%;
}

.btn-additem:hover {
  background-color: #5e96ca;
  border-radius: 2px;
}

/* ---------------------------------------------------
    Store Page Styles
----------------------------------------------------- */

.item-bin .card {
  border-radius: 0;
  margin-bottom: 30px;
  text-align: center;
  border: 0;
  box-shadow: 0px 1px 5px #D0D0D0;
}

.item-bin .card-body {
  width: 100%;
}

.item-bin .card-img-top {
  border-radius: 1px;
}

.item-bin .card-text {
  font-size: 16px;
  margin-bottom: 5px;
  display: inline-block;
}

.item-bin .card h6.card-title {
  display: inline-block;
  font-weight: 400;
  margin: auto;
  margin-left: 2%;
  margin-right: auto;
}

.item-bin .store-item {
  border-radius: 1px;
  box-shadow: -3px 3px 10px #94a09d;
}

/* ---------------------------------------------------
    Container Styles
----------------------------------------------------- */

.content-bin {
  border-radius: 1px;
  padding: 15px;
  background-color: #FCFCFC;
  color: black;
  min-height: 500px;
}

.content-bin .alert-primary {
  background-color: #F94A73 !important;
  color: #FAFAFA;
  border: none;
  box-shadow: 0px 1px 5px #666;
  padding-bottom: 8px;
}

.content-bin .alert-primary .lead {
  color: #FAFAFA;
  display: inline-block;
  margin-bottom: 0;
}

#content {
  width: 100%;
  background: url("../img/backdrop.jpg") no-repeat top center scroll;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 40px;
  min-height: 100vh;
}

#content > .overlay {
  width: inherit;
  height: inherit;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

#content > .overlay > #starter {
  margin-top: 10%;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  main {
    padding: 20px 10px;
  }
  #content {
    width: 100%;
  }
  .content-bin {
    padding: 30px;
  }
  .brand-heading {
    font-size: 4.0rem;
    letter-spacing: .4rem;
  }
  .intro-text {
    font-size: 1.8rem;
  }
  .item-bin .card h6.card-title {
    margin: auto;
  }

  .btn-additem {
    margin: auto;
  }
  #about p {
    padding: 0px 0px;
  }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .btn-additem {
    margin: 0;
    margin-right: 2%;
    margin-left: auto;
  }
  .item-bin .card h6.card-title {
    display: inline-block;
    font-weight: 400;
    margin-left: 2%;
    margin-right: auto;
  }
}

/* ---------------------------------------------------
    Manager Styles
----------------------------------------------------- */
input[type="checkbox"].fill-check + label {
  width: 20px;
  height: 20px;
  border: 3px solid #555;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  transition: all ease-out 200ms;
  text-indent: 30px;
  font: normal normal 10px/20px "Helvetica";
  white-space: nowrap;
  color: #555;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
input[type="checkbox"].fill-check + label:after {
  content: "";
  width: 0px;
  height: 25px;
  border-bottom: 3px solid #22b573;
  border-left: 3px solid #22b573;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  transition: all ease-out 200ms;
}

input[type="checkbox"].fill-check:checked + label {
  border: 10px solid #22b573;
}
input[type="checkbox"].fill-check:checked + label:after {
  opacity: 1;
  width: 30px;
}

#fill-check {
  display: none;
}

#edit-categories-status {
  text-color: green;
}

#manager-panel {
  border-radius: 5px;
  padding: 0;
  padding-left: 15px;
  padding-right: 15px;
}

#manager-nav {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #EEE;
  padding: 30px 15px;
  min-height: 500px;
}

#manager-actions {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 30px;
  min-height: 500px;
}
