
/* /home/ant0n/code/bee-keeper/www/shared/library/bootstrap_ex.css */

@media (min-width: 576px) {

  .col-form-label {
    text-align: right;
  }

}

/* /home/ant0n/code/bee-keeper/www/nursery-bee/site/site.css */

html, body {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  height: 100%;
}

ul {
  padding-inline-start: 20px;
}

.text-red           { color: red !important; }
.border-red         { color: red !important; }
.bg-red             { background-color: red !important }

.text-orange        { color: orange !important; }
.border-orange      { color: orange !important; }
.bg-orange          { background-color: orange !important }

.text-green         { color: green !important; }
.border-green       { color: green !important; }
.bg-green           { background-color: green !important }

.text-white         { color: white !important; }
.border-white       { color: white !important; }
.bg-white           { background-color: white !important; }

.text-silver        { color: silver !important; }
.border-silver      { color: silver !important; }
.bg-silver          { background-color: silver !important }

.emoji-only {
  font-size: 2.5em !important;
}

.pointer {
  cursor: pointer;
}

.scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.no-scroll {
  overflow: hidden;
}

[contenteditable=true]:empty:before {
  content: attr(data-placeholder);
  color: lightgrey;
  display: block;
}

.no-focus:focus {
  box-shadow: none;
  border-color: #CED4DA;
}

.plain-link:hover {
  text-decoration: none;
}

.text-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-text-input {
  white-space: pre-wrap;
}

.post-text-display {
  white-space: pre-line;
}

.empty-list {
  color: silver;
  margin-top: 25%;
}

/* /home/ant0n/code/bee-keeper/www/shared/page/shared/body.css */

@media (min-width: 1200px) {
  .container {
    /* max-width: 1140px; */
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    /* max-width: 960px; */
    max-width: 720px;
  }
}

.container {
  height: 100%;
  padding-top: 65px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .container {
    padding-top: 50px;
  }
}

/* /home/ant0n/code/bee-keeper/www/shared/page/shared/header.css */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid;
  box-shadow: 0 0 4px silver;
  z-index: 2;
  background-color: white;
}

.site-header-inner {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.site-header-brand {
  font-size: 18px;
  letter-spacing: 6px;
  cursor: pointer;
}

.site-header-nav .site-header-nav-item {

}

.site-header-nav > .site-header-nav-item > a,
.site-header-nav > .site-header-nav-item > span {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  line-height: 14px;
  vertical-align: middle;
  text-decoration: none;
}

.site-header-nav > .site-header-nav-item > a:hover,
.site-header-nav > .site-header-nav-item > a:focus {
  border-bottom-color: rgba(255, 165, 0, .5);
}

.site-header-nav > .link-active > a,
.site-header-nav > .link-active > a:hover,
.site-header-nav > .link-active > a:focus {
  border-bottom-color: rgb(255, 165, 0);
}

@media (min-width: 768px) {

  .site-header {
    height: 50px;
  }

  .site-header-inner {
    display: flex;
    justify-content: space-around;
  }

  .site-header-brand {
    font-size: 24px;
    letter-spacing: 5px;
    display: flex;
    float: left;
    align-items: center;
  }

  .site-header-nav {
    display: flex;
    float: right;
    align-items: center;
  }

  .site-header-nav > .site-header-nav-item > a {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 16px;
  }

}

/* /home/ant0n/code/bee-keeper/www/shared/page/shared/footer.css */

.site-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: white;
  border-top: 1px solid;
  box-shadow: 0 0 4px silver;
  z-index: 90;
}

.site-footer-inner {
  max-width: 720px;
  margin: 0 auto;
}

.site-footer-icon-container {
  display: inline-block;
}

.site-footer-icon {
  fill: white;
  margin-bottom: 5px;
}

/* /home/ant0n/code/bee-keeper/www/shared/page/shared/component.css */

.bk-btn {
  color: white;
  cursor: pointer;
}

.bk-btn > div {
  font-size: 1rem;
  text-align: center;
  border: 2px solid;
  border-radius: 0.4rem;
}

.display-none {
  display: none;
}

/* /home/ant0n/code/bee-keeper/www/shared/page/index/index.css */

.home {
  padding-bottom: 200px;
}

.home .logo {
  width: 125px;
  height: 125px;
}

.home .logo-bullet {
  width: 30px;
  height: 30px;
  margin: 20px;
}

.home .jumbo-text {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 4px;
}

.home .headline-text {
  font-size: 1.1rem;
  font-weight: 450;
}
