<?php $__env->startSection('banner'); ?>
	<section id="banner" class="banner-sm">
		<div class="container">
			<div class="col-md-12">
				<h2 class="title">Responsive Design</h2>
			</div>
		</div>
	</section>
<?php $__env->stopSection(); ?>

<?php $__env->startSection('contents'); ?>
	<section id="contents">
		<div class="container">
			<div class="col-md-12">
				<div class="content-item">
					<p>As the name suggests, Responsive Websites respond to their environment, it will detect the size of screen and the type of device that the user is currently using to view the site.  Responsive Design will adjust itself and re-stack the layout in such a way that it will look good when viewed in any screen sizes.</p>
					<p>Responsive Design represents a fundamental shift in how we build websites for the future. </p>
				</div>
			</div>
		<div class="clearfix"></div>
	</section>
<?php $__env->stopSection(); ?>

<?php echo $__env->make('masters.base', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>