/* ================================
   == GENERAL =====================
   ================================ */
	html, body {
	    min-height: 100%;
	}

	html, body, p, div, div {
		margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
	    font-family: 'Source Sans Pro', sans-serif;
		font-size: 18px;
		vertical-align: baseline;
		background: transparent;
	}
	.wrapper {
		margin: 0 auto;
		width: 90%;
		float: none;
	}
	#skrollr-body {
	    min-height: 100%;
	    overflow-x: hidden;
	}
	.footer {
		height: auto;
		color: #ccc;
		background-color: #000;
		z-index:9999;
		width: 100%;
		margin-top:6%;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.footer p {
		text-align: center;
		margin: 10px;
	}

	/* ================================
	   == FOR TESTING ONLY ============
	   ================================ */
	.box {
		margin-top: 2%;
	}
	.box2 {
		background-color: rgba(0,0,0,.4);
	}
	.box3 {
		margin-top: 10%;
	}
	img {
		width: 100%;
	}
	.thumbMobile img {
		width:29%;
		border: 1px solid rgba(0, 0, 0, 0.66);
		margin-right: 2%;
		margin-bottom: 2%;
	}

/* ================================
   == DESKTOP =====================
   ================================ */
@media only screen and (min-width:990px) {
}

/* ================================
   == TABLET ======================
   ================================ */
@media only screen and (min-width:768px) and (max-width:989px) {
}

/* ================================
   == MOBILE =====================
   ================================ */
@media only screen and (max-width:767px) {
}