* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.25em;
	font-family: 'Barlow', sans-serif;
}

:root {
	--primary: #2648e0;
	--primary-light: #a6b4f2;
	--primary-dark: #0f206b;
	--primary-transparent: rgb(38 72 224 / 25%);
	--white: #fafafa;
	--black: #050505;
	--grey: #808080;
	--grey-light: #dcdcdc;
	--grey-dark: #242424;
	--red: #e53424;
	--red-light: #ec675b;
	--red-dark: #b72315;
	--orange: #f58216;
	--orange-light: #f8a04f;
	--orange-dark: #c46308;
	--yellow: #e5d824;
	--yellow-light: #ece25b;
	--yellow-dark: #b7ac15;
	--green: #2dcc45;
	--green-light: #68de7a;
	--green-dark: #25a738;
	--blue: #2f79da;
	--blue-light: #639be3;
	--blue-dark: #1f5cad;
	--purple: #7144c1;
	--purple-light: #9775d1;
	--purple-dark: #583399;
	--plantx: #179a4f;
}

md-select.md-default-theme .md-select-value,
md-select .md-select-value {
	border-bottom-color: var(--primary);
}

html {
	font-size: 16px;
	scroll-behavior: smooth;
}

body {
	background-color: var(--primary-dark);
	min-width: 320px;
	height: unset !important;
}

header {
	display: flex;
	justify-content: center;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
	background-color: var(--white);
	box-shadow: 0px -2px 10px 0px var(--black);
}

header>div {
	width: 90%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 25px 0px;
}

.cartnumber {
	font-size: .75rem;
	min-width: 14px;
	border-radius: 8px;
	background-color: var(--primary-light);
	color: var(--black);
	padding: 1px;
	text-align: center;
	margin-left: 5px;
}

.headimg {
	display: flex;
	max-width: 80%;
}

.headimg>img {
	width: 100%;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0px;
}

nav a {
	color: var(--grey);
	padding: 10px 10px;
	margin: 0px 10px;
	font-size: 1.25rem;
	font-weight: bold;
	transition: all ease .2s;
}

nav a:HOVER, .active {
	color: var(--primary-dark);
	text-decoration: none;
}

.icon {
	width: 50px;
	height: 50px;
	background: url("../icons/hamb.png") 50%/cover no-repeat;
	display: none;
}

button,
input,
select,
textarea {
	font-size: 1em;
	background-color: #fff;
	font-family: 'Barlow', sans-serif !important;
}

::placeholder {
	color: var(--grey);
	font-family: 'Barlow', sans-serif !important;
}

a {
	text-decoration: none;
	color: var(--primary);
	font-size: 1em;
}

a:hover {
	color: var(--primary-dark);
}

main {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--black);
	padding-top: 140px;
}

main>div:first-child {
	width: 90%;
	max-width: 1440px;
	background-color: var(--white);
	border-radius: 5px;
	margin: 25px 0px;
	padding: 25px 2.5%;
	box-shadow: 0px 0px 10px 2px var(--black);
}

.minitron {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url('../images/1.jpeg');
	margin-bottom: 25px;
}

.minitron>div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 25px 0px;
	background: radial-gradient(ellipse at center, rgb(0 0 0 / 50%) 10%, rgb(0 0 0 / 0%) 80%);
}

.minitron h1 {
	font-size: 2em;
	color: var(--white);
}

.jumbotron {
	height: 60vh;
	position: relative;
	background: url('../images/1.jpeg') 50%/cover no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}

.jumbotron>div:first-child {
	width: 100%;
	height: 100%;
	background: 50%/cover no-repeat;
}

.jumbotron>div:last-child {
	position: absolute;
	width: 90%;
	max-width: 425px;
	background: var(--white);
	border-radius: 5px;
	padding: 25px 2.5%;
}

.jumbotron h1 {
	font-size: 1.5rem;
}

span {
	font-size: 1em;
}

strong {
	font-size: 1em;
}

h1 {
	font-size: 1.5rem;
}

footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 25px;
	background-color: var(--primary-dark);
	color: var(--white);
}

.footinfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 90%;
	padding-top: 50px;
}

.footinfo>p {
	padding: 10px 0px;
	text-align: center;
}

.footnav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 90%;
	max-width: 425px;
	padding: 10px 0px;
}

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

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

.footnote {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--white);
	color: var(--primary-dark);
	width: 90%;
	padding: 10px 5%;
	margin-top: 50px;
}

.footnote a {
	font-weight: 600;
	color: var(--plantx);
}

.footnote a:hover {
	color: var(--grey);
}

.login-error {
	color: var(--red-dark);
	font-weight: 600;
}

.primary_btn,
.default_btn,
.ngdialog-button.ngdialog-button-primary,
.ngdialog-button.ngdialog-button-secondary {
	background-color: var(--primary) !important;
	padding: 10px 20px;
	color: var(--white) !important;
	border: none;
	cursor: pointer;
	line-height: 1.4em;
	border-radius: 3px;
	transition: all .4s ease;
}

.default_btn,
.ngdialog-button.ngdialog-button-secondary {
	background-color: var(--grey) !important;
}

.primary_btn:hover,
.ngdialog-button.ngdialog-button-primary:hover {
	background-color: var(--primary-dark) !important;
	color: var(--white) !important;
}

.default_btn:hover,
.ngdialog-button.ngdialog-button-secondary:hover {
	background-color: var(--grey-dark) !important;
}

#myBtn {
	background-color: var(--white);
	cursor: pointer;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: sticky;
	margin-right: 1%;
	bottom: -20px;
	border: 5px solid var(--primary-dark);
	z-index: 1;
	align-self: flex-end;
}

#myBtn:AFTER {
	content: '';
	position: absolute;
	right: 15px;
	top: 16px;
	transform: rotate(-45deg);
	width: 16px;
	height: 16px;
	border-top: 4px solid var(--primary-dark);
	border-right: 4px solid var(--primary-dark);
	transition: all .4s;
}

#myBtn:HOVER {
	background-color: var(--primary-dark);
	border-color: var(--white);
}

#myBtn:HOVER:AFTER {
	border-color: var(--white);
	transition: all .4s;
}

.facts-dialog>div[role="document"] {
	border: 3px solid var(--primary);
	display: flex;
	flex-direction: column;
}

.facts-dialog-header {
	font-weight: bold;
	font-size: 1.25rem;
	padding-bottom: 10px;
}

.ngdialog.ngdialog-theme-default .ngdialog-content {
	width: 90% !important;
	max-width: 450px !important;
}

.ngdialog.ngdialog-theme-default .ngdialog-close:before {
	padding: 5px;
	font-size: 2rem;
	line-height: 1.2rem;
}

@media screen and (max-width: 1024px) {
	nav a {
		font-size: 1rem;
		margin: 0px;
	}
}

@media screen and (max-width: 768px) {
	nav {
		display: none;
	}

	nav.responsive {
		display: flex;
		flex-direction: column;
		width: 100%;
		position: absolute;
		left: 0;
		top: 130px;
		background-color: var(--white);
		overflow: auto;
		z-index: 999;
		border-bottom: 1px solid var(--primary);
	}

	nav a {
		width: 90%;
		max-width: 268px;
		margin: 0 5%;
	}

	.icon {
		display: flex;
	}

	nav.responsive+.icon {
		background-image: url("../icons/close.png");
	}
}

@media screen and (max-width: 425px) {
	.footnote {
		flex-direction: column;
	}
}