/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* MY CODE*/

* {
	text-decoration: none;
}

html {
	
}

body {
	width: 100%;
} 

header {
	background-color: #fff;
	width: 100%;
	
}

header .header-logo {
	display: block;
	margin-left: 30px;
	padding: 2px 0;
}

.header-size{
	height: 50px;
	width: 100px;
	display: block;
    margin-left: auto;
    margin-right: auto;
}

header-link-home {
	display: none;
}

.header-text {
	display: none;
}

.info-text {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}



@media only screen and (min-width: 1000px) {
	
	header {
	display: none;
}
	
	header .header-logo {
	display: none;
}


.header-size{
	height: 75px;
	width: 75px;
}

	.header-text {
	display: none;
	font-family: Catamaran;
	font-size: 60px;
	text-transform: uppercase;
	color: #7cba28;
	text-align: center;
	margin-top: 20px;
}
	
	.header-link-home {
	display: none;
	font-family: Catamaran;
	font-size: 20px;
	text-transform: uppercase;
	color: #7cba28;
	float: right;
	border: solid #7cba28;
	margin-right: 100px;
	margin-top: 50px;
	padding: 0 20px;
	}
	
}

	
.headline {
	font-family: Catamaran;
	font-size: 100px;
	font-weight: 900;
	line-height: 10px;
	float: left;
	padding: 50px 0 0 250px;
	color: #e3ef25;
	text-shadow: 2px 2px 6px #111;
	} 
}

/* INDEX*/

.headline {
	display: none;
}

.header-link-home {
	display: none;
}

.index-banner {
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('img/begood.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}

.verical-center {
	display: table-cell;
	vertical-align: upp;
}

.index-banner h2 {
	font-family: Catamaran;
	font-size: 50px;
	font-weight: 900;
	line-height: 50px;
	color: #e3ef25;
	text-align: center;
	text-shadow: 2px 2px 6px #111;
	margin-top: 160px;
}

.index-banner h1 {
	font-family: Cormorant Garamond;
	font-size: 28px;
	font-weight: 100;
	line-height: 34px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 6px #111;
}

.index-links div {
	margin: 16px 16px 0;
	width: calc (100% - 32px);
	height: 100px;
	background-color: #7cba28;
}

.index-box-square {
	margin: 10px 10px 0;
	width: calc (25100% - 32px);
	height: 100px;
	background-color: #7cba28;
	}

.index-links div h3 {
	font-family: Catamaran;
	font-size: 38px;
	font-weight: 900;
	line-height: 100px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}


p {
	text-align: none;
}

@media only screen and (min-width: 1000px) {
.wrapper {
	width: 1000px;
	margin: 0 auto;
}

.index-banner {	
	width: 100%;
	height: calc(100vh - 100px);
	background-image: url('img/balance.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: table;
}
	
.info-text {
	margin-top: 20px;
	margin-left: 240px;
	margin-right: 240px;
	font-size: 30px;
}



/*FOOTER*/


footer{
	width: 100%);
	padding: 40px 40px;
	margin-top: 20px;
	background-color: #f2f2f2;
	margin: 20px;
	overflow: hidden;
}

footer ul {
	width: fit-contnent;
	float: left;
	padding: 15px;
}

footer ul li {
	display: block;
	list-style: none;
	
}

footer ul li a{
	font-family: Catamaran;
	font-size: 24px;
	color: #262127;
	line-height: 40px;
}

.footer-links-cases {
	display: none;
}

.footer-sm {
	width: 10%;
	float: right;
	padding-right: 50px;
	line-height: 30px;
		
}

/*CONDITIONALS*/

.header-logo-conditional {
	font-size: 50px;
	
}

.index-banner-conditional h1 {
	font-family: Cormorant Garamond;
	font-size: 28px;
	font-weight: 100;
	line-height: 34px;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 6px #111;
	}

.index-links-conditional div {
	margin: 16px 16px 0;
	
	height: 100px;
	background-color: #7cba28;
}

.index-links-conditional div h3 {
	font-family: Catamaran;
	font-size: 28px;
	font-weight: 900;
	line-height: 100px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}




/*FIRST CONDITIONAL*/



h1 {
	font-family: Catamaran;
	font-size: 30px;
	margin-top: 20px;
	margin-left: 0px;
}

.firstconditional-intro {
	font-family: Catamaran;
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 1.8em;
}

.firstconditional-intro-header {
	font-family: calibri;
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 2.1em;
	
}
	

table {
	position: absolut;
	border: 1px solid black;
	width: 100%;
	margin-top: 20px;
	
	}

.one td{
	border-color: #7cba28;
	text-align: left;
	padding-left: 20px;
}

.one-one {
	text-align: center;
	padding-left: 20px;
	border-color: #fff;
	color: #fff;
	background-color: #7cba28;
}



.left {
	margin-left: 40%;
	margin-right: 30%;
	
}

.left-two{
	margin: left;
}

.left-three {
	margin-left: 35%;
	margin-right: 30%;
}


table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	padding: 10px;
	
}

th, td {
	text-align: left;
	padding-left: 150px;
}


table.t02 th {
	background-color: #7cba28;
	color: white;
	padding: center;
}

table.t02 tr:nth-child(even) {
	background-color: #ebeceb;
	color: #000;
}

table.t02 tr:nth-child(odd) {
	background-color: #f4f8f4;
	color: #000;
}

table.t03 th {
	background-color: #7cba28;
	color: white;
}

table.t03 tr:nth-child(even) {
	background-color: #ebeceb;
	color: #000;
}

table.t03 tr:nth-child(odd) {
	background-color: #f4f8f4;
	color: #000;
}



.pfirstconditional {
	font-family: calari;
	font-size: 16px;
	margin-top: 20px;
	
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.1em;
	color: #7cba28;
}

.space {
	letter-spacing: 0,5px;
	line-height: 1.2em;
	background-color: #ebeceb;
}

.space1 {
	letter-spacing: 0,5px;
	line-height: 1.2em;
	background-color: #f4f4f4;
}

.space2 {
	letter-spacing: 0,5px;
	line-height: 1.2em;
	background-color: #fff;
}
	
.space3 {
	
	letter-spacing: 0,5px;
	line-height: 1.2em;
	background-color: #7cba28;
	color: #fff;
}

.space4 {
	letter-spacing: 0,5px;
	line-height: 1.2em;
	background-color: #c1c5bb;
}


table.t10 th {
	background-color: #7cba28;
	color: white;
	margin-bottom: 20px;
}

/*CONDITIONALS Explenations*/


id {
	color: #7cba28;
	
}
.place {
	text-align: left;
	}
	
/*LINKING WORDS*/

.letters {
	font-family: Cormorant Garamond;
	font-size: 30px;
	font-weight: 900;
	line-height: 32px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;	
}

.letters2 {
	font-family: Cormorant Garamond;
	font-size: 30px;
	font-weight: 900;
	line-height: 32px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}


.gray {
	color: gray;
}

.color-headline {
	background-color: #7cba28;
	color: white;
	border: 1px solid white;
	vertical-align: middle;
	}
	

/*LINKING WORDS*/

.linkingtext {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	color: grey;
}

/*PREPOSITIONS*/

.text-prepositions {
	margin: 16px 16px 0;
	width: calc (100% - 32px);


}

.text-prepositions-in {
	margin-left: 60px;
	
}

.text-prepositions-in-in {
	margin-left: 30px;
	
}

.text-prepositions-in2 {
	color: blue;
}

.preposotiolist {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	margin-left: 20px;
}

.preposotiolist-text {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 30px;
	margin-left: 20px;
}

.margin-left-prepo h1 {
	margin-left: 120px;
}

@media only screen and (min-width: 1000px) {
	
	.center-text-web {
		font-size: 20px;
	}
	
	.preposotiolist {
		line-height: 40px;
		margin-left: 20px;
	}
	
	.preposotiolist-text {
	font-size: 20px;
	
	}
	
	.firstconditional-intro {
		font-size: 20px;
		line-height: 30px;
	}
	
	li {
		list-style: 
	}
	
	th, td {
	text-align: center;
	padding: 10px;
	}
	
	.one td{
	text-align: center;
	}

	.one-one {
	text-align: center;
	}
	
	.left {
	margin-left: 30%;
	margin-right: 30%;
	}
	
	.left-three {
	margin-left: 40%;
	margin-right: 30%;
	font-size: 20px;
	line-height: 25px;
	}
}


/* MAIN -----------------------*/

.center-header {
	text-align: center;
}

.margin-left {
	/*margin-left: 2em;
	border: 1px solid grey;*/
}

.bold-text{
	font-weight: bold;
}

p {
	margin: 0;
}

/* Menu -------------------------------------*/

nav ul {
	background: #ffffff;
	font-family: arial;
	padding: 0 25px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	
nav ul:after {
	content: "";
	clear: both;
	display: block;
	}
	
nav ul li {
	float: left;
	}
	
nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #a3c64f;
	text-decoration: none;
	}
	
nav ul li:hover {
	background: #f4f8f4;
}	
	
nav ul li:hover a; {
	color: yellow;
}

nav ul ul {
	display: none;
	background: #f4f8f4;
	position: absolute;
	top: 100%;
	z-index: 99;
}

nav ul li:hover > ul {
	display: block;
}
	
nav ul ul li {
	float: none;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	position: relative;
}

nav ul ul li a {
	padding: 10px 50px;
	color: #a3c64f;
}

nav ul ul li a:hover {
	background: #f4f8f4;
}
	
	/* Home ---------------------------------------------------------------*/

.container1 {
	position: relative;

}	

.container1 img {
	width:100%;
	height: auto;
	
	
}

.container2 {
	position: relative;
}

.container2 {
	width: 54%;
	height: auto;
	margin-left: 5%;
	
	
}

.container3 {
	position: relative;
	
}


.container3 {
	width: 100%;
	height: auto;
	
}

.textover {
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0%;
	width: 100%;
	/*height: 100%;*/
	text-align: center;
	font-size: 34px;
	color: white;
}

.home-frame:hover {
	opacity: 0.5;
	cursor: pointer;
}


	/* Middletext -----------------------------------------------------------*/
	
.second {
	top: 10%;
	width: 100%;
	text-align: center;
	font-size: 30px;
	color: #a3c64f;
}

.theerd {
	margin-left: 4.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.four {
	margin-left: 4.5em;
	margin-right: 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}



@media (min-width: 0px) {
	.home-frame {
		width: 100%;
		height: auto;
		padding-left:0.2em;
		padding-right: 0.2em;
		margin: 0;
		display: inline-block;
	}
	
	.who-div {
		width: 100%;
		display: inline-block;
	}
}

@media (min-width: 570px) {
	.home-frame {
		width: 47%;
		height: auto;
		padding-left:0.2em;
		padding-right: 0.2em;
		margin: 0;
		display: inline-block;
	}
	
	.who-div {
		width: 100%;
		display: inline-block;
	}
}

@media (min-width: 1000px) {
	.home-frame {
		width: 23%;
		height: auto;
		padding-left:0.2em;
		padding-right: 0.2em;
		margin: 0;
		display: inline-block;
	}
	
	.who-div {
		width: 49%;
		display: inline-block;
	}
}

.MainContainer {
    width: 1200px;
    background-color: #0066CC;
}
.MenuContainer {
    height: 70px;
    bottom:0;
}
ul#navigation {
    height: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-width: 1px 0;    
    text-align: center;
    font-size: 22px;
    font-family: 'Cham-WebFont', Arial, sans-serif;
    background-color: #FFF;
}
ul#navigation li {
    display: inline;
    margin-right: .75em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#navigation li.last {
    margin-right: 0;
}

.li-element {
	
	padding-right: 1em!important;
	padding-left: 1em!important;
}

/* log in --------------------------------------------*/

#box {
	width: 60%;
	height: 400px;
	background-color: gray;
	margin-left: 18%;
	margin-top: 9%;
	border-radius: 3%;
	text-align: center;
}

.imgbox {
	border-radius: 50%;
	
	margin-top: -5%;
		
}

input {
	width: 35%;
	height: 7%;
	/* margin-left:31%; */
	font-size: 15px;
	
	text-align: center;
}

button {
	width: 20%;
	height: 7%;
	
	font-size: 15px;
}

/* Teacher ---------------------------------------------- */

.teachertext {
	font-size: 25px;
	color: #000000;
	line-height: 50px;
	margin-left: 35px;
}

.t1 {
	font-size: 40px;
	color: #a3c64f ;
	line-height: 70px;
}

.t3 {
	font-size: 50px;
	color: #9c1613 ;
	line-height: 70px;
}

.t4 {
	font-size: 30px;
	color: #9c1613 ;
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 0px;
}

.imgteachers {
	position: relative;
}50px;

.imgteachers img{
	
}

/* PET ---------------------------------------------------*/

.t2 {
	font-size: 35px;
	color: #a3c64f;
	font-weight: bold;
}


/* Exercises ----------------------------------------------*/
	

div.exercises {
	
	padding-left: 20%;
	
	
}

/* Primary ------------------------------------------------*/
div.text {
	font-size: 20px;
	
}

/*First conditional test*/


h1 {
	font-family: calari;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.firstconditional-intro {
	font-family: calibri;
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 1.1em;
	
	
}

table {
	border: 1px solid black;
	width: 100%;
	
	
	
	}


table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	padding: 10px;
	
}

th, td {
	text-align: center;
	padding: 10px;
}


table.t02 th {
	background-color: #7cba28;
	color: white;
}

table.t02 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t02 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}

table.t03 th {
	background-color: #7cba28;
	color: white;
}

table.t03 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t03 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}


.pfirstconditional {
	font-family: calari;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.1em;
}

.space2 {
	background-color: #f3f3f3;
}

.space {
	letter-spacing: 0,5px;
	line-height: 1.2em
}


table.t10 th {
	background-color: #7cba28;
	color: white;
	margin-bottom: 50px;
}

.t11 {
	background-color: #f3f3f3;
}

.space {
	margin-bottom: 20px;
}	

.MainContainer {
    width: 1200px;
    background-color: #0066CC;
}
.MenuContainer {
    height: 70px;
    bottom:0;
}
ul#navigation {
    height: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-width: 1px 0;    
    text-align: center;
    font-size: 22px;
    font-family: 'Cham-WebFont', Arial, sans-serif;
    background-color: #FFF;
}
ul#navigation li {
    display: inline;
    margin-right: .75em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#navigation li.last {
    margin-right: 0;
}

.li-element {
	
	padding-right: 1em!important;
	padding-left: 1em!important;
}

/* log in --------------------------------------------*/

#box {
	width: 60%;
	height: 400px;
	background-color: gray;
	margin-left: 18%;
	margin-top: 9%;
	border-radius: 3%;
	text-align: center;
}

.imgbox {
	border-radius: 50%;
	
	margin-top: -5%;
		
}

input {
	width: 35%;
	height: 7%;
	/* margin-left:31%; */
	font-size: 15px;
	
	text-align: center;
}

button {
	width: 20%;
	height: 7%;
	
	font-size: 15px;
}

/* Teacher ---------------------------------------------- */

.teachertext {
	font-size: 25px;
	color: #000000;
	line-height: 50px;
	margin-left: 35px;
}

.t1 {
	font-size: 40px;
	color: #a3c64f ;
	line-height: 70px;
}

.t3 {
	font-size: 50px;
	color: #9c1613 ;
	line-height: 70px;
}

.t4 {
	font-size: 30px;
	color: #9c1613 ;
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 0px;
}

.imgteachers {
	position: relative;
}50px;

.imgteachers img{
	
}

/* PET ---------------------------------------------------*/

.t2 {
	font-size: 35px;
	color: #a3c64f;
	font-weight: bold;
}


/* Exercises ----------------------------------------------*/
	

div.exercises {
	
	padding-left: 20%;
	
	
}

/* Primary ------------------------------------------------*/
div.text {
	font-size: 20px;
	
}

/*First conditional test*/


h1 {
	font-family: calari;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.firstconditional-intro {
	font-family: calibri;
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 1.1em;
	
	
}

table {
	border: 1px solid black;
	width: 100%;
	
	
	
	}


table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	padding: 10px;
	
}

th, td {
	text-align: center;
	padding: 10px;
}


table.t02 th {
	background-color: #7cba28;
	color: white;
}

table.t02 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t02 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}

table.t03 th {
	background-color: #7cba28;
	color: white;
}

table.t03 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t03 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}


.pfirstconditional {
	font-family: calari;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.1em;
}

.space2 {
	background-color: #f3f3f3;
}

.space {
	letter-spacing: 0,5px;
	line-height: 1.2em
}


table.t10 th {
	background-color: #7cba28;
	color: white;
	margin-bottom: 50px;
}

.t11 {
	background-color: #f3f3f3;
}

.space {
	margin-bottom: 20px;
}	


/* From angles Montse web -------------------------------------- */


	.MainContainer {
    width: 1200px;
    background-color: #0066CC;
}
.MenuContainer {
    height: 70px;
    bottom:0;
}
ul#navigation {
    height: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-width: 1px 0;    
    text-align: center;
    font-size: 22px;
    font-family: 'Cham-WebFont', Arial, sans-serif;
    background-color: #FFF;
}
ul#navigation li {
    display: inline;
    margin-right: .75em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#navigation li.last {
    margin-right: 0;
}

.li-element {
	
	padding-right: 1em!important;
	padding-left: 1em!important;
}

/* log in --------------------------------------------*/

#box {
	width: 60%;
	height: 400px;
	background-color: gray;
	margin-left: 18%;
	margin-top: 9%;
	border-radius: 3%;
	text-align: center;
}

.imgbox {
	border-radius: 50%;
	
	margin-top: -5%;
		
}

input {
	width: 35%;
	height: 7%;
	/* margin-left:31%; */
	font-size: 15px;
	
	text-align: center;
}

button {
	width: 20%;
	height: 7%;
	
	font-size: 15px;
}

/* Teacher ---------------------------------------------- */

.teachertext {
	font-size: 25px;
	color: #000000;
	line-height: 50px;
	margin-left: 35px;
}

.t1 {
	font-size: 40px;
	color: #a3c64f ;
	line-height: 70px;
}

.t3 {
	font-size: 50px;
	color: #9c1613 ;
	line-height: 70px;
}

.t4 {
	font-size: 30px;
	color: #9c1613 ;
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 0px;
}

.imgteachers {
	position: relative;
}50px;

.imgteachers img{
	
}

/* PET ---------------------------------------------------*/

.t2 {
	font-size: 35px;
	color: #a3c64f;
	font-weight: bold;
}


/* Exercises ----------------------------------------------*/
	

div.exercises {
	
	padding-left: 20%;
	
	
}

/* Primary ------------------------------------------------*/
div.text {
	font-size: 20px;
	
}

/*First conditional test*/


h1 {
	font-family: calari;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.firstconditional-intro {
	font-family: calibri;
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 1.1em;
	
	
}

table {
	border: 1px solid black;
	width: 100%;
	
	
	
	}


table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	padding: 10px;
	
}

th, td {
	text-align: center;
	padding: 10px;
}


table.t02 th {
	background-color: #7cba28;
	color: white;
}

table.t02 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t02 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}

table.t03 th {
	background-color: #7cba28;
	color: white;
}

table.t03 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t03 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}


.pfirstconditional {
	font-family: calari;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.1em;
}

.space2 {
	background-color: #f3f3f3;
}

.space {
	letter-spacing: 0,5px;
	line-height: 1.2em
}


table.t10 th {
	background-color: #7cba28;
	color: white;
	margin-bottom: 50px;
}

.t11 {
	background-color: #f3f3f3;
}

.space {
	margin-bottom: 20px;
}	

	
}

.MainContainer {
    width: 1200px;
    background-color: #0066CC;
}
.MenuContainer {
    height: 70px;
    bottom:0;
}
ul#navigation {
    height: 70px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ccc;
    border-width: 1px 0;    
    text-align: center;
    font-size: 22px;
    font-family: 'Cham-WebFont', Arial, sans-serif;
    background-color: #FFF;
}
ul#navigation li {
    display: inline;
    margin-right: .75em;
    list-style: none;
    margin: 0;
    padding: 0;
}
ul#navigation li.last {
    margin-right: 0;
}

.li-element {
	
	padding-right: 1em!important;
	padding-left: 1em!important;
}

/* log in --------------------------------------------*/

#box {
	width: 60%;
	height: 400px;
	background-color: gray;
	margin-left: 18%;
	margin-top: 9%;
	border-radius: 3%;
	text-align: center;
}

.imgbox {
	border-radius: 50%;
	
	margin-top: -5%;
		
}

input {
	width: 35%;
	height: 7%;
	/* margin-left:31%; */
	font-size: 15px;
	
	text-align: center;
}

button {
	width: 20%;
	height: 7%;
	
	font-size: 15px;
}

/* Teacher ---------------------------------------------- */

.teachertext {
	font-size: 25px;
	color: #000000;
	line-height: 50px;
	margin-left: 35px;
}

.t1 {
	font-size: 40px;
	color: #a3c64f ;
	line-height: 70px;
}

.t3 {
	font-size: 50px;
	color: #9c1613 ;
	line-height: 70px;
}

.t4 {
	font-size: 30px;
	color: #9c1613 ;
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 0px;
}

.imgteachers {
	position: relative;
}50px;

.imgteachers img{
	
}

/* PET ---------------------------------------------------*/

.t2 {
	font-size: 35px;
	color: #a3c64f;
	font-weight: bold;
}


/* Exercises ----------------------------------------------*/
	

div.exercises {
	
	padding-left: 20%;
	
	
}

/* Primary ------------------------------------------------*/
div.text {
	font-size: 20px;
	
}

/*First conditional test*/


h1 {
	font-family: calari;
	font-size: 20px;
	margin-top: 20px;
	margin-left: 20px;
}

.firstconditional-intro {
	font-family: calibri;
	font-size: 16px;
	text-align: left;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	letter-spacing: 1px;
	line-height: 1.1em;
	
	
}

table {
	border: 1px solid black;
	width: 100%;
	
	
	
	}


table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
	margin: auto;
	padding: 10px;
	
}

th, td {
	text-align: center;
	padding: 10px;
}


table.t02 th {
	background-color: #7cba28;
	color: white;
}

table.t02 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t02 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}

table.t03 th {
	background-color: #7cba28;
	color: white;
}

table.t03 tr:nth-child(even) {
	background-color: #f3f3f3;
	color: #000;
}

table.t03 tr:nth-child(odd) {
	background-color: #fff;
	color: #000;
}


.pfirstconditional {
	font-family: calari;
	font-size: 16px;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-align: left;
	line-height: 1.1em;
}

.space2 {
	background-color: #f3f3f3;
}

.space {
	letter-spacing: 0,5px;
	line-height: 1.2em
}


table.t10 th {
	background-color: #7cba28;
	color: white;
	margin-bottom: 50px;
}

.t11 {
	background-color: #f3f3f3;
}

.space {
	margin-bottom: 20px;
}	
