<?php include "z_template_begin.php"; ?>

				<!-- Main -->
					<div id="main">
						<article class="post featured">
							<header class="major">
								<!--<span class="date">April 25, 2017</span> -->
								<h2>About REVS</h2>
								<p>Rural Equine is a mobile equine veterinary service established in 2022 by Dr. Chelsey Bell and her husband Brandon Bell. At this time, Dr. Bell only offers appointments on a part time basis by appointment only.</p>
								<p>Services include (but are not limited to) routine wellness exams, coggins, vaccinations, power float dentistry, lameness examinations, radiography, joint injections, etc.</p>
							</header>
							<ul class="actions special">
								<li><a href="our_story.php" class="button large">Read Our Story</a></li>
							</ul>
							<img src="images/pic01.jpg" alt=""<?php if($deviceType == "phone" || $deviceType == "tablet"){ ?> width="300"<?php } ?> />
						</article>
						<section class="posts">
							<article>
								<header>
									<!--<span class="date">April 24, 2017</span>-->
									<h2>Schedule an Appointment</h2>
								</header>
								<a href="contact.php" class="image fit"><img src="images/pic02.jpg" alt="" /></a>
								<p>Ready to hire us?</p>
								<ul class="actions special">
									<li><a href="contact.php" class="button">I'm Ready!</a></li>
								</ul>
							</article>
							<article>
								<header>
									<!--<span class="date">April 22, 2017</span>-->
									<h2>Our Services</h2>
								</header>
								<a href="our_services.php" class="image fit"><img src="images/pic03.jpg" alt="" /></a>
								<p>REVS is your hometown mobile vet offering Coggins, Vaccinations, Dentistry, Lameness, and so much more!</p>
								<ul class="actions special">
									<li><a href="our_services.php" class="button">What Can We Do?</a></li>
								</ul>
							</article>
						</section>
					</div>

<?php include "z_template_end.php"; ?>