			body {
			font-family: 'cabin-regular';
			}
			li:hover{
				background-color:black;
			}
			li{
				font-family: 'cabin-regular';
				font-size:18px;
			}
			.fontfix{
				font-family: 'cabin-regular';
				font-size:18px;
				color:white;
			}
			
			.cabinHead{
				font-family: 'cabin-regular';
				font-size: 50px;
				color: #333333;
				text-align: center;
				margin-top: 70px;
			}
			
			.cabinBottomHead{
				font-family: 'cabin-regular';
				font-size: 20px;
				color: #333333;
				text-align: center;
			}
			
			.cabinDesc{
				font-family: 'cabin-regular';
				font-size: 18px;
				color: #333333;
			}
			
			.cabinBottomDesc{
				font-family: 'cabin-regular';
				font-size: 14px;
				color: #333333;
			}
			
			.fontfix1{
				font-family: 'cabin-regular';
				font-size:25px;
				color:#333333;
			}
			.fontPixel{
				font-family: 'cabin-regular'; 
				font-size: 16px;  
				color:#EFEFEF;
			}
			.fontPixel1{
				font-family: 'cabin-regular'; 
				font-size: 13px;  
				color:#333333;
			}
			.smGlobalBtn{ /* global button class */
				display: inline-block;
				position: relative;
				cursor: pointer;
				width: 50px;
				height: 50px;
				box-shadow: 0 2px 2px #999;
				padding: 0px;
				text-decoration: none;
				text-align: center;
				color: #fff;
				font-size: 25px;
				font-weight: normal;
				line-height: 2em;
				border-radius: 25px;
				-moz-border-radius:25px;
				-webkit-border-radius:25px;
			}
			
			.facebookBtn{
				background: #4060A5;
			}

			.facebookBtn:before{ /* use :before to add the relevant icons */
				font-family: "FontAwesome";
				content: "\f09a"; /* add facebook icon */
			}

			.facebookBtn:hover{
				color: #4060A5;
				background: #fff;
			}

			/* twitter button class*/
			.twitterBtn{
				background: #00ABE3;
			}

			.twitterBtn:before{
				  font-family: "FontAwesome";
				  content: "\f099"; /* add twitter icon */
			}

			.twitterBtn:hover{
				  color: #00ABE3;
				  background: #fff;
			}
			
			/* pinterest button class*/
			.pinterestBtn{
				background: #cb2027;
			}

			.pinterestBtn:before{
				  font-family: "FontAwesome";
				  content: "\f0d2"; /* add pinterest icon */
			}

			.pinterestBtn:hover{
				  color: #cb2027;
				  background: #fff;
			}
			
			.colorByte{
				color:#4D4D4D;
			}
			
			.colorPixel{
				color:#1ABC9C;
			}
			
			.fontSizeByte{
				font-size:25px;
			}
			.fontSizePixel{
				font-size:14px;
			}
			
			.underlineNone{
				text-decoration:none;
			}
			#footer{
				position:relative;
				bottom:0;
				left:0;
				width:100%;
				padding:10px;
				background-color:black;
				color:white;
				font-size:14px;
				text-align:center;
				border-top: 1px solid #000;
			}
			
			#jumbotron1{padding:10px;
			margin-bottom:30px;
			color:inherit;
			font-family: 'cabin-regular';
			background: rgba(233,212,179,1);
background: -moz-linear-gradient(top, rgba(233,212,179,1) 0%, rgba(193,158,103,1) 77%, rgba(182,141,76,1) 99%, rgba(243,226,199,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(233,212,179,1)), color-stop(77%, rgba(193,158,103,1)), color-stop(99%, rgba(182,141,76,1)), color-stop(100%, rgba(243,226,199,1)));
background: -webkit-linear-gradient(top, rgba(233,212,179,1) 0%, rgba(193,158,103,1) 77%, rgba(182,141,76,1) 99%, rgba(243,226,199,1) 100%);
background: -o-linear-gradient(top, rgba(233,212,179,1) 0%, rgba(193,158,103,1) 77%, rgba(182,141,76,1) 99%, rgba(243,226,199,1) 100%);
background: -ms-linear-gradient(top, rgba(233,212,179,1) 0%, rgba(193,158,103,1) 77%, rgba(182,141,76,1) 99%, rgba(243,226,199,1) 100%);
background: linear-gradient(to bottom, rgba(233,212,179,1) 0%, rgba(193,158,103,1) 77%, rgba(182,141,76,1) 99%, rgba(243,226,199,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9d4b3', endColorstr='#f3e2c7', GradientType=0 );
			}
			
			.form-group.required .control-label:after { 
			   content:"*";
			   color:red;
			}