﻿body {
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url("Images/first.jpg");
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

/* Set padding to keep content from hitting the edges */
.body-content {
	padding-left: 15px;
	padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
	white-space: normal;
}


.background-image {
	background-image: url('C:\Users\emman\OneDrive\Desktop\BeesChatbot\BeesChatbot\Vidly_final\Content\Images\second.jpg');
	height: 100vh;
	border: solid red 10px;
	background-size: cover;
	background-repeat: no-repeat;
	white-space: nowrap;
}

.BeeBotImage {
	height: 6% !important;
	width: 9% !important;
	padding-left: 0;
	margin-left: 0;
	flex-basis: 30%;
}

.BeesBotResponse {
	font-size: 30px;
}

.BeesBotResponseList {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 0.9;
}

.jumbotron {
	box-shadow: -30px 30px 20px rgba(0,0,0,0.3);
}

.mytextarea {
	resize: none;
}

.allowScroll {
	position: relative;
	overflow-y: scroll;
	height: 500px;
}

.messagePage {
	background: #eae1e1;
	box-shadow: inset 0 5px 40px 0 rgba(0,0,0,0.25)
}

.mainContainer {
	position: relative;
	width: 100%;
	height: 320px;
	perspective: 600px;
}

.flashCard {
	position: absolute;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.5s ease;
	perspective: 200px;
}



.mainContainer:hover .flashCard:nth-last-child(1) {
	transform: rotateX(2deg);
	box-shadow: 0 20px 20px rgba(50, 60, 60, 0.2);
	box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px #4c4a4a20;
}

/*
.myCheckbox:checked + .flashCard:nth-last-child(1) {
	transform: rotateY(180deg);
}
.mainContainer:hover :checked + .flashCard:nth-last-child(1) {
	transform: rotateX(2deg);
	box-shadow: 0 20px 20px rgba(255, 255, 255, 0.2);
}*/

/*.flashCard:nth-last-child(1):hover {
		transform: rotateY(180deg);
}*/

.flashCard:nth-last-child(1).is-flipped {
	transform: rotateY(180deg);
}

.question {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #ffc728;
	color: #333;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	align-items: center;
	justify-content: center;
	font-family: 'zille slab', sans-serif;
	border-radius: 20px;
	margin: auto;
	font-size: 2em;
	display: grid;
	box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px #00000020;
	transition: transform 200ms;
	text-overflow: ellipsis;
	overflow: clip;
	padding: 4px;
	margin: 4px;
	cursor: pointer;
}

.answer {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #564617;
	color: #fcf9f9;
	backface-visibility: hidden;
	transform: rotateY(180deg);
	text-align: center;
	-webkit-backface-visibility: hidden;
	font-family: 'zille slab', sans-serif;
	border-radius: 20px;
	margin: auto;
	font-size: 2em;
	align-items: center;
	justify-content: center;
	align-items: center;
	display: grid;
	box-shadow: 0 5px 10px 0 #00000040, 0 15px 20px #00000020;
	transition: transform 200ms;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 4px;
	margin: 4px;
	cursor: pointer;
}

.flashCard:nth-last-child(2) {
	--y: calc(-10% + 10px);
	transform: translate(-10%, var(--y)) scale(0.95);
	box-shadow: 0 0 1px 1px #00000003;
}

.flashCard:nth-last-child(1) {
	--x: calc(-10% + 10px);
	transform: translate(-10%, var(--y)) scale(0.95);
	box-shadow: 0 0 1px 1px #00000003;
}



@keyframes swap {
	50% {
		transform: translate(-50%, calc(var(--y) - 100px)) scale(0.85) rotate(-5deg);
		animation-timing-function: ease-in;
	}

	100% {
		transform: translate(-50%, calc(var(--y) - 9px)) scale(0.85);
		z-index: 1;
	}
}

@keyframes swapPrev {
	50% {
		transform: translate(-50%, calc(var(--y) - 100px)) scale(0.85) rotate(-5deg);
		animation-timing-function: ease-in;
	}

	100% {
		transform: translate(-50%, calc(var(--x) + 9px)) scale(0.85);
		z-index: 1;
	}
}

@keyframes flipTheCard {
	50% {
		transform: rotateY(180deg);
	}

	100% {
		transform: rotateY(180deg);
	}
}


/*
	========== Color Game =============
*/
#container {
	margin: 20px auto; /*0 up and down & auto at left and right*/
	max-width: 600px;
}

#stripe {
	background: white;
	height: 20px;
	text-align: center;
}

#colorDisplay {
	font-size: 200%;
}

#message {
	display: inline-block;
	width: 20%;
}

.square {
	width: 30%;
	background: purple;
	padding-bottom: 30%;
	float: left;
	margin: 1.66%;
	border-radius: 15%;
	transition: background 0.6s;
	--webkit-transition: background 0.6s;
	-moz-transition: background 0.6s; /*to support all browser*/
	box-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.wrongSquare {
	width: 30%;
	border-right-style: dotted;
	border-left-style: dotted;
	border-color: red;
	padding-bottom: 30%;
	float: left;
	margin: 1.66%;
	border-radius: 50%;
	transition: background 0.6s;
	--webkit-transition: background 0.6s;
	-moz-transition: background 0.6s; /*to support all browser*/
}

.selected {
	color: white;
	background: steelblue;
}


#colorGameH1 {
	color: white;
	font-weight: normal;
	line-height: 1.1;
	text-transform: uppercase;
	text-align: center;
	background: steelblue;
	padding: 20px 0;
	margin: 0; /* Gets raid of all space around the background*/
}

button {
	border: none;
	background: none;
	text-transform: uppercase;
	height: 100%;
	letter-spacing: 1px;
	color: steelblue;
	outline: none;
	font-size: inherit;
	transition: all 0.3s;
	--webkit-transition: all 0.3s;
	-moz-transition: all 0.3s; /*to support all browser*/
}

.colorGameBody {
	background-color: #232323;
	margin: 0; /* Gets raid of all space around the background*/
	font-family: "Montserrat", "Avenir";
}

.colorGameButtons:hover {
	color: white;
	background: steelblue;
}

/*
	=============== Score ===================
*/
#player1Score, #player2Score {
	font-size: 300%;
}

#stripe {
	background: white;
	height: 30px;
	text-align: center;
}

#container {
	margin: 20px auto; /*0 up and down & auto at left and right*/
	max-width: 600px;
}

.winner {
	color: #232323;
}

scoreinput {
	margin-left: 50px;
}

button.specialBtn {
	margin-top: 5%;
}

.TTTh1 {
	color: white;
	font-weight: normal;
	line-height: 1.0;
	text-transform: uppercase;
	text-align: center;
	background: steelblue;
	padding: 20px 0;
	margin: 0; /* Gets raid of all space around the background*/
}

scorebody {
	background-color: #232323;
	margin: 0; /* Gets raid of all space around the background*/
	font-family: "Montserrat", "Avenir";
}

score_p {
	margin-left: 50px;
	font-size: 200%;
	color: white;
}

score_img {
	width: 200px;
	height: 200px;
	border-radius: 20%;
	margin-left: 10%;
}

button {
	border: none;
	background: none;
	text-transform: uppercase;
	height: 100%;
	letter-spacing: 1px;
	color: steelblue;
	outline: none;
	font-size: inherit;
	transition: all 0.3s;
	--webkit-transition: all 0.3s;
	-moz-transition: all 0.3s; /*to support all browser*/
}

	button:hover {
		color: white;
		background: steelblue;
	}

p ul li {
	color: white;
	letter-spacing: 1px;
	list-style: none;
	line-height: 1.5;
	transition: background 2s;
	--webkit-transition: background 0.3s;
	-moz-transition: background 0.3s; /*to support all browser*/
}


/* ========== TTT CSS ============*/
.mytable {
	margin: auto;
}

.mytd {
	width: 150px;
	height: 150px;
}

.vertical {
	border-left: 1px solid steelblue;
	border-right: 1px solid steelblue;
}

.horizontal {
	border-top: 1px solid steelblue;
	border-bottom: 1px solid steelblue;
}

.TTTsquare {
	width: 80%;
	height: 80%;
	margin: 20px auto; /*0 up and down & auto at left and right*/
	background: red;
	padding-bottom: 30%;
	border-radius: 15%;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.circle {
	width: 80%;
	height: 80%;
	margin: 20px auto; /*0 up and down & auto at left and right*/
	background: yellow;
	padding-bottom: 30%;
	border-radius: 50%;
	box-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

.glow {
	padding-bottom: 30%;
	box-shadow: 0px 4px 3px rgba(233,239,17,0.4), 0px 8px 13px rgba(255,255,0,0.1), 0px 18px 23px rgba(255,255,146,0.1);
	background: black;
}

#message {
	font-size: 20px;
}

#TTTH1 {
	text-align: center;
	font-size: 200%;
	text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
}

#state {
	color: black;
	margin: 0 auto;
	text-align: center;
	font-size: 400%;
	text-shadow: 0px 4px 3px rgba(255,255,0,0.4), 0px 8px 13px rgba(252,252,0,0.1), 0px 18px 23px rgba(250,250,0,0.1);
}
