/*
Theme Name: Doghouse Penny Lane
Theme URI: https://thedoghousepennylane.com/
Description: Doghouse Penny Lane Theme
Version: 2.0
Author: Paul Maloney
Author URI: https://paulmaloney.net;
Tags: rwd, new, clean, animations
*/


/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

:root {
    --text: #2c2c2c;
    --white: #ffffff;
    --teal: #00939f;
    --darkteal: #006d76;
}

/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}

html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical!important; 
}

::selection {
	background: var(--teal);
	color: var(--white);
}

::-moz-selection {
	background: var(--teal);
	color: var(--white);
}

::-webkit-selection {
	background: var(--teal);
	color: var(--white);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: var(--text);
	text-decoration: none;
}

a:hover {
	color: var(--white);
	text-decoration: none;
}


/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 40px 'Courier Prime', monospace;	
	margin:0 0 20px 0;
	padding:0;
}

h2 {
	font: 35px 'Courier Prime', monospace;	
	margin:0 0 20px 0;
	padding:0;
}

h3 {
	font: 30px 'Courier Prime', monospace;
	margin:0 0 20px 0;
	padding:0;
}

h4 {
	font: 25px 'Courier Prime', monospace;
	margin:0 0 20px 0;
	padding:0;
}

h5 {
	font: 22px 'Courier Prime', monospace;
	margin:0 0 20px 0;
	padding:0;
}


/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
	background: var(--teal);
	color: var(--text);
	font: 18px/2 'Courier Prime', monospace;
	margin:0;
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
}

.container {
	width:100%;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 30px;
}

/* 
==========================================================================
HEADER
==========================================================================
*/

header {
	width:100%;
	padding: 40px 0;
	transition: all 0.3s ease-in-out;
}

.logo {
    width: 180px;
    height: auto;
    float: left;
    margin: 0;
	transition: all 0.3s ease-in;    
}

/* 
==========================================================================
HOME
==========================================================================
*/

.float-social {
	position: fixed;
	top: 40%;
	left: 20px;
}

.float-social a {
	color: var(--white);
	text-align: center;
	display: block;
	font-size: 25px;
}

.float-social a:hover {
	color: var(--darkteal);
}


.home-hero {
    border: 5px solid var(--text);
    width: 100%;
    margin: 0 auto 75px auto;
    display: block;
    position: relative;
}

.home-hero img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	height: auto;
	display: block;
}

.dark-section {
	padding: 100px 0;
	background: var(--text);
	text-align: center;
	color: var(--white);
}

.teal-section {
	padding: 100px 0;
	background: var(--teal);
	text-align: center;
	color: var(--text);
}

.teal-section-alt {
	padding: 0 0 100px 0;
	background: var(--teal);
	text-align: center;
	color: var(--text);
}

.white-section {
	padding: 100px 0;
	background: var(--white);
	text-align: center;
	color: var(--text);
}

.white-section a:hover {
	color: var(--teal);
}

.button-grid {
	opacity: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto 0 auto;
}

.button-grid-alt {
    width: 75%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    margin: 50px auto 0 auto;
}

.button {
	font-size: 20px;
	padding: 15px 30px;
	text-align: center;
	color: var(--text);
	text-transform: uppercase;
	background: var(--teal);
	font-weight: bold;
	transition: all 0.3s ease-in-out;    
}

.bwhite {
	color: var(--text);
	background: var(--white);
}

.bdark {
	color: var(--text);
	background: var(--darkteal);
}

.button:hover {
	color: var(--white);
	background: var(--teal);
	transition: all 0.3s ease-in-out;    
}

.insta-block {
	margin: 0 auto 30px auto;
}

.insta-block h3 {
	margin: 0;
}

.insta-block a {
	color: var(--white);
}

.insta-block a:hover {
	color: var(--text);
}

.three-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
    text-align: left;
    margin: 50px auto;
}

.three-col img {
	width: 100%;
	display: block;
	height: auto;
	margin: 0;
}

.three-col h5 {
	margin: 20px 0 0 0;
	font-weight: bold;
}

.contact-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
	text-align: left;
    margin: 0 auto;
}

.home-hero-alt {
    border: 5px solid var(--text);
    width: 100%;
    margin: 0 auto 75px auto;
    display: block;
    position: relative;
    height: 500px;
}

/* 
==========================================================================
PAGES
==========================================================================
*/

.inner-hero {
	height: 600px;
	width: 100%;
	margin: 0 auto 100px auto;
	border: 5px solid var(--text);
}

.ih-slide {
    width: 100%;
    height: 590px;
}

.story-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    text-align: left;
    align-items: inital;
}

.sg-alt {
    grid-template-columns: 1fr 2fr;
}

.sc-img {
	opacity: 0;
}

.sg-alt .sc-img {
	order: -1;
}

.sc-img {
    max-width: 300px;
}

.multipage {
	text-align: left;
}

.hour  {
    border: 1px solid #c4c4c4!important;
    padding: 10px 35px !important;
    color: #787878!important;
    background: #f7f7f7!important;
}

.minute {
    border-top: 1px solid #c4c4c4!important;
    border-bottom: 1px solid #c4c4c4!important;	
    border-left:0!important;
    border-right:0!important;
    padding: 10px 35px !important;
    color: #787878!important;
	margin: 0 -1px 0 0!important;
    background: #f7f7f7!important;
}

.ampm {
    border: 1px solid #c4c4c4!important;
    padding: 10px 35px !important;
    color: #787878!important;
	margin: 0 -1px 0 0!important;
    background: #f7f7f7!important;
}

.nf-form-content button, 
.nf-form-content input[type="button"], 
.nf-form-content input[type="submit"] {
    background: var(--teal)!important;
    border: 0!important;
    color:  var(--white)!important;
    transition: all .5s;
    cursor: pointer;
    padding: 15px 35px!important;
    height: auto !important;
    text-transform: uppercase!important;
    font-weight: 700!important;
    font-size: 15px !important;
}

.nf-form-content button:hover, 
.nf-form-content input[type="button"]:hover, 
.nf-form-content input[type="submit"]:hover {
    background: var(--darkteal)!important;
    border: 0!important;
    color:  var(--white)!important;
    transition: all .5s;
    cursor: pointer;
}

/* 
==========================================================================
NAV
==========================================================================
*/

nav {
  float: right;
  margin: -5px 0 0 0;
}

nav a {
	position: relative;
  font-size: 18px;
  color: var(--white);
  font-weight: 500;
  margin: 0 0 0 30px;
}

nav a:hover {
  color: var(--text);
}

nav a:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
  	background: var(--text);
}

nav ul ul li a:hover:after {
	content: "";
	display: none;
}

nav .current_page_item a {
  color: var(--text);
}


nav .current_page_item a:after {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
  	background: var(--text);
}

nav li {
	display: inline-block;
	margin: 0;
}

.nav {
	list-style: none;
}

.nav ul {
    list-style: none;
    width: 9em;
    min-width: 220px;
    margin:0;
    padding: 32px 0 0 10px;
    text-align: left;
}

.nav li {
    position: relative;
    display: block;
}

.nav > li {
	display:inline-block;
}

.nav > li > .parent {
    background-image: url("images/arroww.svg");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right;
	padding: 0 20px 0 0; 
}

.nav > li > a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -9999px;
    margin:0;
}

.nav > li.hover > ul {
    left: 15px !important;
}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li a {
    display: block;
    background: var(--text);
    position: relative;
    z-index:100;
    border-top: 0;
	color: var(--white);
	padding: 10px 20px;
    margin:0;
    font-size: 14px;
}

.nav li li li a {
    background: var(--teal);
    z-index:200;
    border-top: 0;
	color: var(--white);
}

.nav li li a:hover, .nav li li li a:hover {
    background: var(--teal);
	color: var(--white);
}


.contact-button a {
	border: 2px solid var(--white);
	color:  var(--white);
	padding: 10px 20px;
	transition: all 0.3s ease-in;
}

.contact-button a:hover {
	background: var(--white);
	border:  2px solid var(--white);
	color: var(--teal);
	transition: all 0.3s ease-in-out;
}

.contact-button a:hover::after {
	display: none;
}

.sticky {
	background: var(--white);
    position:fixed;
    top:0px;
    left: 0;
    right: 0;
    padding: 15px 0;
    z-index:99999;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.5);
	transition: all 0.3s ease-in-out;
}

.sticky .logo {
	margin: 13px 0 0 0;
}

.sticky nav {
	margin: 6px 0 0 0;
}

.sticky nav a {
  color: var(--text);
}

.sticky nav a:hover {
  color: var(--teal);
}

.sticky nav a:hover:after {
    background: var(--teal);
}

.sticky .contact-button a {
	background: var(--teal);
	color: var(--white);
}

.sticky .contact-button a:hover {
	background: var(--text);
	color: var(--white);
}

/* 
==========================================================================
NAV WRAPPER
==========================================================================
*/

.nav-wrapper {
  background-color: var(--text);
  height: 100%;
  padding: 100px 20px 20px 20px;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 350px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.nav-button {
	display: none;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
	position: relative;
}

.nav-wrapper a {
	display: block;
	font-size: 18px;
	color: var(--white);
	padding: 10px 10px;
	transition: all 0.3s ease-in;		
}

.nav-wrapper a:hover {
	color: var(--white);
	background: var(--teal);
	transition: all 0.3s ease-in-out;	
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top:10px;
    right: 10px;
	transition: all 0.3s ease-in;
}

.nav-wrapper .nav-buttons:hover {
	opacity: 0.6;
	transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}


.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
	transition: all 0.3s ease-in-out;	
    color: var(--teal);
}

.button-lines {
	font: 16px 'FSSienaWeb-Regular', Helvetica, Arial, sans-serif;	
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
	margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: var(--white);
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background: var(--white);
}

.nav-visible .menutag {
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;  
    margin: 0 0 0 10px;
 	line-height: 12px;   
}

.close img {
	width: 40px;
}

.closer {
    display: inline-block;
    vertical-align: middle;	
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;  
    cursor: pointer;
	transition: all 0.3s ease-in-out;	
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
	opacity: 0.5;
	transition: all 0.3s ease-in-out;		
}


.nav-wrapper .parent ul {
	display: none;
	padding: 0;	
}

.nav-wrapper .parent {
	position: relative;
	cursor: pointer;
}

.nav-wrapper .parent:after {
	position: absolute;
	right: 0;
	top: 5px;
	color: var(--white);
	cursor: pointer;
	content: "\f0d7";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;	
    padding: 5px 0 5px 30px;	
}

.nav-wrapper li {
    list-style: none;
    border-bottom: 1px solid var(--white);
}

.nav-wrapper ul ul li {
    list-style: none;
    border-bottom: 0;
    border-top: 1px solid var(--white);
}

.nav-social {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.nav-social a {
    display: inline-block;
    font-size: 30px;
    text-align: center;
	background:none;
}

.nav-social a:hover {
	color: var(--teal);
	background:none;
}

.nav-wrapper .contact-button a,
.nav-wrapper .contact-button a:hover
{
    border: 0;
}


/* 
==========================================================================
ACCORDIAN
==========================================================================
*/

.accordian-section .fa, 
.accordian-section .fab, 
.accordian-section .fal, 
.accordian-section .far, 
.accordian-section .fas {
    line-height: 2!important;
}

.accordian-section {
  margin: 50px auto;
}

.accordian-container {
  width: 100%;
}

.accordian {
  position: relative;
  cursor: pointer;
  color: var(--text);
  border-top: 2px solid var(--text);
  border-bottom: 2px solid var(--text);
  padding: 20px 0;
  margin:-2px 0 0 0;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s ease-in;  
}

.accordian:hover {
  opacity: 0.6;
  transition: all 0.3s ease-in-out;  
}

.accordian:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  content: "\f078";
  position: absolute;
  right: 10px;
  color: var(--text);
  top: 25px;
}

.content {
  padding: 30px 0;
}

.less::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; 
  color: var(--text);
  content: "\f077"; 
}



/* 
==========================================================================
BLOG
==========================================================================
*/


.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
}

.blog-image {
    height: 300px;
    width: auto;
    margin: 0 0 30px 0;
}

.blog-sing {
    height: 400px;
}

.read-button {
	display: block;
	width: 150px;
	text-align: center;
    background:var(--teal);
	color: var(--white);
    padding: 10px 25px;
}

.read-button:hover {
    background:var(--darkteal);
	color: var(--white)!important;
}

.blog-content {
    font-size: 16px;
    line-height: 25px;
}

.blog-content p {
    margin: 0 0 30px 0;
}

.blog-content h2 {
    font: 25px 'Courier Prime', monospace;
    margin: 10px 0px 20px 0;
    padding: 0;
}

/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
	background: var(--text);
	color: var(--white);
	padding: 50px 0;
	font-size: 16px;
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-items: stretch;
    align-items: inital;
}

footer p {
	margin: 0;
}

footer img {
	max-width: 150px;
}

footer h5 {
	font-weight: bold;
	margin: 0 0 10px 0;
}

footer a {
	color: var(--white);
}

footer a:hover {
	color: var(--teal);
}

/* 
==========================================================================
ANIMATION
==========================================================================
*/

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
	opacity: 1;	
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;		
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInLeft {
	opacity: 1;
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;	
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.fadeInRight {
		opacity: 1;
  -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.fadeIn {
		opacity: 1;
  animation-name: fadeIn;
  -webkit-animation-duration: 2s;
  animation-duration:  2s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/


@media screen and (max-width: 1300px) {

.float-social {
	display: none;
}

}


@media screen and (max-width: 890px) {

.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}	
	
	
.three-grid {
    grid-template-columns: 1fr 1fr;
     margin: 50px auto 0 0;   
}

.contact-grid {
    grid-template-columns:1fr;
    grid-column-gap: 50px;
    grid-row-gap: 50px;
}
	
	
.dark-section, .teal-section, .white-section {
	padding: 50px 0;
}

.teal-section-alt {
	padding: 0 0 50px 0;
}


footer {
	font-size: 14px;
}

.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.button {
    font-size: 18px;
}

 nav {
 	display: none;
 }

.nav-button {
    display: block;
    position: fixed;
    top: 33px;
    right: 20px;
    font-size: 25px;
    color: var(--white);
	transition: all 0.3s ease-in;		
}

.sticky .nav-button {
	top: 18px;
	color: var(--text);
}

.nav-button:hover {
    color: var(--text);
	transition: all 0.3s ease-in-out;		
}

.sticky .nav-button:hover {
    color: var(--teal);
	transition: all 0.3s ease-in-out;		
}

.button-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 20px;
}


h1 {
	font: 30px 'Courier Prime', monospace;	
}

h2 {
	font: 28px 'Courier Prime', monospace;	
}

h3 {
	font: 25px 'Courier Prime', monospace;
}

h4 {
	font: 22px 'Courier Prime', monospace;
}

h5 {
	font: 20px 'Courier Prime', monospace;
}

.sg-alt,
.story-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 50px;
    justify-items: stretch;
    text-align: left;
    align-items: inital;
}

.sc-img,
.sg-alt .sc-img {
	order: -1;
	width: 100%;
	margin: 0 auto;
}

.inner-hero {
	height: 400px;
}

.ih-slide {
    height: 390px;
}

.button-grid-alt {
    width: 100%;
    display: grid;
grid-column-gap: 20px;
grid-row-gap: 20px;	
    grid-template-columns: 1fr;	
	
}



@media screen and (max-width: 480px) {

.three-grid {
    grid-template-columns: 1fr;
}

.blog-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}		
	
}


@media screen and (max-width: 320px) {

 .container {
	min-width:240px;
	width:100%;
 }
 
}