/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*

PEPWELL

*/
h1, h2 {
  color: #af2f2f; }

h3 {
  font-size: 40px;
  padding-top: 50px;
  margin-bottom: 30px;
  font-weight: bold; }

p {
  font-size: 25px;
  margin-top: 20px;
  margin-bottom: 25px;
  line-height: 1.3em; }

a {
  color: #af2f2f;
  font-size: 30px;
  margin-top: 50px;
  display: block;
  text-decoration: none;
  margin-bottom: 60px; }

.text, .contact {
  padding: 0 15px; }

.contact p {
  color: #af2f2f; }

hr {
  border-color: rgba(175, 47, 47, 0.2);
  margin: 50px 30px; }

html {
  min-height: 100%;
  font-family: 'Saira Semi Condensed', sans-serif;
  background-image: url("../images/body-bg.jpg");
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat; }

body {
  height: 100%;
  text-align: center; }

.frame {
  height: 50vh;
  background-image: url("../images/bg2.jpg");
  background-position: center bottom;
  background-size: cover;
  position: relative; }

.frame-inner {
  margin: 0 auto;
  position: relative;
  width: 700px;
  height: 100%;
  vertical-align: bottom; }

.frame-inner .windmill {
  height: 80%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: 0; }

.frame-inner .title {
  position: absolute;
  right: 0;
  bottom: 100px;
  width: 400px;
  height: auto; }

.title-small {
  display: none; }

@media all and (max-width: 699px) {
  .frame {
    height: 400px;
    background-size: auto 100%; }

  .frame-inner {
    width: 100%; }

  .frame-inner .title {
    display: none; }

  .frame-inner .windmill {
    height: 300px;
    left: 20%;
    margin-left: -50px; }

  .title-small {
    display: block;
    width: 300px;
    margin: 0 auto 20px auto;
    padding-top: 40px; }

  h3 {
    font-size: 30px; }

  p {
    font-size: 25px; }

  a {
    color: #af2f2f;
    font-size: 20px; } }
.plough-frame img {
  max-width: 600px;
  height: auto; }

.plough-frame {
  padding: 50px 0; }

@media all and (max-width: 650px) {
  .plough-frame img {
    width: 90%; } }

/*# sourceMappingURL=styles2.css.map */
