/* Here comes your own styling */
.base-layer {
}

#content h1, #content h2, #content h3, #content p {
	color: #FFED00;
}

#content h1 {
	font-size: 56px;
}

.btn.btn-border {
	border-color: #FFED00;
	color: #FFED00;
}

@media (max-width:1281px) { /* hi-res laptops and desktops */ }
@media (max-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (max-width:961px) { 
	/* tablet, landscape iPad, lo-res laptops ands desktops */ 
}

@media (max-width:641px) { 
	/* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */ 

	.brand {
		margin-bottom: 10px;
	}
	
	.brand img {
		max-width: 280px;
	}
	
	#content h1 {
		font-size: 30px;	
	}
	
	#contact_section p {
		font-size: 16px;
	}
	
	#contact_section h3 {
		margin-bottom: 0;
	}
	
	
}
@media (max-width:481px) { /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */ }
@media (max-width:320px) { /* smartphones, iPhone, portrait 480x320 phones */ }