			body{
				font-size:1em!important;
			}
			footer{
				min-height:300px;
			}
			.table {margin-top:10px;}
			.table .ib{border-top:1px solid black;}
			.table .heading{color:black;font-weight:bold;padding:10px;}
			.ib,.ib .heading,.ib .subheading{
				display:inline-block;
				vertical-align:top;
				width:100%;
				max-width:1000px;
			}
			.ib .heading,.ib .subheading, .ib .value{
				max-width:299px;
			}
			.ib .subheading, .ib .value{
				padding:10px;
				background-color:white;

			}
			.logo{text-align:left;}
			.email-address{text-align:right;}
			.contact-btn{
				cursor:pointer;
			}
			nav .navbar{
				border-radius:none!important;
				margin-bottom:0px;
			}
			.navbar-default{
				font-size:1.6em;
				font-weight:bold;
				border-radius:none!important;
				border:none !important;
				margin-bottom:0px!important;
			}
			.nav > li{
				border-radius:0px;
			}
			.nav .active{
				font-weight:bold;
			}
			.tile{
				display:inline-block;
				vertical-align:top;
				width:280px;
				height:280px;
				margin-top:5px;
				cursor:pointer;
				background-repeat:no-repeat;
				background-size:cover;
				background-position:center top;
				box-shadow:0px 0px 2px #333;
			}
			.tile-text{
				display:inline-block;
				vertical-align:top;
				min-height:90px;
				width:99%;
				max-width:280px;
				padding:10px;
				font-size:1.6em;
				font-weight:bold;
				text-align:center;
				background-color:rgba(58,1,10,0.8);
				color:white;
				border-radius:5px 5px 0px 0px;
			}
			.tile-holder{
				display:inline-block;
				vertical-align:top;
				width:100%;
				max-width:300px;
				text-align:center;
				margin:10px;
				margin-top:0px;
			}
			.tile:hover{
				box-shadow:0px 1px 12px #fff;
			}
			.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
			    color: #fff;
			    text-decoration: none;
			    background-color: #337ab7;
			    outline: 0;
			}
			.services-holder{
				width:100%;
				text-align:center;
				background:url(../img/background.jpg) no-repeat;
				background-position:top center;
				background-size:cover;
			}
			.services{
				width:100%;
				padding-top:50px;
				text-align:center;
				background:none;
				background-color:rgba(58,1,10,0.8)!important;
			}
