@charset "UTF-8";
/* CSS Document */

html{
	margin-left: 50px;	
	margin-right: 50px;	
}

body{

}



#content{
	display:grid;
	grid-template-columns: repeat(11, 1fr);
	grid-template-rows: auto;
	grid-auto-rows: auto;
	align-content:center;
	align-items:flex-start;
	justify-content: space-between;
	padding-top: 20px;

	width:100%;
	
}



.item1 {grid-column: 1/4;}

.item2{grid-column: 5/6;}
.item3{grid-column: 6/7;}
.item4{grid-column: 7/8;}

.item5{grid-column: 11/12; }

.item6{grid-column: 3/10; margin-top: 250px;}
.item7{grid-column: 3/10; text-align: center;}

.item8{grid-column: 5/8;margin-bottom: 60px; font-size: 1.15em;}
.item9{grid-column:3/9;}
.item10{grid-column: 2/4;padding-top: 80px; text-align: right;}
.item11{grid-column: 5/11;margin-top: 90px;}

.item12{grid-column:6/8;margin-bottom: 50px; font-size: 1.15em;margin-top: 0;}
.item13{grid-column:3/8;}
.item14{grid-column:2/4;}
.item15{grid-column: 6/10;}

.item16{grid-column: 7/9; margin-bottom: 40px; font-size: 1.15em; margin-top: 0;}
.item17{grid-column: 2/9;}
.item18{grid-column: 2/7; padding-top: 80px;}

.item19{grid-column: 5/8; text-align: center; padding-top: 300px; border-bottom: solid 1px orange} 


.itembottom{align-self: flex-end;}

.itemcenter{align-self: center;}



footerhome{
 	display: flex;
	position: fixed;
	bottom: 0;
	width: 92%;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items: flex-end;
	background-color:white;
	padding-bottom: 10px;
	}

footer{
 	display: flex;
	width: 100%;
	margin-top:170px;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items:flex-end;
	background-color:white;
	padding-bottom: 10px;
	}


	


/*TEXT*/ 


h2{
font-family: 'Nunito', sans-serif;
font-size: 1.5em;
}

h1{
font-family: 'Nunito', sans-serif;
font-size: 2.3em;
text-align: center;
}

h3{
 font-family: 'Lato', sans-serif;
	font-size: 1em;
	line-height: 1.6em;
}

h4{
 font-family: 'Lato', sans-serif;
	font-size: .8em;
	color: grey;
	text-align: right;
}



p{
 font-family: 'Lato', sans-serif;
 font-size: 1em;
line-height: 1.6em;
	text-align: justify;}

.blue{color: dodgerblue;}

.green{color: mediumseagreen;}

.grey{color: grey; }

.violet{color: mediumpurple;}

.orange{color: orange;}

a span.grey{color:grey; text-decoration: underline;}




a{
	font-family: 'Lato', sans-serif;
	color: black;
	text-decoration: none;
}

a span.grey{ color:grey;}






/* MOBILE */

@media only screen and (max-width: 480px)
{
	
	
	html{
	margin-left: 20px;	
	margin-right: 20px;	
}
	
	
	h1 {font-size: 1.5em; text-align: center;margin-top: 10px; font-weight: 400; }
	h2 {font-size: 1em; line-height: .6em; font-weight: 400;}
	h3 {font-size: .8em;font-weight: 400;}
	h4 {font-size: .6em; text-align: left;margin-top: 30px; font-weight: 400;}
	p {font-size: .9em;line-height: 1.7em; text-align: justify; font-weight: 400;}
	
	#content{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-auto-rows: auto;
	align-content:center;
	align-items:flex-start;
	justify-content: space-between;
	padding-top: 5px;
	width:100%;
	
}
	
	.item1 {grid-column: 1/4;}

.item2{grid-column: 1/3;}
.item3{grid-column: 1/3;}
.item4{grid-column: 1/3;}

.item5{grid-column: 1/3; }

.item6{grid-column: 1/4; margin-top: 80px;}
.item7{grid-column: 1/4; margin-bottom: 100px;}

.item8{grid-column: 1/4; margin-bottom: 5px; margin-top: 70px;}
.item9{grid-column:1/4;}
.item10{grid-column: 2/4;padding-top: 20px; text-align: right;}
.item11{grid-column: 1/4;margin-top: 20px;}

.item12{grid-column:1/4;margin-bottom: 5px; margin-top: 70px;}
.item13{grid-column:1/4;}
.item14{grid-column:2/4; margin-top: 20px;}
.item15{grid-column: 1/4;margin-top: 0px;}
	
.item16{grid-column: 1/4;margin-bottom: 5px; margin-top: 70px;}
.item17{grid-column: 1/4;margin-bottom: 30px;margin-top: 30px;}
.item18{grid-column: 1/3; padding-top: 20px;}
	
.item19{grid-column: 1/4; padding-top: 80px;margin-bottom: 100px;}


.itembottom{align-self: flex-end;}

.itemcenter{align-self: center;}
	
	
footerhome{
 	display: block;
	position: relative;
	width: 100%;
	margin-top:50px;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items:flex-end;
	background-color:white;
	}

footer{
 	display: block;
	width: 100%;
	margin-top:170px;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items:flex-end;
	background-color:white;
	}


	
}


/* TABLET */

@media(min-width: 480px) and (max-width: 768px)
{
	
	html{
	margin-left: 20px;	
	margin-right: 20px;	
}
	
	
	h1 {font-size: 1.8em; text-align: center;margin-top: 40px;}
	h2 {font-size: 1.2em; line-height: .6em;}
	h3 {font-size: .9em;}
	h4 {font-size: .7em; text-align: left;margin-top: 30px;}
	p {font-size: .9em;line-height: 1.8em; text-align: justify;}
	
	#content{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-auto-rows: auto;
	align-content:center;
	align-items:flex-start;
	justify-content: space-between;
	padding-top: 5px;
	width:100%;
	
}
	
	.item1 {grid-column: 1/4;}

.item2{grid-column: 1/3;}
.item3{grid-column: 1/3;}
.item4{grid-column: 1/3;}

.item5{grid-column: 1/3; }

.item6{grid-column: 1/4; margin-top: 100px;}
.item7{grid-column: 1/4; }

.item8{grid-column: 1/4; margin-bottom: 5px; margin-top: 70px;}
.item9{grid-column:1/4;}
.item10{grid-column: 2/3;margin-top: 50px; text-align: right;}
.item11{grid-column: 1/3;margin-top: 20px;}

.item12{grid-column:1/4;margin-bottom: 5px; margin-top: 70px;}
.item13{grid-column:1/4;}
.item14{grid-column:2/3; margin-top: 50px;}
.item15{grid-column: 1/3;margin-top: 0px;}
	
.item16{grid-column: 1/4;margin-bottom: 5px; margin-top: 70px;}
.item17{grid-column: 1/4;margin-bottom: 30px;margin-top: 30px;}
.item18{grid-column: 1/3; padding-top: 20px;}
	
.item19{grid-column: 2/3; padding-top: 100px;}


.itembottom{align-self: flex-end;}

.itemcenter{align-self: center;}
	
	
footerhome{
 	display: block;
	position: fixed;
	bottom: 0;
	width: 92%;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items: flex-end;
	background-color:white;
	}

footer{
 	display: block;
	width: 100%;
	margin-top:170px;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items:flex-end;
	background-color:white;
	}


	
}


/* SMALL LAPTOP */

@media(min-width: 768px) and (max-width: 1024px)
	{
		
	html{
	margin-left: 20px;	
	margin-right: 20px;	
}
	
	
	h1 {font-size: 1.8em; text-align: center;}
	h2 {font-size: 1.2em; line-height: .7em;}
	h3 {font-size: .9em;}
	h4 {font-size: .7em; text-align: left;margin-top: 30px;}
	p {font-size: .9em;line-height: 1.8em; text-align: justify;}
	
	#content{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	grid-auto-rows: auto;
	align-content:center;
	align-items:flex-start;
	justify-content: space-between;
	padding-top: 5px;
	width:100%;
	
}
	
	.item1 {grid-column: 1/4;}

.item2{grid-column: 1/3;}
.item3{grid-column: 1/3;}
.item4{grid-column: 1/3;}

.item5{grid-column: 1/3; }

.item6{grid-column: 1/4; margin-top: 150px;}
.item7{grid-column: 1/4; }

.item8{grid-column: 1/4; margin-bottom: 5px; margin-top: 70px;}
.item9{grid-column:1/4;}
.item10{grid-column: 2/3;margin-top: 50px; text-align: right;}
.item11{grid-column: 1/3;margin-top: 20px;}

.item12{grid-column:1/4;margin-bottom: 5px; margin-top: 70px;}
.item13{grid-column:1/4;}
.item14{grid-column:2/3; margin-top: 50px;}
.item15{grid-column: 1/3;margin-top: 0px;}
	
.item16{grid-column: 1/4;margin-bottom: 5px; margin-top: 70px;}
.item17{grid-column: 1/4;margin-bottom: 30px;margin-top: 30px;}
.item18{grid-column: 1/3; padding-top: 20px;}
	
.item19{grid-column: 2/3; padding-top: 100px;}


.itembottom{align-self: flex-end;}

.itemcenter{align-self: center;}
	
	
footerhome{
 	display: block;
	position: fixed;
	bottom: 0;
	width: 92%;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items: flex-end;
	background-color:white;
	}

footer{
 	display: block;
	width: 100%;
	margin-top:170px;
	border-top: 1px solid ;
	justify-content: space-between;
	align-items:flex-end;
	background-color:white;
	}
	
}
	


/* BIG LAPTOP */

@media only screen and (min-width: 1024px)


















