html {
	scroll-snap-type: y mandatory;
	overflow-x: hidden;
}

body {
	margin: unset;
	font-family: 'Dosis', sans-serif;
	--plain-color: #DA2C5E;
	--key-color: #FF5733;
	--cipher-color: #FFD700;
}

.rsa_cipher, .rsa_decipher {
	font-family: 'Roboto', sans-serif;
	font-size: 50px;
}

.step {
	height: 100vh;
	width: 90vw;
	z-index: 2;
	position: relative;
	scroll-snap-align: start;
}

#sections {
	position: relative;
	display: inline-block;
	width: 100%;
	top: 0px;
	margin-left: 150px;
}

#cover {
    background-image: url(https://uw-cse442-wi20.github.io/FP-hushhhhhhhz/hack-slow.8a7e098b.gif);
	background-size:100% 100%;
	filter: brightness(100%);
	height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
}

.titleBox {
	color: white;
	font-size: 48px;
	height: 80px;
    width: 900px;
    z-index: 5;
    position: relative;
    margin: auto;
	margin-top: 20px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.introContainer {
	display: flex;
	margin-left: 80px;
}

.introContainer div {
	margin: 50px 50px 0 50px;
	border-radius: 15px;
}

#historySection {
	height: 800px;
	background-color: #a5d6a7;
	z-index: -1;
}

#streamAnimation {
	background-color: white;
	z-index: 3;
}

#vis {
	display: inline-block;
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 10vw;
	background-color: black;
	color: white;
}

#vis div{
	padding: 15px;
}

#vis div:hover {
	cursor: pointer;
	border-bottom: 1px solid #4EB7B2;
	border-top: 1px solid #4EB7B2;
}

.selected {
	color: #4EB7B2;
}

.fullVis {
	display: inline-block;
	z-index: 0;
	height: 500px;
	width: 100%;
}

.halfVis {
	display: inline-block;
	z-index: 1;
	height: 500px;
	width: 70%;
}

.message {
	display: flex;
	justify-content: center;
	font-size: 65px;
}

.index {
	margin: 5px;
	width: 45px;;
	text-align: center;
}

#step3 td,#step3 th,#step10 td, #step10 th {
	border: 1px solid #9a9a9a;
	padding: 6px;	
	text-align: center;
	width: 26px;
}
#step4 td, #step4 th {
	border: 1px solid white;
    padding: 6px;   
    text-align: center;
    width: 26px;
}
table {
	border-collapse: collapse;
	font-size: 25px;
	border-color: #9a9a9a;
}

.centerTitle {
	text-align: center;
	padding: 20px;
}

#container {
	width: 100%;
	position: absolute;
	display: flex;
	z-index: 0;
}

.streamContainer {
	margin: 175px 0 0 130px;
	position: fixed;
	top: 50px;
}

.inputContainer {
	display: flex;
	margin-left: 50px;
	font-size: 20px;
	position: fixed;
	top: 20vh;
	left: 15vw;
	width: 70vw;
}

.title1Container {
    display: flex;
    margin-left: 50px;
    font-size: 26px;
    position: fixed;
    top: 0vh;
    left: 15vw;
    width: 50vw;
}

.title2Container {
    display: flex;
    margin-left: 50px;
    font-size: 20px;
    position: fixed;
    top: 10vh;
    left: 15vw;
    width: 50vw;
}

.title3Container {
    display: flex;
    margin-left: 50px;
    font-size: 20px;
    position: fixed;
    top: 55vh;
    left: 15vw;
	width: 74vw;
	border-top: 1px solid white;
}

.interactiveContainer h2 {
	margin-bottom: 10%;
}

#encr_shareResult {
	margin-bottom: 10%;
	height: 40px;
}


.input2Container {
    display: flex;
    margin-left: 50px;
    font-size: 20px;
    position: fixed;
    top: 65vh;
    left: 15vw;
    width: 200vw;
}

.results {
	margin-left: 100px;
}

.resultsDivs {
	display: flex;
	width: 100px;
}

#keyDisplay {
    width: 120px;
    margin-right: 48px;
}

#textDisplay{
    width: 120px;
    margin-right: 32px;
}

#cipherDisplay {
	width: 120px;
	margin-right: 15px;
}

.inputs2 {
	margin: 0 40px 0 0;
	width: 315px;
}

.instruction {
	margin: 0 0 30px 0;
}

.inputs {
    margin: 0 50px 0 0;
}


.inFFD700 {
	width: 320px;
}

#answer {
	margin: 20px 0 0445px;
}

.lilDiv {
	display: flex;
	width: 300px;
	height: 50px;
}

.lilDiv2  {
    width: 200px;
    height: 50px;
	margin: 0 0 0 50px;
}


#textInput, #textInput2, .userinput {
	font-size:20px;
	font-family: 'Dosis', sans-serif;
	border-radius: 5px;
	width: 150px;
	height: 45px
}

#textInput2 {
	margin-top: 25px;
}

.math {
	display: flex;
	justify-content: center;
	font-size: 30px;
}


h1 {
	text-align: center;
}

.titles {
	margin: unset;
}

#form1{
	width: 100%;
}

#input_boxes {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 5px;
}

textarea {
	width: 100%;
	height: 100%;
}

#encrypted, #decrypted {
	width: 100%;
	height: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

p {
	padding: 1px;
}

.title1 circle {
	stroke: #509556;
	stroke-width: 3px;
}

#key, #cipher, #plain {
	width: 30px;
	text-align: center;

}

.grid_box {
	width: 60px;
	height: 60px;
	border: 1px solid #9a9a9a;
	text-align: center;
}

.grid_box_new {
	width: 60px;
    height: 60px;
    border: 1px solid white;
    text-align: center;
	color: white;
}

.grid_box p, .grid_box_new p {
	font-size: 30px;
	margin: 12px;
	padding: 0px;
}

.grid {
	display: flex;
	flex-wrap: wrap;
	width: 310px;
	float: right;
	margin-top: 25px;
}

.grid_new {
	display: flex;
    flex-wrap: wrap;
    width: 21%;
    float: right;
    margin-top: 13%;
    margin-left: 8%;
	align-content: baseline;
}

.example, .rules, .block_message, .cipher_message, .textboxes, .flexin, .encryption {
	display: flex;
}

.rules {
	flex-direction: column;
}

.text_container {
    display: flex;
    justify-content: flex-end;
}

.message, .encryption, .block_letter {
	font-family: 'Roboto', sans-serif;
}

.flexin {
	height: 100%;
}


.blockContainer {
    position: fixed;
    top: 20px;
    left: inherit;
    font-size: 25px;
    width: 680px;
    margin-top: 8%;
}
.interactiveContainerContainer {
	margin: 0 50px 50px 50px;
	width: 50%;
	position: fixed;
	top: 20px;
    left: 200px;
	font-size: 25px;
}

.interactiveContainer {
	width: 51%;
}

.interactiveContainerContainer {
	display: flex;
	width: 100%;
}

.block_letter {
	font-size: 25px;
	width: 40px;
	text-align: center;
}

.exampleContainer {
	margin-right: 45px; 
	margin-top: -22px;
}

.block_pairs {
	margin-right: 3%;
}

.block_msg_letter{
	margin-right: 21px;
	font-size: 65px;
}

#sym_outter {
	height: 650px;
    border: 1px solid white;
    width: 85% !important;
    border-radius: 20px;
    margin: auto;
    margin-bottom: 35px;
}

.update_margin {
	margin-right: 17px;
}

.encryption {
	margin-top: 25px;
	flex-direction: column;
	margin-left: 35%;
}

#encr_checkbutton, #decr_checkbutton,  #inputButton, #startAnimation, #startButton, #asym-startAnimation, #sym-startAnimation, #rsaStartButton {
	border-radius: 5px;
	margin-left: 15px;
	border: 1px solid white;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	background-color: #1F2833;
	color: white;
}

#startAnimation {
	margin-top: 35px !important;
}

#inputButton2 {
	width: 70px;
	margin: 20px 0 0 0px;
	border-radius: 5px;
	border: 1px solid white;
	cursor: pointer;
    text-align: center;
	color: white;
	padding: 10px;
	background-color: #1F2833;
}

#startAnimation, #startButton, #asym-startAnimation, #sym-startAnimation, #rsaStartButton {
	width: 120px;
	margin: auto;
	color: white;
}

.shareresult {
	margin-left: 10px;
	font-size: 30px;
	text-align: center;
	margin-top: 3%;
	width: 57%;
}

.timelineContainer {
	display: flex;
	height: 620px;
	position: relative;
	justify-content: center;
}

.infoContainer {
    display: flex;
    position: relative;
    justify-content: center;
}


.line {
	background-color: gray;
	align: center;
	width: 4px;
	height: 100%;
	margin-top: 15px;
	position: absolute;
	display: flex;
	justify-content: center;
}

.lineDiv {
	display: flex;
	justify-content: center;
}

.leftDiv, .rightDiv {
	width: 480px;
	height: 100%
}

.eventBox {
	display: flex;
	height: 70px;
	width: 520px;
	margin: 30px;
	color: black;
	font-size: 20px;
}

.year {
	margin-right: 20px;
	padding: 5px;
	font-size: 30px;
	text-align: center;
	color: #BCF2F0;
}

.event {
	width: 300px;
	background: white;
	border-radius: 10px;
	padding: 10px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.explanation {
	width: 800px;
	text-align: center;
	color: transparent;
	padding: 5px 20px 5px 20px;
	display: flex;
	flex-direction: column;
}

.explanationCircle {
	background-color: white;
	border-radius: 50%;
}

.explanationCircle div {
	padding: 50px;
}

#title5, #title10 {
	display: flex;
	height: 100%;
}

#title10 .halfVis {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

#title2 h1 {
	font-size: 40px;
}

#step1, #step7, #step11 {
    color: white;
	background-color: #1f2833;
    position: relative;
}

#step1::before, #step7::before, #step11::before {
	content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
	background-image: url(https://uw-cse442-wi20.github.io/FP-hushhhhhhhz/hack-still.7df2deae.png);
	background-size:100% 100%;
    -webkit-filter: grayscale(1) opacity(1);
    filter: grayscale(1) opacity(0.3);
	z-index: -1;
}

#step2, #step8, #step10 {
	background-color: #314155;
	color: white;
}

#step3, #step5, #step9 {
	background-color: #1f2833;
	color: #9a9a9a;
}

#step4, #step6 {
	color: white;
	position: relative;
}

#step4::before, #step6::before {
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background-color: #314155;
}

.blackBackground {
	height: 1000px;
	width: 1000px;
	margin-left: 200px;
	background-color: black;
	position: relative;
	margin: auto;
}

.stepTransition {
	color: white;
	background-color: black;
}

#outter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#senders {
  display: flex;
  flex-direction: row;

}

.person {
  margin-bottom: 5%;
  align-items: center;
  display: flex;
  flex-direction: column;
}

img {
  width: 100%;
}

#outter {
  align-items: center;
}

.keyChoice {
	cursor: pointer;
}

.keys {
  width: 30%;
}

.publickey {
  width: 15%;
}

#sender1_doc, #sender2_doc, #sender3_doc, #receiver_key {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

#sender1_image, #sender2_image, #sender3_image {
  width: 140px;
}


#receiver_key {
  width: 50%;
  margin: auto;
}

.perdoc {
  display: flex;
  align-items: center;
}

.sender_doc {
  width: 13%;
  height: 50%;
}

#receiver_outer {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: -5%;
}

#asym {
    height: 685px;
    width: 80%;
    margin: auto;
    border: 1px solid white;
    border-radius: 20px;
}

#messages {
  display: flex;
	justify-content: space-around;
}



.locked_doc {
  margin-bottom: 30%;
}

#people_images,#people_keys, #document {
  display: flex;
  justify-content: space-between;
}

.colorme {
  fill: blue;
}

#sender_sym, #receiver_sym {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.people_sender_sym {
  width: 30%;
}

.sender_document {
  width: 15%;
  padding: 15px;
  margin-right: 8%;
}

#symmetric_container {
  display: flex;
  margin-top: 8vh;
}

.symmetric_key {
  width: 10%;
  height: fit-content;
  display: flex;
}

.symmetric_key img{
  width: 35%;
}

#sender_personAndKey, #receiver_personAndKey {
  display: flex;
  justify-content: center;
}

#story_text, #warning{
  text-align: center;
  margin: auto;
  width: 85%;
  font-size: 25px;
}

#story_text {
	padding: 20px 0px 12px 0px;
}

.storyboard {
	font-size: 25px;
}

#warning {
  font-weight: bold;
  color: red;
  font-size: 25px;
  width: 65%;
}

.label {
  margin-right: 10%;
}

.playfairTitles {
	text-align: unset;
}

.decryption {
	font-size: 65px;
    letter-spacing: 19px;
}

.block_message_decr {
	color: var(--key-color);
}

#messages img {
  width: 81%;
}

#messages {
  width: 100px;
}
#receiver {
	display: flex;
	width: 20%;
}

#story, #attention{
  text-align: center;
  margin: auto;
  width: 85%;
  font-size: 25px;
}
#story {
	padding: 35px 0px 12px 0px;
}

#attention {
  font-weight: bold;
  color: red;
  font-size: 25px;
  width: 90%;
}

.textDiv {
	padding: 3% 6% 3% 6% !important;
	text-align: center;
}

#history_part2 {
	width: 70%;
    padding: 0px 0 0 45px !important;
}

.textDivTitle, .textDivTitle2 {
	padding: 50px 0 10px 0 !important;
	font-size: 26px;
}

#block_decr_title {
	margin-bottom: 5%;
}

.rsaAnitmation {
  display: flex;
  justify-content: center;
}

.sender_div, .receiver_div {
	display: flex;
  	width: 300px;
	height: 300px;
	justify-content: center;
}

.cipher_letter, .decipher_letter, .cipher {
  font-size: 65px;
}

.tableDivRSA { 
	margin-top: 100px;
}

.tableDivRSA table {
	margin: 0 auto;
}

.rsaStepTitle {
	font-size: 23px;
	margin-top: 10px;
}

.rsa_index {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.rsa_calc_img {
	filter: invert(95%) sepia(82%) saturate(0%) hue-rotate(243deg) brightness(110%) contrast(101%);
}

#decipher_calc, #cipher_calc {
	width: 230px;
	padding: 5px;
}

#decipher_final, #cipher_final {
	height: 20px;
	padding: 5px;
}

.rsa_calc_explanation {
	padding: 25px;
	width: 20%;
}

.rsa_example {
	padding: 0px 50px 0px 50px;
	width: 700px;
}

.rsa_container {
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
}

.rsa_container h1 {
	font-size: 36px;
	margin-top: -55px;
}

.rsa_equations {
	display: flex;
	font-size: 34px;
}

p.rsa_equation_para {
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
}

.storyboard {
	width: 700px;
	height: 70px;
}

#send_index .cipher_message {
	margin-block-start: 0.75em;
}


/*# sourceMappingURL=https://uw-cse442-wi20.github.io/FP-hushhhhhhhz/src.4a3fb0fb.css.map */