body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.landingBanner {
    background-image: url("../image/bannerPillow.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.title {
    font-size: large;
    color: white!important;
}


.card-body h5 {
    font-size: 48px;
    font-weight: bold;
}

.pTitle {
    font-size: 26px;
}

.badge-title{
    font-size: 18px!important;
    padding-left: 10%!important;
    padding-right: 10%!important;
    padding-top: 5%!important;
    padding-bottom: 5%!important;
}

.pillow{
    background-color: #E56300!important;
}

.legaleye{
    background-color: #46B4EB!important;
}

.card img{
  width: 50%;
  margin: 0 auto;
}

.contentIcon {
    padding: 1.5em .5em .5em;
    border-radius: 2em!important;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    font-size: 16px;
}

.card-big-shadow {
  max-width: 320px;
  position: relative;
  margin:auto;

}

.coloured-cards .card {
  margin-top: 30px;
}

.card[data-radius="none"] {
  border-radius: 0px;
}
.card {
  border-radius: 8px;
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  background-color: #FFFFFF;
  color: #252422;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}


.card[data-background="image"] .title, .card[data-background="image"] .stats, .card[data-background="image"] .category, .card[data-background="image"] .description, .card[data-background="image"] .content, .card[data-background="image"] .card-footer, .card[data-background="image"] small, .card[data-background="image"] .content a, .card[data-background="color"] .title, .card[data-background="color"] .stats, .card[data-background="color"] .category, .card[data-background="color"] .description, .card[data-background="color"] .content, .card[data-background="color"] .card-footer, .card[data-background="color"] small, .card[data-background="color"] .content a {
  color: #FFFFFF;
}
.card.card-just-text .content {
  padding: 30px 20px;
  text-align: center;
}
.card .content {
  padding: 20px 20px 10px 20px;
}
.card[data-color="blue"] .category {
  color: #7a9e9f;
}

.card .label {
  font-size: 14px;
  margin-bottom: 0px;
}

.card .category {
  font-size: 28px;
}

.card-big-shadow:before {
  background-image: url("https://static.tumblr.com/i21wc39/coTmrkw40/shadow.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -12%;
  content: "";
  display: block;
  left: -12%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
h4, .h4 {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.2em;
}
h6, .h6 {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.card .description {
  font-size: 16px;
  color: #66615b;
}
.content-card{
  margin-top:30px;    
}
a:hover, a:focus {
  text-decoration: none;
}


.card[data-color="orange"] {
  background: #ff8f5e;
}
.card[data-color="orange"] .description {
  color: #772510;
}
.card[data-color="orange"] .category {
  color: #e95e37;
}

.card[data-color="green"] {
  background: #d5e5a3;
}
.card[data-color="green"] .description {
  color: #60773d;
}
.card[data-color="green"] .category {
  color: #92ac56;
}


.card[data-color="brown"] {
  background: #d6c1ab;
}
.card[data-color="brown"] .description {
  color: #75442e;
}
.card[data-color="brown"] .category {
  color: #a47e65;
}

.card[data-color="yellow"] {
  background: #ffe28c;
}
.card[data-color="yellow"] .description {
  color: #b25825;
}
.card[data-color="yellow"] .category {
  color: #d88715;
}

.btn-verde {
  background-color: #54AF60!important;
  border-color: #54AF60!important;
  color: #FFFFFF!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  padding: 10px 10px!important;
  width: 49%!important;
}

.btn-grigio {
  background-color: #DCDCDC!important;
  border-color: #DCDCDC!important;
  color: #7D7D7D!important;
  -webkit-border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  border-radius: 0px!important;
  padding: 10px 10px!important;
  width: 49%!important;
}

.yellowtail {
  font-size: 38px;
  -webkit-transform: rotate(340deg);
  -moz-transform: rotate(340deg);
  -o-transform: rotate(340deg);
  writing-mode: lr-tb;
  font-family: 'Yellowtail', cursive;
}


.yellowtail2 {
  font-size: 24px;
  writing-mode: lr-tb;
  margin-left: 0px;
  margin-top: 0px;
}

.submenu{
  background-color: #F2F4F6;
  font-size: 2vh;
}

footer {
  background-color: #005995;
  text-align: center;
  color: #fff;
  padding: 15px;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.3;
}


