::-webkit-scrollbar{
    width: 0;
	background: transparent;
	display: none;
}

html {
	/*background-color: #00040B;*/
	
	cursor: default;
	
	scroll-behavior: smooth;
	scroll-padding-top: 13vh;
}
body {
	background-color: #1f1e1e;
}
a{
	text-decoration: none;
}
h1 {
	font-size: 80px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
h2 {
	font-size: 50px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
h3 {
	font-size: 45px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: aliceblue;
	line-height: auto;
	
	margin-left: 5vw;
}
h4 {
	font-size: 20px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
h5 {
	font-size: 25px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
	text-align: center;
}
li {
	list-style-type: none;
	font-weight: bold;
	font-size: 30px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: #5A0001;
	line-height: auto;
}
dd {
	font-weight:normal;
	font-size: 22px;
	font: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	color: aliceblue;
	line-height: auto;
	margin-left: 1%;
}

footer {
	background-color: aliceblue;
	/*bottom: 0;*/
	
	z-index: 10;
	
	box-shadow: 0 -6px 9px -7px #000000;
}
footer a{
	color: #FFFFFF;
}
footer img{
	transition: transform 500ms ease-in-out;
}
footer img:hover {
	transform: rotate(360deg);
	transition: transform 500ms ease-in-out;
}

/*------------------------------BACKGROUND------------------------------*/

.body_background {	
	display:flex;
	
	justify-content: center; 
	align-items: center; 
     
    height: 100%;
	
	position: fixed; 
	
	z-index: -10;
	
	filter: blur(40px);
}

/*...........................BLABLA.....................................*/

.choice_container {
    display: flex;
	flex-direction: column;
	justify-content: center;
	
	height: 100vh;
	
	margin-left: auto;
	margin-right: auto;
}

.text {
	display: flex;
	justify-content: auto;
	
}
#bluetext {
	color: #2349ccff;
	box-shadow: inset -70px 0 50px -50px #314fb6ff,inset 70px 0 50px -50px #314fb6ff;
	
	width: 250px;
	height: auto;
	
	padding-right: 12.5%;
	margin-right: 5%;
	padding-left: 12.5%;
	margin-left: 5%;
	
	padding-top: 1%;
	padding-bottom: 1%;
	
	text-align: right;
}
#redtext {
	color: #8b0000ff;
	box-shadow: inset 70px 0 50px -50px #8b0000ff,inset -70px 0 50px -50px #8b0000ff;
	
	width: 250px;
	height: auto;
	
	padding-left: 12.5%;
	margin-left: 0.5%;
	padding-right: 12.5%;
	margin-right: 5%;
	
	padding-top: 1%;
	padding-bottom: 1%;
	
	text-align: left;
}

.choice {
    display: flex;
	flex-direction: column;
	
	/*margin-left: 15%;
	margin-right: 15%;*/
}

.landing_button {	
	margin-top: 10vh;
	margin-bottom: 10vh;
	margin-left: auto;
	margin-right: auto;
	
	width: fit-content;
	height: auto;
	
	min-height: 40px;
	max-height: 130px;	
	min-width: 110px;
	max-width: 350px;
	
	z-index: 10;
	
	
	align-items: center;
	-webkit-align-items: center;
	appearance: none;
	-webkit-appearance: none;
	
	border-radius: 4px;
	border-width: 0;
	
	box-sizing: border-box;
	/*color: rgba(0,12,112,1.00);*/
	cursor: pointer;
	display: inline-flex;
	font-family: sans-serif;
	/*height: 3em;*/
	justify-content: center;
	line-height: 1;
	list-style: none;
	overflow: hidden;
	-webkit-overflow: hidden;
	padding-left: 16px;
	padding-right: 16px;
	
	text-align: left;
	text-decoration: none;
	transition: box-shadow .15s,transform .15s;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	white-space: nowrap;
	will-change: box-shadow,transform;
	font-size: 150% !important;
}
.landing_button a {
	max-width: 300px;
	
	padding: 0.5rem;
}
.landing_button:focus {
	box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}
.landing_button:hover {
	box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
	transform: translateY(-2px);
}
.landing_button:active {
	box-shadow: #D6D6E7 0 3px 7px inset;
	transform: translateY(2px);
}
#bluebutton {
	background-color: #002192cc;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#314fb6ff 0 -3px 0 inset;
}
#bluebutton a{
	color: white;
}
#redbutton {
	background-color: #710000cc;
	box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px,rgba(45, 35, 66, 0.3) 0 7px 13px -3px,#b60000cc 0 -3px 0 inset;
}
#redbutton a{
	color: white;
}

.choice_button {
	/*border-width: 5px;*/
	
	margin: auto;
	
	border-top-left-radius: 50% 20%;
	border-top-right-radius: 50% 20%;
	border-bottom-right-radius: 50% 20%;
	border-bottom-left-radius: 50% 20%;
    
    height: 500px;
    width: 200px;
}

#bluepillchoice {
	background-image: linear-gradient(to bottom, #1c1c1c 50%, #0028b2cc 50%),linear-gradient(to bottom, #002dc8cc 80%, #fffffff5 100%);
	box-shadow: 0 0 20px 1px #002192cc;
	border: solid 2px #002192cc;
	
	text-align: left;
	align-content: flex-start;
	
	padding: 0.4em;
}

/*#blueshape {
	background-image: linear-gradient(to bottom, #1c1c1c 50%, #002dc8cc 50%);
	
}*/

#redpillchoice {
	background-image: linear-gradient(to bottom, #9f0000cc 50%, #1c1c1c 50%),linear-gradient(to bottom, #ffffffff 0%, #b60000cc 20%);
	box-shadow: 0 0 20px 1px #710000cc;
	border: solid 2px #710000cc;
	
	height: 500px;
    width: 200px;
	
	display: flex;
    flex-direction: column;
	
    padding-top: 200px;
    padding-right: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
	
	align-items: flex-end; 
	text-align: right;
	
	
	padding: 0.4em;
}