/*!
Theme Name: Stevethepainter
Theme URI: 
Author: Mike
Author URI: 
Description: Description
Version: 2.0.0
Tested up to: 5.72
Requires PHP: 7.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stevethepainter
Tags: 
*/
/*
 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;
}

blockquote, q {
  quotes: none;
}

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

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

/* MAIN CSS */
html {
  height: 100%;
}

body {
  color: #000;
  font-size: 16px;
  font-family: Montserrat, sans-serif;
  height: 100%;
  line-height: 1.25;
}

html.noscroll,
body.noscroll {
  margin: 0;
  overflow: hidden;
}

#headerinner {
  position: absolute;
  margin: auto;
  max-width: 87.75em;
  height: 100%;
  top: 0;
  width: 100%;
}

#hero-wrap {
  position: relative;
  overflow: hidden;
  padding: 100% 0 0 0;
  height: 0;
  max-height: 100%;
  display: flex;
  justify-content: center;
}

#hero-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#hero {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-width: inherit;
  object-position: center 75%;
}

#phonewrap {
  position: absolute;
  bottom: 0.75em;
  z-index: 2;
  width: 100%;
  display: flex;
  justify-content: center;
}

#phone {
  background-color: rgba(42, 103, 163, 0.5);
  padding: 0.5em;
  font-weight: 600;
  font-size: 1.25em;
  color: #fff;
  text-decoration: none;
}

#logo {
  position: absolute;
  z-index: 2;
  width: 12em;
  left: 2.5em;
  top: 1.25em;
}

#main {
  padding: 2em;
  margin: auto;
  max-width: 87.75em;
  box-sizing: border-box;
}

h1 {
  color: #2a67a3;
  font-size: 2em;
  font-weight: 700;
  margin: 0 0 1em;
  line-height: 1.333;
}

h2, #main .wpforms-title {
  color: #2a67a3;
  font-size: 1.75em;
  font-weight: 600;
  margin: 0 0 1em;
  line-height: 1.333;
}

p {
  font-size: 1.125em;
  line-height: 1.429;
  margin: 0 0 1em;
}

img {
  display: block;
}

strong {
  font-weight: 500;
}

i, em {
  font-style: italic;
}

ol, ul {
  margin: 0 0 1.375em 2.375em;
}

li {
  font-size: 1.125em;
  line-height: 1.429;
}

li ol,
li ul {
  margin-top: 1.375em;
}

a {
  color: #2a67a3;
  font-weight: 400;
}

cite {
  font-style: italic;
  margin: 0.857em 0 0;
  display: inline-block;
  font-size: 0.875em;
}

.wp-block-image figcaption,
.wp-block-table figcaption {
  font-style: italic;
  font-size: 0.875em;
  padding: 0.357em 0.357em 0.715em;
}

.wp-block-image img {
  height: auto;
}

#main .wpforms-container {
  background-color: #e4e4e4;
  padding: 0.75em;
}

footer {
  background-color: #2a67a3;
  color: #fff;
  padding: 2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#postaddress {
  margin: 2em 0;
}

@media all and (min-width: 450px) {
  #phone {
    width: auto;
    right: 1em;
  }
  #logo {
    top: 1.25em;
  }
  #hero-wrap {
    padding: 80% 0 0 0;
  }
}
@media all and (min-width: 600px) {
  #hero-wrap {
    padding: 70% 0 0 0;
  }
  #phonewrap {
    left: 2em;
    width: auto;
  }
  #logo {
    width: 15em;
    left: 2em;
  }
}
@media all and (min-width: 750px) {
  #hero-wrap {
    padding: 60% 0 0 0;
  }
}
@media all and (min-width: 960px) {
  #hero-wrap {
    padding: 40% 0 0 0;
  }
  #logo {
    width: 29%;
    max-width: 20em;
  }
  #postaddress {
    margin: 0;
  }
  #phonewrap {
    width: 20em;
    bottom: 6em;
  }
  #phone {
    background-color: transparent;
    padding: 0;
  }
}
@media all and (min-width: 1400px) {
  #hero-wrap {
    padding: 28em 0 0 0;
  }
  #phonewrap {
    bottom: 4em;
  }
  #phone {
    font-size: 1.5em;
  }
}

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