/*!
Theme Name: ASAP Water Heaters
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: asap-water-heaters
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ASAP Water Heaters is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/* ACCESSIBLITY */
.offscreen {
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip-path: inset(1px 1px 1px 1px);
	clip-path: inset(1px, 1px, 1px, 1px);
}

.skip-to-content.offscreen:focus {
	position: relative;
	display: inline-block;
	height: auto;
	width: auto;
	padding: 0.625em 1.25em;
	background-color: #002e5e;
	color: #fff;
	overflow: visible;
	clip-path: none;
	text-decoration: none;
}

label {
	width:100%;
}
html {
	font-size: 18px;
		overflow-x: hidden !important;

}

body {
	width: 100%;
	overflow-x: hidden !important;
	font-family: 'Jost', sans-serif;
}

.site-branding img {
	width:400px;
	height: auto;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ea768se-in-out;
	transition: .35s ease-in-out;
}



/* GUTENBERG EDITOR COLORS */

.has-blue-background-color {
	background-color: #1656BD;
}

.has-blue-color {
	color: #1656BD;
}

.has-red-background-color {
	background-color:#E11226;
}
.wpcf7-submit {
	background: #E11226;
	border:none;
	color:white;
	padding:6px 26px;
}
.has-red-color {
	color:#E11226;
}
.homepage-card, .testimonial-container {
	border:1px solid lightgray;
	padding:16px;
	border-radius:10px;
	height:100%;
}
/* NAVIGATION */
.site-header {
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	z-index: 1000;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	-o-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
	padding: 32px;
}
.main-navigation  {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.site-footer ul {
	padding-left:0;
}
.site-footer li {
	list-style: none;

}
.site-footer a {
	color:white;
}
@media only screen and (max-width: 768px) {
	html {
		font-size: 16px;
	}
	.site-branding img {
		width:85%;
	}
}

@media only screen and (max-width: 480px) {
	html {
		font-size: 14px;
	}
}