/*
Theme name: Eagle Punk	
*/
html, body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px; }

h1, h2 {
  font-family: ohno-blazeface, sans-serif;
  font-weight: 100;
  font-style: normal; }

h1 {
  font-size: 50px; }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 85px; } }

h2 {
  font-size: 35px; }
  @media screen and (min-width: 768px) {
    h2 {
      font-size: 50px; } }

h3 {
  font-size: 20px;
  font-weight: 700; }

.blueTxt {
  color: #2ed9c3; }

header {
  width: 100%;
  padding: 15px 0;
  background: white;
  position: fixed;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  header .logoCon {
    width: 140px;
    float: left; }
  header .phoneNumber {
    float: right;
    padding-top: 10px;
    font-size: 14px; }

section {
  width: 100%;
  min-height: 100%;
  padding-top: 200px;
  padding-bottom: 50px;
  background-color: white;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative; }
  section.white {
    color: white; }

.blueOverlay {
  width: 100%;
  height: 100%;
  background: rgba(46, 217, 195, 0.7);
  position: absolute;
  top: 0;
  bottom: 0; }

.blueBg {
  background: #2ed9c3; }

.blackBg {
  background: black; }

.serviceDetail {
  font-size: 16px; }

footer {
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.5); }
