#services .span3 {
    padding: 25px 6px;
    cursor: pointer;
    height: 290px;
}

#services .span3:hover {
    background: #3a3a3a;
    color: #fff;
    padding: 25px 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
}

.responsive-image {
  height: auto;
  width: 85%;
}

.enlarge {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -o-transition: all 1s ease; /* IE 9 */
    -ms-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.enlarge:hover {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
    transform:scale(1.25);
}
.shadowed {
  filter: drop-shadow(9px 9px 9px rgba(0,0,0,0.3));
}
hr.star-light,
hr.star-primary {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
}
hr.star-light:after,
hr.star-primary:after {
  content: "\f005";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 2em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
}
hr.star-light:after {
  background-color: #337AB7;
  color: white;
}
hr.star-primary {
  border-color: #337AB7;
}
hr.star-primary:after {
  background-color: white;
  color: #337AB7;
}
.profile {
  background-color: #337AB7;
  padding: 6px;
}

p {
  font-size: 2.8vmin;
}

/* So on a small screen the home heading gets smaller */
@media (max-width: 992px) {
  .homeHeading {
    font-size: 4.0vh;
  }
}

.signature {
  font-family: 'Tangerine', serif;
  font-size: 3em;
  text-shadow: 4px 4px 4px #aaa;
  text-align: right
}

/* ONLY use BUTTON! Not btn, because bootstrap and materialize crash */

.button {
  display: inline-block;
  margin: 0.3em;
  padding: 1.2em 5em;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  box-shadow: 0 2px 10px rgba(0,0,0,0.5);
  border: none;
  font-size: 15px;
  text-align: center;
  border-radius: 25px;   /* Makes it round */
}

.button:hover {
  box-shadow: 1px 6px 15px rgba(0,0,0,0.5);
}

.green {
  background-color: #4CAF50;
  color: white;
}

.red {
  background-color: #F44336;
  color: white;
}

.blue {
  background-color: #03A9F4;
  color: white;
}

.white {
  background-color: white;
  color: black;
}

.silver {
  background-color: #bdbdbd;
  color: black;
}

.ripple {
  position: absolute;
  background: rgba(0,0,0,.25);
  border-radius: 100%;
  transform: scale(0.2);
  opacity:0;
  pointer-events: none;
  -webkit-animation: ripple .75s ease-out;
  -moz-animation: ripple .75s ease-out;
  animation: ripple .75s ease-out;
}

@-webkit-keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@-moz-keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  from {
    opacity:1;
  }
  to {
    transform: scale(2);
    opacity: 0;
  }
}

/*        PRICING CSS        */
.pricing.style-2 .plan-title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
/* COMMON STYLE */
.pricing .price {
    padding: 15px 0;
}
.pricing .price h4,
.pricing .plan-title h5{
    text-align: center;
}
.pricing .price span,
.pricing .plan-title span{
    display: inline-block;
    position: relative;
}
.pricing .plan-title span.plan{
    font-size: 25px;
    font-weight: 200;
    padding-bottom: 20px;
}
.pricing .price span.amount {
    font-size: 50px;
    font-weight: 100;
}
.pricing .price span.period {
    margin-left: -10px;
}
.pricing .price span.currency {
    letter-spacing: -6px;
    top: -20px;
}
.pricing .price span.currency, .pricing .price span.period {
    font-size: 16px;
}
.pricing .collection li.collection-item:hover{
    background: #f5f5f5;
}
.dark-grey-text {
    color: #121212;
}
.silvertext {
	-webkit-transition: color 0.2s ease;
	-moz-transition: color 0.2s ease;
	-o-transition: color 0.2s ease;
	transition: color 0.2s ease;
	position: relative;
	font-size: 50px;
	font-weight: bold;
	color: #DEDEDE;
	text-shadow: 0px 1px 0px #ABABAB,
                     0px 2px 3px #828282,
                     0px 3px 0px #4F4F4F,
                     0px 4px 0px #4F4F4F,
                     0px 5px 0px #4F4F4F,
                     0px 6px 1px rgba(0,0,0,0.7),
                     0px 10px 5px rgba(0,0,0,0.5);
}
.silvertext:after {
	color: rgba(255,255,255,0.0);
	text-shadow: 0px -2px 2px rgba(255,255,255,0.6);
	position: absolute;
	right: 0px;
}
.silvertext:hover {
	color: #878787;
}
.antispam {
    display: none;
}
