:root {
	--bg-color: #AFEAFF;
	--obeam-color: #CD5780;
  }

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
}

body {
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
	color: #000;
	background: #fff;
}

.obeam-color {
	color: var(--obeam-color) !important;
}
p, h2 {
	text-align: left;
}

.align-text {
	text-align: left;
}

.app-screen {
	width: 300px;
}

@media (min-width:1441px) {
	.app-screen {
		width: 350px;
	}
}

.minHeightContainer {
	min-height: 65vh;
}

.supportContainerHeight {
	min-height: 40vh;
}

.w-space {
	min-height: 26vh;
}

.wrapper {
	min-height: 100%;
}

.bg-side-by-side {
	background-color: var(--bg-color);
}

.edge--top--reverse:before {
	top: 0;
	-webkit-transform: skewY(-3.5deg);
	transform: skewY(-3.5deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}

.edge--top--reverse:before {
	background: inherit;
	content: '';
	display: block;
	height: 25%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden
}

.edge--top:before {
	top: 0;
	-webkit-transform: skewY(3.5deg);
	transform: skewY(3.5deg);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.edge--top:before {
	background: inherit;
	content: '';
	display: block;
	height: 25%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: -1;
	-webkit-backface-visibility: hidden
}

.side-by-side h1, h2, p {
	color: #000
}

/* Smartphones (portrait and landscape) ----------- */

@media (min-width: 320px) and (max-width: 767px) {
	.h1, h1 {
		font-size: 14vw !important;
	}
	.h3, h3 {
		font-size: 1vw;
	}
	.h4, h4 {
		font-size: 0.5vw;
	}
	.h5, h5 {
		font-size: 0.4vw;
	}
	.h6, h6 {
		font-size: 0.3vw;
	}
	div.top {
		height: 0 !important;
	}
	.app-screen {
		width: 250px;
	}
}

/* iPads (portrait and landscape) ----------- */

@media (min-width: 768px) and (max-width: 1024px) {
	.h1, h1 {
		font-size: 7vw !important;
	}
	.h3, h3 {
		font-size: 1vw;
	}
	.h4, h4 {
		font-size: 0.5vw;
	}
	.h5, h5 {
		font-size: 0.4vw;
	}
	.h6, h6 {
		font-size: 0.3vw;
	}
}

@media (max-width: 1024px) {}

@media (max-width: 1440px) {}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
}

.h1, h1 {
	font-size: 4vw;
}

.h2, h2 {
	line-height: 1.5;
}

.h3, h3 {
	font-size: 1.7rem;
}

.h4, h4 {
	font-size: 1.3rem;
}

.h5, h5 {
	font-size: 1.1rem;
}

.h6, h6 {
	font-size: 1rem;
}

.store {
	width: 100%;
	height: auto;
}

.tooltip-text {
	text-decoration: underline;
	text-decoration-style: dotted;
	cursor: default;
	position: relative;
	color: darkblue;
}

