* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'ABeeZee', sans-serif;
}


.footer {
	background-color: #827160;
	width: 100%;
	height: 5%;
	font-size: small;
}

.row1 {
	border: 1px solid grey;
}
.row2 {
	border-right: 1px solid grey;
	border-left: 1px solid grey;
	border-bottom: 1px solid grey;
}

.col1 {
	border-right: 1px solid grey;
}

.article-container {
	background-color: lightblue;
}

.artificial-col {
	margin-top: 35px;

}

.artificial-img {
	padding-top: 5px;
}

.learning-text {
	margin-top: 95px;
}

.educ-link {
	margin-top: 55px;
}



.ace-copy {
	margin-top: 55px;
}

.sources2 {
	margin-top: 20px;
}



/*for mobile*/
@media only screen and (max-width: 450px) {
	.artificial-col {
	margin-top: 0;
	}

	.learning-text {
	margin-top: 0;
	}

	.educ-link {
	margin-top: 0;
	}

	

	.sources2 {
	margin-top: 0;
	} 

	

	.ace-copy {
	margin-top: 0px;
	}
}


/*for tablet*/
@media only screen and (min-width: 451px)
and (max-width: 768px) {
	.artificial-col {
	margin-top: 0;
	}

	.learning-text {
	margin-top: 0;
	}

	.educ-link {
	margin-top: 0;
	}

	.sources2 {
	margin-top: 20px;
	}

	
	.ace-copy {
	margin-top: 0px;
}

/*for desktop*/
@media only screen and (min-width: 769px) {

	figure{
	   width: 100%; /*container-width*/
	   overflow:hidden; /*hide bounds of image */
	   margin:0;   /*reset margin of figure tag*/
	}
	figure {
	   display:block; /*remove inline-block spaces*/
	   width:100%; /*make image streatch*/
	}

	.plant-img {
		margin: -4%;
	}

	.fish-img {
		margin: -5%;
	}

	.learn-img {
		width: 95%;
	}

	.sources2 {
	margin-top: 20px;
	}
}

