@charset "UTF-8";

/*
green #3d7300
orange #ff8b03
red #e70200
reg. yellow #ffcd05
darker yellow #feb008
lighter yellow #ffe270
bg light #f4f0e4
bg light overlay #c9c3b8
*/

* {
	box-sizing: border-box;
	
}
html {
	scroll-behavior: smooth;
	/*scroll-snap-type: y mandatory;*/
  	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
h1 {
	font-family: "bryant-web-alternate", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4rem;
	line-height: 4rem;
	color: #e30613;
/*	text-transform: uppercase;*/
}
@media (max-width: 800px){
	h1 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
h2 {
	font-family: "bryant-web-alternate", sans-serif;
	text-align: left;
	font-weight: 500;
	font-style: normal;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: #000;
	padding-top: 2rem;
}
@media (max-width: 800px){
	h2 {
		font-size: 2rem;
		line-height: 2rem;
	}
}
h3 {
	font-family: "bryant-web-alternate", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 3rem;
	line-height: 3rem;
	color: #e30613;
/*	text-transform: uppercase;*/
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-family: "bryant-web-alternate", sans-serif;
	text-align: left;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	color: #000;
}
/* @media (max-width: 1300px){
	p {
		font-size: 1.2rem;
	}
} */

.no-break-hyphen {
        white-space: nowrap;
    }

a {
	color: #014777;
}
a:hover {
	color: #0062b2;
}
.p-small {
	font-family: "bryant-web-alternate", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem;
	color: #000;
	text-align: center;
}
ul {
	font-family: "bryant-web-alternate", sans-serif;
	text-align: left;
	font-weight: 500;
	font-style: normal;
	font-size: 1.5rem;
	color: #000;
}

/* header */
.header-container {
	display: flex;
	align-items: center;
	position: relative;
/*    overflow: hidden;*/
	height: 50vh;
	min-height: 600px;
	background-color: white;
}
.header-logo {
	background-image: url("../images/zippy-logo-1.svg");
	background-repeat: no-repeat;
	background-position: center;
  	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 30vw;
	min-width: 400px;
	height: 50vh;
	margin-top: 30vh;
	z-index: 100;
}
@media (max-width: 1300px){
	.header-logo {
		width: 20vw;
		min-width: 300px;
		margin-top: 5vh;
		height: 40vh;
	}
}
/* section image */
.section-container-logo {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	overflow: hidden;
	position: relative;
	height: 260vh;
	/* min-height: 500px; */
	z-index: 1;
}
.container-logo {
	background-image: url("../images/zippyscooters01.jpg");
	background-repeat: no-repeat;
	background-position: center;
  	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	top: -400px;
	width: 100vw;
	min-width: 400px;
	height: 100%;
}
@media (max-width: 900px){
	.container-logo {
		background-image: url("../images/zippyscooters02.jpg");
		height: 100%;
		top: -600px;
	}
}
/* section caption */
.section-container-intro {
	display: flex;
	align-items: center;
	position: relative;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
	margin-top: -95vh;
}
@media (max-width: 900px){
	.section-container-intro {
		margin-top: -99vh;
	}
}
@media (max-width: 600px){
	.section-container-intro {
		margin-top: -99vh;
	}
}
.container-intro {
  	align-items: center;
	position: relative;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10vw;
	padding-right: 10vw;
}
@media (max-width: 900px){
	.container-intro {
		width: 100vw;
		margin-left: 10px;
		margin-right: 10px;
	}
}
@media (max-width: 600px){
	.container-intro {
		width: 100vw;
		margin-left: 5px;
		margin-right: 5px;
	}
}
/* section about */
.section-container-about {
  	align-content: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 5vh;
}

/* section contact details */
.container-about {
	display: flex;
	flex-direction: column;
	align-content: center;
	width: 80vw;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10vw;
	padding-right: 10vw;
}
@media (max-width: 900px){
	.container-about {
		width: 100vw;
		margin-left: 10px;
		margin-right: 10px;
	}
.container-contact {
  	align-content: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 50px;
	width: 80vw;
	margin-bottom: 100px;
	padding: 0px 20px 0px 20px;
}

/* footer */
.footer-container {
	display: flex;
	flex-direction: column;
	align-content: center;
	margin-top: 80px;
	margin-left: 20vw;
	margin-right: 20vw;
	margin-bottom: 5vh;
}
@media (max-width: 900px){
	.footer-container {
		margin-left: 10vw;
		margin-right: 10vw;
	}
}
@media (max-width: 600px){
	.footer-container {
		width: 100vw;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.footer-docs {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-evenly;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 60px;
	text-align: center;
	width: 80vw;
}
@media (max-width: 900px){
	.footer-docs {
		flex-direction: column;
		justify-content: center;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}
.footer-copyright {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
}
