@charset "utf-8";
/* CSS Document */

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

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

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

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1400px) {

}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) { 
	.md-style-1{
		padding-bottom: 50px;
		font-size: 20px;
		color: #fcb116;
		text-shadow: #000 1px 0 10px;}
	.md-style-2{
		font-size: 34px;
		color: #fcb116;
		text-shadow: #000 1px 0 10px;}	
	.md-style-3{
		margin-bottom: 25px;}		
	.md-style-4{
		line-height: 50px !important;}
	.md-style-5{
		padding-bottom: 700px;}
}
	