* {
	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;
}
.col1 {
	margin-top: 40px;
}


.col2{
	margin-top: 77px;

}



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

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

}

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

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

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



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




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

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

/*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*/
	}

	.sources2 {
	margin-top: 25px;
	}

}

