.text-yellow {
    color: yellow;
}

.text-purple {
    color: purple;
}

.bg-light-blue {
    background: #9fcdff;
}

.round-2 {
    border-radius: 1ex;
}

.shadow-2 {
    box-shadow: 6px 6px 12px #888888;
}

.somfy-block {
  display: inline-block;
  padding-left: 5px;
}

h1 {
  font-weight: bolder;
  margin-bottom: 4px;
  margin-top: 4px;
}

h1, h2, h3 {
    text-shadow:
            4px 4px 4px rgba(0, 0, 0, 0.55),
            -1px 0 white, 0 1px white, 1px 0 white, 0 -1px;
}

h4 {
  text-shadow:
          4px 4px 4px rgba(0, 0, 0, 0.55)
}




.d-border {
  border: 1px solid transparent;
  border-top-color: transparent;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1px;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition-property: background-color, border-color, box-shadow;
  transition-duration: 0.15s, 0.15s, 0.15s;
  transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
  transition-delay: 0s, 0s, 0s;
}

.full-width {
  width:  available;
  margin-left: 0px;
  margin-right: 0px;
}
.nav-link {
  background: rgba(0,0,0, 0.6);
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: rgba(255,255,255, 0.90);
  background-color: #f89406;
  background-image: linear-gradient(to bottom,
  rgba(255, 255, 255, 0.5),
  rgba(255, 255, 255, 0.6) 13%,
  rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.05));
  border: solid 1px black;
  background-repeat: repeat-x;
}

.somfy-gradient {
  color: rgba(255,255,255, 0.90);
  background-color: #f89406;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.6) 13%, rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.05));
  border: solid 1px black;
  background-repeat: repeat-x;
}

.tab-content {
  padding-left: 10px;
  padding-right: 10px;
}

.nav-item,
.gradient-fill
{
  background-image: linear-gradient(to bottom,
  rgba(255, 255, 255, 0.5),
  rgba(255, 255, 255, 0.6) 13%,
  rgba(0, 0, 0, 0.15) 27%, rgba(0, 0, 0, 0.05));
  background-repeat: repeat-x;
}

.text-arrea-lg {
  height: 220px
}

.fill {
  min-height: 100%;
  height: 100%;
  min-width: 100%;
  width: 100%;
}

.bg-somfy {
  background: #FFB000;
}

a:hover {
  text-decoration: none;
  cursor: grab;
}



