.section {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.section + .section {
  margin-top: 12rem;
}
.section-solid {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.section-item + .section-item {
  margin-top: 4rem;
}
.section-head,
.section-content,
.section-description,
.section-subscription,
.section-footer,
.section-content-xs,
.section-content-md {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.section-head,
.section-description,
.section-subscription,
.section-footer {
  text-align: center;
}
.section-content-xs {
  max-width: 240px;
}
.section-content-md {
  max-width: 330px;
}
.section-head {
  margin-bottom: 4rem;
}
.section-head .section-text {
  font-size: 1.125rem;
  margin-top: 1rem;
}
.section-footer {
  margin-top: 4rem;
}
.section-footer .btn:first-child:last-child {
  min-width: 8rem;
}
.section-pages {
  margin-top: 4rem;
}
.section-subscription {
  margin-top: 1.5rem;
  font-weight: 500;
}
.section-description {
  margin-top: 1.5rem;
}
.section-text p:last-child {
  margin-bottom: 0;
}
.slice-demo-highlight-current .slice-slide {
  opacity: 0.5;
  transition: all 0.1s linear 0s;
}
.slice-demo-highlight-current .slice-slide:hover,
.slice-demo-highlight-current .slice-slide.slice-current {
  opacity: 1;
}
.slice-demo-fix-height {
  height: 540px;
}
.card-body {
  max-width: 18rem;
  text-align: center;
  margin: 0 auto;
}
.navbar {
  padding: 1.5rem 15px;
  position: relative;
  z-index: 2;
}
.navbar .navbar-brand {
  color: #007bff !important;
  font-weight: 500;
  font-size: 1.5rem;
}
.navbar-static {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
footer {
  margin-top: 8rem;
}
.grid {
  margin-top: -3rem;
}
.grid > .col,
.grid > [class*="col-"] {
  margin-top: 3rem;
}
.grid-xs {
  margin-top: -1px;
  margin-left: -1px;
  margin-right: 0;
}
.grid-xs > .col,
.grid-xs > [class*="col-"] {
  margin-top: 1px;
  padding-left: 1px;
  padding-right: 0;
}
.feature-block {
  text-align: center;
}
.feature-block .feature-icon {
  font-size: 3rem;
  line-height: 1;
  color: #007bff;
  margin-bottom: 1.5rem;
}
.feature-block .feature-text {
  margin-bottom: 0;
}
.theme-description {
  font-size: 1.25rem;
}
.theme-actions {
  margin-top: 1.5rem;
}
.image-block-link {
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #fff !important;
  background-color: #959595;
  display: block;
}
.image-block-link .block-link-image,
.image-block-link .block-link-title,
.image-block-link .block-link-hover {
  transition: all 0.3s linear 0s;
}
.image-block-link .block-link-image {
  transform: scale(0.8);
  display: block;
}
.image-block-link .block-link-title {
  position: absolute;
  line-height: 1.2;
  font-size: 1.25rem;
  left: 0;
  bottom: 1rem;
  max-width: 100%;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  background: rgba(0,0,0,0.7);
  z-index: 3;
}
.image-block-link .block-link-hover {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.image-block-link:hover .block-link-image {
  transform: scale(1);
}
.image-block-link:hover .block-link-title {
  background: #000;
}
.image-block-link:hover .block-link-hover {
  left: 0;
}
.smaller {
  font-size: 50%;
}
.bg-white-80 {
  background-color: rgba(255,255,255,0.8) !important;
}
.slice-resize-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.slice-resize-sizes {
  display: flex;
  margin: 0 auto -1px;
}
.slice-resize-content {
  margin: 0 auto;
  width: 100%;
}
.slice-resize-frame {
  width: 100%;
  border: 1px solid rgba(0,0,0,0.1);
  background: #fff;
  border-radius: 3px;
  padding: 3px;
  position: relative;
  z-index: 1;
}
.slice-resize-wide.container {
  padding-left: 0;
  padding-right: 0;
}
.slice-resize-wide > .slice-resize-frame {
  border-left: 0 none;
  border-right: 0 none;
  padding-left: 0;
  padding-right: 0;
}
.slice-resize-item {
  color: #212529;
  font-size: 21px;
  padding: 5px 15px;
  display: block;
  border-radius: 5px 5px 0 0;
  border-style: solid;
  border-width: 1px 1px 0 1px;
  border-color: transparent;
  background: #dee1e6;
  cursor: pointer;
  position: relative;
}
.slice-resize-item:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  bottom: 5px;
  width: 1px;
  background: rgba(0,0,0,0.1);
}
.slice-resize-item:first-child:before,
.slice-resize-item:hover:before,
.slice-resize-item.active:before,
.slice-resize-item:hover + .slice-resize-item:before,
.slice-resize-item.active + .slice-resize-item:before {
  display: none;
}
.slice-resize-item:hover,
.slice-resize-item.active {
  color: #212529;
  border-color: rgba(0,0,0,0.1);
  z-index: 2;
  text-decoration: none;
}
.slice-resize-item:hover {
  background: #eaecef;
}
.slice-resize-item.active {
  background: #fff;
}
#my-cursor-area,
.custom-area {
  display: inline-block;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  font-size: 5rem;
  color: rgba(255,255,255,0.2);
  background-color: #007bff;
  position: relative;
  margin-top: 1rem;
}
