/* Static CSS for Teacher To Teacher */

html{
	background-color: rgb(247,255,234);
}

/* color settings for t2t */

body{
	-webkit-display: flex;
    -moz-display: flex;
	display: flex;
   	background-color: rgb(247,255,234);
	color: rgb(94,97,89);
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

#page{
    -webkit-display: flex;
    -moz-display: flex;
	display: flex;
	flex-direction: column;
    background-color: rgb(247,255,234);
    width: 100%;
    max-width: 1024px;
    height: 100%;
    margin: 10px auto;
}

.header {
    display: flex;
    -webkit-flex-direction: row;
    justify-content: space-between;
    background-color: rgb(70,210,70);
    width: 100%;
    max-width: 1024px;
	height: 6rem;
    padding: 1rem;
    justify-content: space-around;
    margin: 0 auto 6px auto;
    border-bottom: solid 2px rgb(210,20,20);
    box-shadow: 2px 0 6px rgb(210,140,140);
}


/* color scheme for t2t */

.item,
.form-item {
    /*width: 33.3%;*/
    height: 3.0rem;
    padding: 0.75rem 0.75rem;
    justify-content: center;
    color: rgb(244,244,122);
    font-style: bold;
    font-weight: 600;
    font-size: 1.618034rem;
}

.brand {
   /* width: 33.3%;*/
    height: 3.0rem;
    padding: 0.5rem 0.75rem;
    text-align: left;
    vertical-align: middle;
    justify-content: center;
    color: rgb(244,244,122);
    font-style: bold;
    font-weight: 600;
    font-size: 1.618034rem;
}

.brand-button {
    color: rgb(244,244,122);
}

.brand-button, 
.brand: hover {
    text-shadow: 0 0 2px rgb(255,255,255);
	color: rgb(244,244,122);
	
}

.brand-button: visited,
.brand: visited {
    color: rgb(244, 244, 122);
}

.is-light-green{
    background-color: rgb(247,255,234);
}

.is-lighter-green {
    background-color: rgb(245, 250, 245);
}
.is-darker-green {
    background-color: rgb(227, 235, 214);
}
.is-dark-green{
    background-color: rgb(70,210,70);
}

/* decorators */

.outlined {
    border-style: solid;
    border-width:  1px;
    border-color: #5e6159;
}

.top-round {
    border: solid 0.5px color: rgb(244,244,122);
    text-shadow: 0 0 3px rgb(210,70,20);
    border-radius: 5px 5px 0 0;
	
}

.card-bottom-shadow {
    box-shadow: 0px 6px 12px rgb(155,157,122);
}

.card-box-shadow {
    box-shadow: 0 0 10px rgb(192,212,192);
}


/*block. level  classes */

.is-rounded {
	border-radius: 5px;
	border-style: inset;
	border-width: 1px;
	border-color: rgb(220, 70, 70);
}

.container {
    -webkit-display: flex;
	-moz-display: flex;
	 display: flex;
	 flex-direction: column;
	 margin: 0 auto;
	 width: 100%;
	 max-width: 960px;
}

.row {
    flex-direction: row; 
    width: 100%;
    height: auto;
    margin: 0 auto;
}
	 
/* buttons and refined buttons */

.cta-button,
.nav-button,
.button-auto,
.button-box-button,
.message-button{
	display: flex;
	background-color: rgb(70,210,70);
	border-radius:  5px;
	color: #fff;
	height: 2.5rem;
	padding-top: 0.5rem;
	padding-left: 0.5rem;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	text-shadow: #000 1px 0px 2px;
	align-items: center;
	text-align: center;
}

.nav-button {	
	height: 32px;
    width: 120px;
    padding: 4px;
	margin-top: 0;
	vertical-align: baseline;
}

.message-title {
	font-size: 1.1rem;
	font-weight: bold;
}

.message-button {
	width: 192px;
	text-align: center;
}

.button-auto {
	width: 70%;
	padding:5%;
	margin: 0 auto 0 auto;
}


/* Items for check-in page */

.active-box{
    display: block;
	width: 95%;
	max-width: 768px;
	height: auto;	
	margin: 10% auto;
	padding: 2rem;
	color: white;
	font-weight: bold;
	align-content: right;
	border-left-style: solid;
	border-bottom-style: solid;
	border-width: 2px;
	border-radius: 5px;
	border-color: #338833;
	box-shadow: 0px 1px 12px rgb(155,157,152);
	background-image: url(./Assets/stack-of-papers.jpg);
	background-size: cover;
}


.input-box{
	width: 95%;
	height: auto;
	margin: 5px auto;
	padding: 1rem;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px;
	border-color: rgba(244,24,122);
	color: white;
	font-weight: bold;
	background-color: rgba(100,100,100,0.50);
}

.input-text {
    color: white;
	font-size: 1.3rem;
}

.tag-line {
	width: 60%;
	color: white;
	margin: 2.5% auto;
}

/* nav items */

.navbar {
	padding: 0.5rem 1rem;
	border-bottom: solid 1px rgb(210,70,20);
	box-shadow: 0 3px 2px rgb(210,140,140);
}

.nav-button: hover{
	color: #FFFF88;
	border: #ff8 solid 10px;
	box-shadow: 1px 0px 3px #fff;	
}

/* text utilities specific to teacer-to-teacher */
.lrg-text{
	color: rgb(244,244,122);
	
	font-size: 1.618rem;
}

.sml-text {
	color: rgb(255,255,255);
	font-size: 1.318rem;
	text-align: center;
}

.header-text {
    color: rgb(244,244,122);
    font-weight: bold;
    font-size: 1.618rem;
    vertical-align: middle;
    text-align: middle;
    
}

.card-header-text {
	color: rgb(244,244,122);
    font-weight: bold;
    font-size: 1.618rem;
    vertical-align: middle;
    text-align: middle;
    text-shadow: 1px 1px 2px rgb(60%, 60%, 60%);
    
}

.sml-header-text {
    color: rgb(244,244,122);
    font-weight: bold;
    font-size: 1.309em;
    vertical-align: center;
    text-align: center;
}



.smlr-header-text{
	color: rgb(244,244,122);
    font-weight: bold;
    font-size: 1.0rem;
    vertical-align: center;
}

.header-text,
.lrg-header-text,
.sml-header-text,
.smlr-header-text: hover {
	background-color: rgb(70, 219, 70);
	text-shadow: 0px 0px 5px rgb(220, 220, 70);
}

.has-text-shadow {
	text-shadow: 0px 0px 5px #333;
}

/* card - placard */
.placard {
	/*width:70%;*/
	margin: 1.5rem auto;
	color: white;
	font-style: bold;
	font-weight: 600;
}


/* form specific */
.form-text {
	color: white;
	font-size: 1.3rem;
	font-weight: normal;
	text-shadow: 0 0 1px #FFF;
}

.form-body{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin:2.5%;
}

.form-card{
	flex-direction: row;
	width:60%;
	margin-left: auto;
	margin-right: auto;
}

.form-card > label {

	font-size: 1.309em;

}


.is-centered{
	margin: 0 auto 0 auto;
}

/* placard specific */

.utility-button,
.text-button {
    padding: 10px;
    margin:10px 10px 5px 35%;
    background-color: rgba(128, 128, 128, .40);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(127,127,127);
}

/* utility button syles */

.command-button,
.link-button {
	height: 3.3rem;
	width: 100%;
	color: rgb(255, 255, 0);
	border-width: 1px;
	border-color: rgb(255, 255, 0);
	border-style: solid;
	border-radius: 7px;
	margin-bottom: 8px;
	padding: 0.5rem 2rem;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
	font-size: 1.3rem;
	text-shadow: #000 1px 0px 2px;
	align-items: center;
	margin: 0 auto;
}



.command-button,
.link-button:hover {
	color: rgb(255,255,0);
	border-width: 1px;
	border-color: rgb(220,220,0);
	box-shadow: 0 0 8px rgb(180,180,0);
}


.text-button:hover {
	color: rgb(255, 255, 0);
	background-color: rgba( 255, 255, 255, 25%);
   
	text-shadow: 0 0 8px rgb(180,180,180);
	text-decoration: underline;
}



.foot {
    bottom: 0;
    width: 100%;
    max-width: 1024px;
    height: 7rem;
    padding: 0.75rem;
    background-color: rgb(70, 210, 70);
    border-top: solid 2px rgb(210, 20, 20);
    box-shadow: 0 -2px 2px rgb(210, 140, 140);
    color: white;
    font-size: 0.90em;
    text-align: center;
    align-items: flex-end;
}




	@media screen and (max-width: 768px) {
		.header {
            display: flex;
            background-color:  rgb(70, 210, 70);
            flex-direction: column;
            width: 100%;
			height: 11rem;
            padding: 0;
		}

		.brand {
            width: 100%;
			height: auto;
            text-align: center;
		}		
		.item {
            width: 100%;
			height:auto;
            justify-content: center;
          
		}
        .form-item {
            width: 100%;
            height: auto;
            text-align: center;
          
        }
	}

	@media screen and (max-width: 414px) {
	    #page {
	        max-width: 414px;
	        margin: 5px;
	        padding-top: 0.25rem;
	    }
	    .header {
	        flex-direction: column;
	        width: 100%;
	        height: auto;
	        margin: 6px auto 0.5rem auto;
	    }
	    .foot {
            bottom: auto;
	        position: default;
	    }
	    .brand {
	        height: auto;
	        padding: 4px;
	    }
	    .item {
	        height: auto;
	        width: 100%;
	        justify-content: center;
	        padding: 4px;
	        margin: 0 auto;
	    }
	    .form-item {
	        width: 100%;
	        height: auto;
	    }
	    .foot {
	        height: 9rem;
	    }
	    .message {
	        margin: 0.5rem;
	    }
	    .placard {
	        width: 90%;
	    }
	    .link-button {
	        height: 3rem;
	        width: 100%;
	        padding: 0.5rem 0.75rem;
	        font-size: 1rem;
	    }
	}

@media screen and (max-width: 375px){
	#page {
		max-width: 100%;
	}
    
    .header {
        flex-direction: column;
        height: auto;
		margin: 0.5rem auto 1rem;
		padding: 0.25rem;
    }

	.navbar-brand {
		height: 20px;
	}

	.level-item {
		height: 20px;
	}
   

	.cta-card-box{
      	width: 90%;
      	height:50%;
      	margin: 5px auto;
        flex-direction:column;
		align-items: space-around;	
  	}
    
    .cta-button-box {
       width: 99%;
       margin: auto auto; 
    }
    
    .cta-button,
    .nav-button {
        width: 99%;
    }
    .message {
    	max-width: 360px;
    	height: auto;
        margin: 0 auto;
    }

    .placard {
    	width: 90%;
    	margin: 5% auto;
    }

	.form-body{
		flex-direction: column;
		width: 95%;
		margin: 5px auto;
	}
	
	.form-card{
  		flex-direction: column;
		width: 100%;		
  	}
    .foot {
        position:relative;
        width: 100%;
  		height: auto;
    }

    .row {
    	margin: 0;
    }
}

@media screen and (max-width: 320px) {
	#page {
		max-width:100%;
		height: auto;	
	}
    
    .header {
        height: auto;
    }
    
    .form-item {
        height: 3rem;
    }
    .cta-card-box{      	
	    height: auto;
	    margin: 5px auto;
	    flex-direction:column;
		align-items: space-around;	
  	}

    .cta-button {
        width: 99%;
        font-weight:400;
    }
    	.my-box {
		height: auto;
	}

   	.card {
	    	width: 310px;
	       	margin: 0 auto;
   	 }
    
    .my-button {
	          margin: 2px auto 2px 0; 
	 }
  	

	.form-body{
		flex-direction: column;
		width: 95%;
		margin-left: 2.5% auto;
	}

	.form-card{
  		flex-direction: column;
		width: 100%;
		
  	}

  	.row {
  		margin: 0;
  		}

  	.foot {
        position:relative;
        bottom:0;
        width: 100%;
  		height: auto;
  	}

  }

  
