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

.nav-link	{
	text-align: right;
}


.colleft {
	margin-top: 25px;
}

.colright {
	margin-top: 25px;
}

button {
	margin-bottom: 25px;
}

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

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

.article-container {
	margin-top:	5px;
	margin-bottom: 8px;
}

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

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

/*for mobile*/
@media only screen and (max-width: 450px) {
	

	.sources2 {
	margin-top: 0;
	} 

	

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

/*for tablet*/
@media only screen and (min-width: 451px)
and (max-width: 768px) {
	

	.sources2 {
	margin-top: 20px;
	}



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

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

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