@charset "utf-8";
/* CSS Document */

.navbar {
	box-shadow: 0px 8px rgba(0,0,0,0.45);
	top: 0;
	width: 100vw;
	height: 100px;
	position: fixed;
	background: #ffffff;
	border-bottom-color: #0076D3;
	border-bottom: solid 2px;
	z-index: 3;
}

.navbar-brand {
	position: relative;
	margin: auto;
	max-width: 300px;
}

.row {
	width: 50%;
	float: left;
	max-height: 500px;
	min-height: 50px;
	align-content: center;
	max-width: 1200px;
	margin: auto;
}

.logo_img {
	width: 100%;
	height: auto;
}

.btn {
	background: #005FAA;
	border-color: #8f8f8f;
	float: left;
	width: 120px;
	height: 50px;
	font-size: 14pt;
	font-weight: 600;
	color: #ffffff;
	border-width: 2px;
	margin-top: 25px;
	margin-left: 10%;
	margin-bottom: 25px;
}

.img-btn{
	border: none;
	background: none;
}

.jumbotron {
	background-color: rgba(0,0,0,0.00);
}

.content{
	text-align: justify;
	max-width: 600px;
	margin-left:auto;
	margin-right:auto;
}

.splash-div{
	background-image: url("../images/splash_big.png");
	background-repeat: no-repeat;
	background-position: center -25vh;
	margin: 100px 0 0 0;
	padding-bottom: 20vh;
	width: 100%;
	height: fit-content;
	background-size: 100% 60vh;
	max-height: 30vh;
	min-height: 28vh;
}

.splashline {
	padding-left: 5vw;
	padding-top: 4vh;
	font-size: 72pt;
	font-weight: 700;
	color: #ffffff;
	width: 20%;
	height: 15vh;
	float: left;
	text-shadow: 4px 8px 8px black;
}

.splashline2{	
	width: 100%;
}

.splash-copy {
	width: 80%;
	height: 100%;
	color: #ffffff;
	margin: 2% auto 3% auto;
	padding: 5%;
	font-size: 18pt;
	font-weight: 700;
	text-shadow: 2px 5px 5px black;
	text-align: justify;
}

.container {
	align-content: center;
	max-width: 1000px;
	align-content:center;
	margin-top: 5vh;
	margin-bottom: 85px;
}

.list-container {
	width: 250px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}

.webapp-header{
	max-height: 50px;
	width: 50%;
	min-width: 300px;
	margin-bottom: 2vw;
	height: 20%;
}

.webapp-header-img{
	width: 100%;
	height: auto;
}

.webapp-btn{
	width: 100%;
	height: 100%;
	border-radius: 20px;
	margin-bottom: 5px;
}

.col-sm{
	max-width: 25%;
	min-width: 60px;
	height: 8vw;
	margin: auto;
}

.webapp-img {
	height: 90%;
	margin: auto;
	max-height: 80px;
	min-height: 30px;
	transition: ease-in 0.2s;
}

	.webapp-img:hover {
		height: 100%;
		max-height: 88px;
		min-height: 33px;
	}

.endless-list {
	float: left;
	margin-left: 10px;
	margin-right: 5px 5px;
	margin-top: 5px;
}

.list-label {
	float: left;
	margin-left: 5px;
	color: #efefef;
}

.btn-cookie {
	margin-right: 20px;
}

.cookies-container {
	background: #727272;
	z-index: 10;
	width: 100vw;
	height: 350px;
	padding: 50px 50px 50px 50px;
	transition: bottom .5s ease-in-out;
	position: fixed;
	bottom: -2000px;
	color: #ffffff;
	font-weight: 600;
	border: solid 10px #efefef;
}

.cookie-img {
	width: 20vw;
	height: 150px;
	padding-left: 2vw;
	float: left;
}

.cookie-asset {
	max-width: 200px;
	width: 20vw;
	vertical-align: middle;
}

.cookie-header {
	margin-left: 22.5vw;
}

.cookie-content {
	width: 60vw;
	height: 150px;
	float: left;
	text-align: left;
	padding-left: 50px;
	margin-bottom: 50px;
}

.cookies-btn-container {
	padding-top: 0;
	padding-left: 2vw;
	width: 100vw;
	float: left;
	height: fit-content;
	vertical-align: middle;
	margin-top: -50px;
	margin-left: 20vw;
}

.btn-cookie {
	padding: 0.5rem 0.5rem 0.6rem 0.5rem;
	position: relative;
	width: 18vw;
	min-width: 150px;
	max-width: 200px;
	margin-top: -3px;
	height: fit-content;
	font-size: 14pt;
}

.footer {
	background: #363636;
	padding-top: 30px;
	vertical-align: bottom;
	bottom: 0;
	background-size: 100% auto;
	align-content: stretch;
	width: 100vw;
	height: auto;
	position: fixed;
	border-top: solid 10px;
	border-top-color: #002F55;
}

.footer-copy-holder {
	float: left;
}

.footer-copy {
	color: #dfdfdf;
	font-weight: 600;
	margin-left: 20px;
	float: left
}

.footer-link-holder {
	float: right;
	margin-bottom: 2vh;
	margin-left: 5vw;
}

.headline{
	text-align:center;
	font-size: 18pt;
}

.headline-copy{
	text-align: center;
	font-weight: 500;
	padding: 0 15%;
}

.page-copy{
	text-align: justify;
	max-width: 600px;
	margin: auto;
	margin-top: 20px;
	font-weight: 500;
	font-size: 12pt;
}

.li-copy{
	list-style-position: outside;
	width: 60%;
	margin: auto;
	padding: 0 5%;
	margin-bottom: 15px;
}

.footer-link {
	color: #dfdfdf;
	font-weight: 400;
	margin-right: 50px;
}

	.footer-link:hover {
		color: #2288DF;
		font-weight: 600;
		margin-right: 50px;
	}

.menu-container {
	background: #002F55;
	z-index: 10;
	width: 300px;
	height: auto;
	padding: 50px 10px 50px 10px;
	margin-left: -300px;
	transition: all .25s ease-in-out;
	position: absolute;
}

.nav-container {
	z-index: 2;
	background: #ffffff;
	width: 200px;
	height: auto;
	padding: 20px 20px;
	right: 0px;
	margin-top: -1000px;
	position: absolute;
	transition: all .1s ease-in-out;
	box-shadow: 5px 5px 5px 5px #cfcfcf;
}

.menu-image{
	border: none;
}

.link-button {
	margin-bottom: 15px;
}

.flabel {
	text-align: end;
	font-weight: 600;
	font-size: 14pt;
	text-align: end;
	margin-right: 2vw;
	float: right;
}

.save-btn{
	margin-left: -50vw;
	margin-top: 20vh;
}

.toggle-btn {
	position: relative;
	float: right;
	margin: auto;
	margin-top: 0px;
	margin-right: 5vw;
	margin-bottom: 25px;
	width: 80px;
	height: 45px;
}

.toggle-nub {
	border-radius: 20px;
	background: #00ff00;
}

.toggle-btn input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-slider {
	position: absolute;
	cursor: pointer;
	border-radius: 20px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #cccccc;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 25px;
	border: solid 5px #228833;
}

	.toggle-slider:before {
		position: absolute;
		content: "";
		height: 28px;
		width: 28px;
		border: solid 1px;
		border-radius: 14px;
		left: 4px;
		bottom: 4px;
		background-color: white;
		-webkit-transition: .4s;
		transition: .4s;
	}

input:checked + .toggle-slider {
	background-color: #33BB66;
}

input:focus + .toggle-slider {
	box-shadow: 0 0 1px #2196F3;
}

input:checked + .toggle-slider:before {
	-webkit-transform: translateX(35px);
	-ms-transform: translateX(35px);
	transform: translateX(35px);
}

@media screen and (max-width: 1200px){

	.splash-div{
		padding-top:2vw;
		padding-bottom: 25vh;
		height: fit-content;
		min-height: 80px;
		max-height: 400px;
		margin-bottom: -5vh;
		background-position: bottom;
	}
	
	.splashline{
		font-size: 8vw;
		height: 6vw;
		margin-top: -2vw;
		margin-bottom: 2vh;
		min-height: 50px;
		max-height: 150px;
	}
	
	.splash-copy{
		margin-top:auto;
		margin-bottom: -5vh;
		padding-bottom: 0;
		font-size: 1.8vh;
	}

	.cookie-settings-container {
		width: 100%;
	}

	.save-btn {
		margin-top: 150px;
		margin-left: -80vw;
		margin-bottom: 150px;
	}

	.flabel {
		font-size: 14pt;
	}


	.page-copy {
		width: 70vw;
		max-width: 800px;
		padding: 0;
		margin-left: 15vw;
		margin-right: 15vw;
	}

	.headline {
		font-size: 3vw;
	}

	.cookies-container {
		border: solid 2vw;
		height: fit-content;
	}

	.cookie-img {
		position: absolute;
	}

	.cookie-header {
		margin-bottom: 2vh;
	}

	.cookie-content {
		font-size: 16px;
		position: relative;
		margin: 0 0vw 2vh 18vw;
		width: 80%;
		padding-right: 5vw;
		height: fit-content;
	}

	.cookies-btn-container {
		margin-bottom: 1vh;
		margin-top: 2vh;
		margin-left: 5vw;
	}

	.btn-cookie {
		min-width: 100px;
		font-size: 10pt;
		margin-top: 0;
	}
}

@media screen and (max-width: 768px){

	.row {
		width: 80vw;
		margin-bottom: 20px;
		float: none;
	}

	.navbar-brand {
		width: 80%;
	}

	.headline {
		font-size: 5vw;
	}

	.col-sm {
		width: 35vw;
		height: fit-content;
		max-width: 35vw;
	}

	.webapp-btn {
		margin-top: 2vw;
		width: 80%;
	}

	.img-btn{
		height: 16vw;
	}

	.headline-copy{
		font-size: 2.4vw;
		text-align: justify;
	}

	.cookie-row {
		margin-left: 0;
	}

	.save-btn {
		margin-top: 0;
		margin-left: 20vw;
	}

	.clabel {
		font-size: 3.5vw;
	}

	.footer-link {
		margin-right: 4vw;
	}
}

@media screen and (max-width: 500px){
	.cookies-container {
		border: solid 1vw;
		height: fit-content;
	}

	.cookie-img {
		display: inline-block;
		position: relative;
		width: 25%;
		height: auto;
	}

	.cookie-header {
		font-size: 5vw;
		width: 800%;
		margin-top: 6.5%;
		left: 30%;
	}

	.cookie-content {
		font-size: 3vw;
		position: relative;
		margin: -2vh 1vw 3vh 15vw;
		width: 80%;
		padding-right: 5vw;
	}

	.cookies-btn-container {
		position: relative;
		margin-bottom: 5vw;
		margin-left: 5vw;
		padding-top: 0;
	}

	.btn-cookie {
		width: 20vw;
		min-width: 60px;
		height: fit-content;
		font-size: 3vw;
	}

	.footer{
		height: fit-content;
		padding-top: 0px;
	}

	.footer-copy {
		font-size: 3vw;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.footer-link {
		font-size: 3vw;
	}
	
	.img-btn{
		height: 8vh;
	}

	.row {
		margin-bottom: 1vh;
	}

	.cotnainer{
		margin-bottom: -80px;
	}
}
