/* This is the default Theme */

* {
	box-sizing: border-box;
}


html {
	scroll-behavior: smooth;
	min-height: -webkit-fill-available;
}

html,
body {}

body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 1.1;
	color: #555555;
	-webkit-font-smoothing: subpixel-antialiased;
}

/* html overrides */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #070606;
	text-transform: uppercase;
}

sup {
	position: relative;
	font-size: 60%;
	line-height: 0;
	vertical-align: baseline;
	top: -0.8em;
	bottom: -0.25em;
}

h1 {
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.1;
	margin: 0;
}

h2 {
	font-size: 3.125rem;
	font-weight: 700;
	line-height: 1.1;
}

h3 {
	font-size: 1.875em;
	font-weight: 700;
	text-transform: uppercase;
}

h4 {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
}

p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 1rem;
}

ul {
	text-indent: 0px;
	margin-left: 20px;
}

li {
	font-size: 16px;
	;
	font-weight: 200;
	line-height: 27px;
}

a,
a:link,
a:hover,
a:visited {
	text-decoration: none;
}

/* Formatting */

.s-section-padding {
	padding-top: 70px;
	padding-bottom: 90px;
}

.s-no-padding {
	padding: 0px;
}

.s-content-padding-1em {
	padding: 1em;
}

.s-content-padding-2em {
	padding: 2em;
}

.s-content-padding-medium {
	padding: 3em;
}

.s-content-padding-large {
	padding: 6em;
	padding-top: 6em;
}

.s-content-padding-1em-2em {
	padding: 1em 2em 1em 2em;
}


.s-text-left {
	text-align: left;
}

.s-text-center {
	text-align: center;
}

.s-text-right {
	text-align: right;
}

.s-text-upper {
	text-transform: uppercase;
}

.s-bold {
	font-weight: bold;
}

/* Colors */
.s-color-white {
	color: #FFF;
}

.s-color-black {
	color: #000;
}

.s-color-yellow {
	color: #fecd2f;
}

.s-background-white {
	background-color: #fff;
}

.s-background-almost-white {
	background-color: #f7f7f7 !important;
}

.s-background-almostest-white {
	background-color: #F8F8F8;
}

.s-background-light-grey {
	background-color: #efefef;
}

.s-background-medium-grey {
	background-color: #adadad;
}

.s-background-dark-grey {
	background-color: #2d2d2d;
}

.s-background-black {
	background-color: #000;
}

.s-background-color-yellow {
	background-color: #FECD2F;
}

/* Utils */

.s-show-mobile {
	display: none;
}

a,
a:link,
a:hover,
a:visited {
	text-decoration: none;
}

.s-spacer-10 {
	min-height: 10px;
}

.s-spacer-20 {
	min-height: 20px;
}

.s-spacer-30 {
	min-height: 30px;
}

.s-spacer-35 {
	min-height: 35px;
}

.s-spacer-40 {
	min-height: 40px;
}

.s-spacer-50 {
	min-height: 50px;
}

.s-spacer-55 {
	min-height: 55px;
}

.s-spacer-60 {
	min-height: 60px;
}

.s-spacer-70 {
	min-height: 70px;
}

.s-spacer-80 {
	min-height: 80px;
}

.s-spacer-90 {
	min-height: 90px;
}

.s-spacer-100 {
	min-height: 100px;
	height: 100px;
}


.s-spacer-120 {
	min-height: 120px;
}

.s-spacer-130 {
	min-height: 130px;
}

.s-spacer-260 {
	min-height: 260px;
}

/* Spaces above page content and above footer  */
.s-page-spacer {
	min-height: 130px;
}

.s-section-spacer {
	min-height: 130px;
}

.s-full-width {
	width: 100%;
}

.s-full-height {
	height: 100%;
}


/* Compnonents */

.s-button {}


.s-grid-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.s-grid-item {
	flex: 1 0 33%;
	flex-grow: 1;
	padding: 20px;
}

.s-grid-item img {
	width: 100%;
	margin: 0 auto;
}



/* Responsive overrides */
@media (max-width: 40rem) {

	.s-hide-mobile {
		display: none !important;
	}

	.s-show-mobile {
		display: block !important;
	}

	.s-content-padding-medium {
		padding: 1em;
	}


}
