{% extends "base.html.twig" %}
{% block title %}Contact{% endblock %}
{% block stylesheets %}
{{ parent() }}
{% endblock %}
{% block body %}
<iframe class="d-block map vh-50 w-100" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2900.8415857242867!2d-1.8924642893820494!3d52.31042624789857!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x0%3A0xc4e91ce586fd8cb4!2sFW+Thorpe+Plc!5e0!3m2!1sen!2suk!4v1488367547207" rel="nofollow noopener"></iframe>
<div class="bg-mid-green py-7">
<h1 class="text-center text-white">Contact<span class="yellow">.</span></h1>
<div class="container-fluid d-flex">
<div class="col-1"></div>
<div class="col-lg-4 col-10">
<h4 class="text-white left">Address</h4>
<address class="text-white">
Merse Road<br> North Moons Moat<br> Redditch<br> Worcestershire<br> B98 9HH<br> England
</address>
<br> <strong class="text-white">Phone:</strong>
<a class="bold hover-yellow text-decoration-none text-white" href="tel:+441527583200" rel="noopener">+44 (0)1527 583200</a>
<span class="d-block text-white"><strong>Fax:</strong> +44 (0)1527 584177</span>
<span class="d-block text-white"><strong>Email:</strong>
<a class="bold hover-yellow text-decoration-none text-white" href="mailto:group%40fwthorpe.co.uk" rel="nofollow noopener">group@fwthorpe.co.uk</a>
</span><br>
<p class="text-white">Should you have any feedback or complaints please do not hesitate to contact us on the email address above, if your feedback relates to the website please email
<a class="bold hover-yellow text-decoration-none text-white" href="mailto:web%27site%40fwthorpe.co.uk" rel="nofollow noopener">web'site@fwthorpe.co.uk</a>.
</p>
<br>
<p class="text-white">Registered Address: FW Thorpe Plc, Merse Road, North Moons Moat, Redditch, Worcestershire, B98 9HH</p>
<p class="text-white">Registered in England and Wales No 317886</p>
</div>
<div class="col-1"></div>
</div>
</div>
{% endblock %}