@charset "UTF-8";

/* XS */
@media only screen and (min-width : 0px) {
	
	#text {
		margin-top: 51px;
	}
	
}

/* SM (landscape phones, 576px and up) */
@media (min-width: 576px) { 
	
}

/* MD (tablets, 768px and up) */
@media (min-width: 768px) {
	
}

/* LG (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* XL (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	
	
	#text {
		margin-top: 0;
	}
}