/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/




    /*==========  Mobile First Method  ==========*/


    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
	    
	    
 
	   
			

    }




    /*==========  Non-Mobile First Method  ==========*/

   
    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {

	.txt p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 30px;
	width: 95%;
	color: #2b5464;
}

.dark p{
	color: #ffffff;
}   

h1{
	font-size: 24px !important;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 20px;
} 

		
	

 .slogan{
			background-color: rgba(228,0,90,0.6);
			text-shadow: none;
			font-family: 'Titillium Web', sans-serif;
			font-weight: 400;
			font-size: 24px;
			padding: 8px 50px 15px 50px;
			letter-spacing: 1px;
			margin: 0 auto;
			line-height: 36px;
			width: 80%;
			color:#fff;
	
		
		}


    }

   