@font-face {
	font-family:'Comic Sans MS';
	src:url('fonts/comic.ttf') format('truetype');
}
body {
	padding-top: 70px;
	background-image: url(images/backdrop.gif);
	background-repeat: no-repeat;
	background-position: 50% 300px;
	background-attachment: fixed;
}
.container .row .col-md-4 .car-pic {
	background-image: url(images/IMG_0182.JPG);
	background-repeat: no-repeat;
	height: 224px;
	width: 343px;
	border-radius: 6px;
}
.container .row .col-md-4 .news-col {
	height: 300px;
	width: 343px;
	background-image: url(images/clouds2.jpg);
	background-repeat: no-repeat;
	margin-top: 15px;
	border-radius: 6px;
	margin-bottom: 15px;
}
.container .row .col-md-4 .news-col p {
	font-family: "Comic Sans MS", cursive;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 10px;
}
.container .row .col-md-4 .news-col p a {
	color: #00F;
	font-size: 18px;
	text-decoration: none;
	margin-top: 10px;
}
.container .row .col-md-4 .news-col p a:focus {
	color: #FF0;
	margin-top: 10px;
}
.container .row .col-md-4 .news-col p a:active {
	color: #FFF;
	margin-top: 10px;
}
.container .row .col-md-4 .news-col p a:hover {
	color: #F00;
	margin-top: 10px;
}
.container .row .col-md-4 .news-col .logos {
	margin-top: 40px;
	margin-left: 20px;
}
.container .footer p {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
	margin-top: 40px;
}
.container .row .col-md-8 p {
	font-family: "Comic Sans MS", cursive;
	font-size: 20px;
	color: #000;
}

.container .row .col-md-8 .table.table-striped tr {
	font-family: "Comic Sans MS", cursive;
	font-size: 16px;
}
.container .row .col-md-8 .table.table-striped tr td .h2 {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #00F;
	font-weight: bolder;
}
.container .row .col-md-8 .table.table-striped .TableShading {
	background-color: #E6E6E6;
}
.container .row .col-md-8 .contact_text {
	float: left;
	width: 35%;
}
.container .row .col-md-8 .contact_form {
	float: right;
	width: 65%;
	margin-top: 20px;
}
.container .row .col-md-8-thankyou {
	font-family: "Comic Sans MS", cursive;
	font-size: 45px;
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-top: 30px;
}
.container .row .col-md-8 p-tests {
	text-align: center;
}
