@charset "UTF-8";

* {
	box-sizing: border-box;
}

.topNavigation {
    font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	padding-right: 30px;

}

.topNavigation:visited {
	color: black;
}

:visited {
	color: black;
}

.topNavigation:link { 
	color: black;
	text-decoration: none;
	font-weight: bold;
}

:link {
	color: #000000
}

.topNavigation:visited { 
	text-decoration: none; 
}

.topNavigation:hover {
	color: #003b55
}

.navigationContainer {
	width:100%;
}

.videoContainer{
	aspect-ratio: 16 / 9;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.videoContainerFocused{
	aspect-ratio: 16 / 9;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}

.flex-container {
    display: flex;
    flex-direction: row;
}

@media (orientation: portrait) {
    .flex-container {
        flex-direction: column;
    }
}

.videoTable {
	background-color: #EEEEEE;
	padding-bottom: 25px;
	border-radius: 10px;
}

.downloadButton {
	background-color: coral;
	color: black;
	border: none;
	padding: 20px;
	margin: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
.downloadButton:visited {
	color: black;
}


.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #111;
	overflow-x: hidden;
	transition: 0.15s;
	padding-top: 60px;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 20px;
	color: #EEEEEE;
	display: block;
	transition: 0.15s;
}

.sidenav a:hover {
	color: #DDDDDD;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

.menuNavigation {
	padding-top: 20px;
	font-family: Georgia, serif;
	font-size: 16px;
}

.bodyContent {
	padding-top: 25px;
	padding-left: 25px;
	padding-right: 25px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.waveBg {
	background-image: url("img/ocean_wave_water_ocean_60.webp");
	background-size: cover;
	margin-bottom: 50px;
	border-radius: 10px;
}

.bitcoinBg {
	background-image: url("img/bitcoin_heart_on_blue.webp");
	background-size: cover;
	margin-top: 50px;
	background-position: 0% 50%;
	border-radius: 10px
}

h1 {
	font-size: 40px;
}

#skip-to-main a:focus{
	position: static;
	width: auto;
	height: auto;
}

#skip-to-main a{
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bodyTitle {
	margin-top: 50px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 40px;
	font-weight: bolder;
}

.imgDefault {
	border-radius: 5px;
}

.indicatorBg {
	background-image: url("img/bodyIndicator2-70.webp");
	background-size: cover;
	background-position: 0% 100%;
	border-radius: 10px;

}

.columnTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #EEEEEE;
	text-shadow:1px 1px 3px #000, 1px 1px 3px #000;
}

.columnDescription {
	padding-top: 30px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #EEEEEE;
	text-shadow:1px 1px 3px #000, 1px 1px 3px #000;
}

.bodyColumn {
	padding: 50px;
	width: 100%;
}

.buttonContainerCenter {
	text-align: center;
	width: 100%;
}

.buttonContainerRight {
	text-align: center;
	width: 25%;
}

.buttonContainerLeft {
	text-align: center;
	width: 25%;
}

.buttonContainerLower {
	text-align: center;
	width: 100%;
	display: none;
}

.outerButtonContainer {
	padding-bottom: 50px;
	display: none;
}

.ctaButtonContainer:hover {
	border: 1px solid #dbf3ff;
	color: #FFFFFF;
	transition: 0.7s;
	transform: scale(1.1);
}

.ctaButtonContainer {
	cursor: pointer;
	border: 1px solid #999999;
	background-color: rgba(0,0,0,0.7);
	height: 50px;
	width: 200px;
	color: #CCCCCC;
	box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);
	margin: auto;
	border-radius: 10px;
}

.ctaText {
	color: #CCCCCC;
	font-size: 1.5em;
	font-family: Helvetica, Arial, sans-serif;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	width: 200px;
}

.getButton {
	cursor: pointer;
	background-color: aquamarine;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.6;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
	padding-right: 40px;
	color:black;
	font-size: 30px;
	font-weight: bolder;
	margin: 10px;
	border-radius: 10px;
	border-width: 0;
	text-decoration: none;
}
.getButton:hover {
	color: black;
	transition: 0.7s;
	transform: scale(1.03);
}

.noUnderlineLink {
	text-decoration: none;
}

.longText {
	font-family: Georgia, serif;
	line-height: 1.6;
	font-size: 20px;
	padding-left: 0px;
	padding-right: 0px;
	color: black;
}

.videoDescriptionText {
	font-family: Georgia, serif;
	line-height: 1.6;
	font-size: 20px;
	padding-left: 25px;
	padding-right: 25px;
	color: black;
}

.fullContent {
	max-width: 1280px;
	margin: 0 auto;
}

.focusContent{
	padding: 15px;
	max-width: 800px;
	margin: 0 auto;
	background: #EEEEEE;
	text-align: center;
	border-radius: 10px;
}

@media screen and (max-height: 450px) {
	.sidenav {padding-top: 15px;}
	.sidenav a {font-size: 18px;}
}

@media (orientation: landscape) {
	.navlogo {
		width: 20vw;
		padding-left: 5vw;
		padding-top: 20px;
	}
	.navigationChild {
		float: left;
		height: 100%;
	}
	.navRight {
		position: relative;
		top: 100%;
		transform: translateY(2.2vw);
		padding-left: 60px;
	}
	.topNavigation {
		font-size: 20px;
		padding-left: 30px;
	}
	.menuOrientation {
		display:none;
	}
	.bodyContent {
		padding-left: 0px;
		padding-right: 0px;
	}
	.verticalBodyOrientation {
		display:none;
	}
	.horizontalBodyOrientation {
		display:contents;
	}
	.fullContent {
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (orientation: portrait) {
	.navlogo {
		width: 75vw;
	}
	.navigationChild {
		float: bottom;
		padding-top:30px;
		position: relative;
	}
	.topNavigation {
		display:none;
	}
	.menuOrientation {
		float: left;
		padding-top:15px;
		padding-right:15px;
		position: relative;
	}
	.bodyColumn {
		width: 100%;
	}
	.bodyContent {
		padding-left: 0px;
		padding-right: 0px;
	}
	.buttonContainerRight {
		display:none;
	}
	.buttonContainerLower {
		display:contents;
		margin-bottom: 50px;
	}

	.buttonContainerLeft {
		display:none;
	}

	.outerButtonContainer {
		display:contents;
	}
	.verticalBodyOrientation {
		display:contents;
	}
	.horizontalBodyOrientation {
		display:none;
	}
	.fullContent {
		padding-left: 0;
		padding-right: 0;
	}
}

.hoverUnderline {
	display: inline-block;
	position: relative;
}

.hoverUnderline::after {
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #0087ca;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}

.hoverUnderline:hover::after {
	transform: scaleX(1);
	transform-origin: bottom left;
}






