@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;
  	overflow-x: hidden;
}
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	background-color: black;
}
h1 {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 4rem;
	line-height: 4rem;
	color: white;
}
@media (max-width: 800px){
	h1 {
		font-size: 2.5rem;
		line-height: 2.5rem;
	}
}
h2 {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.5rem;
	line-height: 2.5rem;
	color: white;
	padding-top: 2rem;
}
@media (max-width: 800px){
	h2 {
		font-size: 2rem;
		line-height: 2rem;
	}
}
h3 {
	font-family: "articulat-cf", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 2.2rem;
	color: white;
}
a {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
p {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: white;
}
.p-red {
	color: #e20613;
}
.no-break-hyphen {
        white-space: nowrap;
    }
a {
	color: #e20613;
}
a:hover {
	color: #e20613;
}
.p-small {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	text-align: center;
	color: #e20613;
}
ul {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 1.5rem;
	color: white;
}
ol {
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: left;
	font-size: 1.5rem;
	color: white;
}

/* 
HEADER
HEADER
HEADER
*/
.header-container {
	display: flex;
	align-items: center;
	position: relative;
	height: 300px;
}
.hc-logo {
	background-image: url("../images/zippy-logo-white.svg");
	background-repeat: no-repeat;
	background-position: center;
  	align-items: center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 450px;
	margin-top: 10vh;
	z-index: 100;
}
@media (max-width: 1300px){
	.hc-logo {
		width: 250px;
		margin-top: 5vh;
		height: 200px;
	}
}
@media (max-width: 900px){
	.hc-logo {
		width: 180px;
		margin-top: 5vh;
		height: 180px;
	}
}

/* 
SLIDESHOW 
SLIDESHOW
SLIDESHOW
*/
.section-container-slideshow {
  max-width: 100vw;
  height: auto;
  padding-top: 100px;
}
.sc-slideshow {
  max-width: 100vw;
  position: relative;
  margin: auto;
}
@media (max-width: 900px){
	.sc-slideshow {
		transform: scale(1.3);
	}
}
/* hide by default */
.slideshow-slides {
  display: none;
}
/* fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2s;
}
@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* 
APP
APP
APP
*/
.section-container-app {
	align-content: center;
	justify-content: center;
	margin: 55px auto 55px auto;
	text-align: center;
	width: 100vw;
}
@media (max-width: 900px){
	.section-container-app {
		padding-top: 90px;
	}
}
.sc-app {
	display: flex;
	flex: 1;
	flex-direction: row;
	flex-direction: row-reverse;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100vw;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 900px) {
	.sc-app {
		flex-direction: column;
		height: auto;
	}
}
.qr-segment {
	display: flex;
	flex: 1;
	justify-content: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	width: 20vw;
	height: 400px;
}
@media (max-width: 900px) {
	.qr-segment {
		width: 90vw;
		height: auto;
	}
}
.qr-1 {
	flex-direction: column;
	padding-top: auto;
	padding-bottom: auto;
	width: 50vw;
	padding-right: 9%;
}
@media (max-width: 900px) {
	.qr-1 {
		width: 100vw;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}
.qr-2 {
	justify-content: flex-end;
	padding-top: auto;
	padding-bottom: auto;
	width: 50vw;
	padding-right: 7%;
}
@media (max-width: 900px) {
	.qr-2 {
		width: 100vw;
		justify-content: center;
		padding-right: 0;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 
INFO
INFO
INFO
*/
.section-container-info {
	justify-content: center;
	margin-bottom: 100px;
	text-align: center;
	width: 100vw;
}
.sc-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: left;
	width: 80vw;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 600px) {
	.sc-info {
		width: 90vw;
	}
}

/* 
FOOTER
FOOTER
FOOTER
*/
.footer-container {
	display: flex;
	flex-direction: column;
	align-content: center;
	margin-top: 80px;
	width: 100vw;
	padding: 0px;
	margin-bottom: 5vh;
}
@media (max-width: 600px) {
	.footer-container {
		width: 100vw;
		margin-left: 10px;
		margin-right: 10px;
	}
}
.fc-contact {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-evenly;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 55px 0px 55px;
	text-align: center;
	background-color: #ffffff;
	border-radius: 99px;
}
@media (max-width: 600px) {
	.fc-contact {
		width: 95vw;
	}
}
.fc-scooter {
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-evenly;
	width: 100vw;
	margin-left: auto;
	margin-right: auto;
	padding: 90px 0px 90px 0px;
}
@media (max-width: 900px){
	.fc-scooter {
		transform: scale(1.7);
	}
}
@media (max-width: 600px){
	.fc-scooter {
		transform: scale(2);
	}
}

/* 
DOCS
DOCS
DOCS
*/
.sc-docs {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 90vw;
	padding-bottom: 50px;
}
@media (max-width: 800px) {
	.sc-docs {
		flex-direction: column;
		max-width: 60vw;
		min-height: 100px;
		margin: auto;
	}
}