
@charset "utf-8";

/*contains everything above the footer*/
.content{
	min-height:calc(100vh - 115px);
	height:auto;
}
/*contains all header info except text*/
.header {font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #1EE0DD;
	border: 3px solid white;
	border-radius: 10px;
	Min-width: 975px;
	box-shadow: 2px 2px 0px black;
	font-size: 20pt;
	font-weight: 700;
	text-shadow: 1px 1px 0px black;
	Margin-top: 1px;
	padding-right: 5px;
	color: white;
	height:100px;
	}
/*for teachers.  different color background*/
.teacherheader {font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: rgba(255,108,38,1);
	border: 3px solid white;
	border-radius: 10px;
	Min-width: 975px;
	box-shadow: 2px 2px 0px black;
	font-size: 20pt;
	font-weight: 700;
	text-shadow: 1px 1px 0px black;
	/*padding-top: 13px;*/
	padding-right: 5px;
	color: white;
	height:100px;
	}
/*text for header*/
.headerText{
	font-size:4vw;
	float:left;
	vertical-align:top;
	padding-top:5px;
	text-align:left;
	font-weight:700;
	font-size:48pt;
	color:white;
	-webkit-text-stroke:1px black;
	text-shadow: 3px 3px 0px black;
	margin-left:60px;
}
/*hopefull text on smaller screen*/

/*holds buttons for navigation*/
.menu { 
	width:375px;
	float:left;
	min-height:calc(100vh - 90px);
}
/*navigation buttons for basic parts of speech*/
.button {
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: rgba(255,255,204,1);
	border:3px solid black;
	border-radius:10px;
	Min-width:150px;
	box-shadow: 5px 5px 0px black;
	width:300px;
	height:75px;
	position:relative;
	margin-top:25px;
	margin-bottom:25px;
	left:50px;
	text-align:center;
	font-weight:700;
	font-size:50pt;
	color:red;
	-webkit-text-stroke:1px black;
	text-shadow: 2px 2px 0px black;		
}
.button2 {
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: rgba(255,255,204,1);
	border:3px solid black;
	border-radius:10px;
	Min-width:150px;
	box-shadow: 5px 5px 0px black;
	width:250px;
	height:35px;
	position:relative;
	margin-top:15px;
	margin-bottom:15px;
	/*left:50px;*/
	text-align:center;
	font-weight:700;
	font-size:22pt;
	color:red;
	-webkit-text-stroke:1px black;
	text-shadow: 1px 1px 0px black;		
}
/* the modal (background) */
.modal{
	display:none; /*hides by default*/
	position:fixed; /*Stay in place*/
	z-index: 1; /*sit on top */
	padding-top: 5px;
	margin-left:17%;
	margin-top:11%;
	left:0;
	top:0;
	width:20%; /*full width*/
	height:35%; /*full height*/
	/*overflow: auto; /*enable scroll if needed*/
	background-color: gray; /*fallback color*/
	background-color: rgba(0,0,0,0.4,); /*black w/opacity*/
	border:3px solid black;
	border-radius:10px;
	box-shadow: 5px 5px 0px black;
}

/*modal content/box*/
.modal-content {
	background-color: darkcyan;
	margin: 5% auto; /* 5% from the top and centered */
	padding: 10px;
	border: 1px solid black;
	width: 80%; /*could be more or less, depending on screen size*/
	height:80%;
	border-radius:10px; 
	box-shadow: 5px 5px 0px black;
	padding-bottom:10px
}

/*the close button*/
.close {
	color: black;
	float:right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color:black;
	text-decoration: none;
	cursor:pointer;
}

/*container that holds the words for drag and drop*/
.Box{
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	Float:left;
	width:348px;
	/*width:18%;*/
	margin-top:20px;
	border:2px solid teal;
	border-radius:6px;
	/*margin-left:-300px;*/
	background-color: antiquewhite;
	font-size: 12pt;
	font-weight:500;
	padding-bottom:5px;
	box-shadow:5px 5px black;
}
/*formats words for drag and drop purposes*/
.WordBank{
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	color:white;
	height:40px;
	width:95px;
	/*max-height:11%;
	min-height:11%;
	font-size:1vw;
	width:28%;*/
	border:1px solid black;
	background-color: teal;
	border-radius:10px;
	padding:5px;
	float:left;
	margin-left:5px;
	margin-top:2px;
	text-align:center;
	box-shadow:1px 1px black;
	
}
/*formats the box that holds definition on pop up*/
.definition{
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color:lightcoral;
	box-shadow:1px 1px black;
	border:2px solid darkblue;
	border-radius:6px;
	position:absolute;
	padding:5px;
	top:50px;
	left:20px;
	height:75px;
	width:200px;
	z-index:25;
	text-align:center;
	font-weight:700;
	font-size:12pt;
	color:black;
	cursor:pointer;
	display:none;
}
/*formats close button*/
.closeButton{
	text-align:center;
	height:20px;
	width:25px;
}
/*style for submit buttone*/
.submit{
	margin-left:75%;
	font-size:12pt;
	font-weight:700;
	background-color:lightgray;
	color:black;
	width:100px;
	height:30px;
	border:1px solid purple;
	border-radius:2px;
	box-shadow:2px 2px 0px black;
	cursor:pointer;
	
}
/*container for the story*/
.StoryHolder {
	/*float:left;
	width:600px;*/
	width:90%;
	background:gray;
	/*padding-left:50px;
	padding-right:50px;*/
	padding-top:20px;
	padding-bottom:55px;
	border:2px solid teal;
	border-radius:10px;
	box-shadow:5px 5px 0px;
	margin-left:15px;
	margin-top:25px;
	margin-bottom:25px;
}
/*container for actual story*/
.StoryBox{
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	/*Float:left;*/
	/*width:500px;*/
	width:98%;
	padding:5px;		
	border:2px solid black;
	border-radius:6px;
	/*margin-left:30px;*/
	background-color: rgba(255,255,204,1);
	padding-bottom:5px;
	box-shadow:5px 5px black;
	line-height:30px;
}
/*formats blanks for regular story*/
.blank{
	display:inline;
	height:20px;
	min-width:75px;
	background-color:lightcyan;
}
/*formats blanks for fun story*/
.blank2{
	color:black;
	/*position:relative;
	display:block;*/
	height:45px;
	width:350px;
	padding-bottom:5px;
	font-size:20pt;
	border-radius:5px;
	box-shadow:5px 5px 0px black;
	background-color:cyan;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
/*formats banner on start and done pages*/
.banner{
	float:left;
	padding-left:30px;
	width:37%;
	margin-top:160px;
}
/*lady on done page*/
.lady{
	margin-top:50px;
	
	float:left;
}

.completionBar {
	float:left;height:30px;width:70px;border:2px solid black;text-align:center;font-size:8pt;background:white;color:black;
}
/*footer*/
.footer {
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: #1EE0DD;
	border: 3px solid white;
	border-radius: 10px;
	Min-width: 975px;
	box-shadow: 2px 2px 0px black;
	text-align: right;
	font-size: 20pt;
	font-weight: 700;
	text-shadow: 1px 1px 0px black;
	padding-top: 13px;
	padding-right: 5px;
	color: red;
	height:50px;
		
}
/*teacher footer color inverse*/
.teacherfooter {
	font-family: Rockwell, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	background-color: rgba(255,108,38,1);
	border: 3px solid white;
	border-radius: 10px;
	Min-width: 975px;
	box-shadow: 2px 2px 0px black;
	text-align: right;
	font-size: 20pt;
	font-weight: 700;
	text-shadow: 1px 1px 0px black;
	padding-top: 13px;
	padding-right: 5px;
	color: red;
	height:60px;
}
/*teacher buttons*/
.subbtn{
	background-color:gray;
	color:cornsilk;
	border:2px darkcyan solid;
	border-radius:6px;
	cursor:pointer;
	
}
/*from Let's Talk*/
.MyClassesBorder {
	
	height: 355px;
	width:315px;
	background-color:#1EE0DD;
	border: 3px solid #0a0354;
	border-radius:6px;
}
.MyClasses {
	
	height: 320px;
	width:295px;
	padding:4px;
	font-size:12px;
	color: #000;
	background-color:white;
	border: 3px solid #0a0354;
	border-radius:6px;
	margin-top:6px;
	margin-right:auto;
	margin-left:auto;
}
.LeftColumn {
	
	/*height: 800px;*/
	width:275px;
	float:left;
	margin-top: 5px;
	padding:4px;
	
}
.Column2 {
	
	/*height: 800px;*/
	width:325px;
	float:left;
	margin-top: 35px;
	padding:4px;
	font-size:18px;
	color: #0a0354;
}
.Column3 {
	
	/*height: 800px;*/
	width:305px;
	float:left;
	margin-top: 35px;
	padding:4px;
	font-size:18px;
	color: #0a0354;
	margin-left:20px;
	text-align:right;
}
.MyStudentsBorder {
	
	height: 355px;
	width:305px;
	background-color:#1EE0DD;
	border: 3px solid #0a0354;
	border-radius:6px;
	
}
.MyStudents {
	
	height: 320px;
	width:285px;
	padding:4px;
	font-size:12px;
	color: #000;
	background-color:white;
	border: 3px solid #0a0354;
	border-radius:6px;
	margin-top:6px;
	margin-right:auto;
	margin-left:auto;
}

.MainBodyContainer {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	/*background-image: url("images/parchment.png");*/
	background-color: antiquewhite;
	/*border: 7px solid rgba(255,108,38,1);*/
	border-radius: 25px;
	overflow: auto;
	height: 860px;
	width:950px;
	margin-left: auto;
	margin-top: 50px;
	margin-right: auto;
	padding:10px;
}
.photobox {
	background-image: url(/images/gesture.png);
	background-repeat: no-repeat;
    background-size:cover;
    background-position: center; 
	height: 250px;
	width: 250px;
	border: 3px solid black;
	border-radius: 25px;
	margin-top: 25px;
}
.classContainer{
	width:500px;
	height:75px;
	border:2px solid black;
	box-shadow: 2px 2px 0px black;
	background-color:#1EE0DD;
	color:black;
	font:14pt;
	font-weight:600;
	border-radius:4px;
	margin-bottom:10px;
}
.classDescription{
	font-size:18pt;
	font-weight:400;
	background-color:rgba(255,108,38,1);
	width:496px;
	border:2px solid black;
	box-shadow: 2px 2px 0px black;
	border-radius:2px;
}
.formfield {
	padding:5px;
	font-weight:700;
	color:darkcyan;
	font-size:20pt;
}
.frameData {font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	background-color: #FFFFFF;}

.normal{}
.medium{display:none;}
.small{display:none;}
/*hopefully changes display on smaller screens*/
/*@media only screen and (max-width:1600px){
	.header,.normal{
		display:none;
	}
	.smallHeader,.medium{
		display:block;
	}
}
@media only screen and (max-width:1000px){
	.headerText,.normal,.medium{
		display:none;
	}
	.smallerText,.small{
		display:block;
	}
}
*/