
	   .bg-blue {
	      		background-color: #D3E3E8;
	   }
	   .bg-green {
	          background-color: #C5E8C5;
	   }
	   .bg-yellow {
	          background-color: #FFFCB3;
	   }
	   .round {
	      border-radius:14px;
	   }
	   .dropshadow {
	   height: auto;
	   -webkit-box-shadow: -15px 13px 20px 3px rgba(0,0,0,0.91);
	   -moz-box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.91);

	   box-shadow: 3px 3px 8px 1px rgba(0,0,0,0.91);
	   }

       .stars {
            width:110%;
            height:auto;
       }

       #testimonials p {
            text-align: justify;
        }
	  
       #testimonials img {
            width:90%;
            height:auto;
        }
	  
	   body {
	      font-family: "Trebuchet MS";
	    color: #2a2a2a;
	    font-size: 16px;
	    font-weight: 300;
	    line-height: 1.5;
	    padding: .5em 0;
	   }
	      h2 {
	       font-size:30px;
	         color:#222;
	         font-family: 'Architects Daughter', cursive;
	      }
	      h3 {
	       color:#222;
	           font-family: 'Architects Daughter', cursive;
	         font-size:22px;
	      }
	   }

		ul { 
			list-style-image: url('star.png');
			}

		#foot a p {color:white}

