@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */




	    
    .serv-item{
            width: 90%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        padding: 1em;
        margin-right: 2em;
        margin-bottom: 2em;
        position: relative;
    }
    
    
    
    .serv-item h3{
         font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 2em;
        color: #191919;
        font-weight: 100;
        letter-spacing: -1px;
        margin: ;
        display: block;
        float: left;
        clear: both;
        margin-top:.4em;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
   .serv-item p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 400;
        line-height: 1.5em;
          color: #000;
        float: left;
        clear: both;
        display: block;
    }
    
    
    
    
    
    







	



}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
    

    
    
    
    
    
    
    
    
    
    
    
    
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


	    
    .serv-item{
            width: 24%;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: white;
        padding: 3em;
        margin-right: 2em;
        margin-bottom: 2em;
        position: relative;
    }
    
    
    
    .serv-item h3{
         font-family: "BalooTammudu2-Medium";
        text-transform:capitalize;
        font-size: 3em;
        color: #191919;
        font-weight: 100;
        letter-spacing: -1px;
        margin: ;
        display: block;
        float: left;
        clear: both;
        margin-top:.4em;
        margin-bottom: 0;
        padding: 0;
        line-height: .9em;
    }
    
   .serv-item p{
        font-family: 'Montserrat', sans-serif;
        font-size:1em;
        font-weight: 400;
        line-height: 1.5em;
          color: #000;
        float: left;
        clear: both;
        display: block;
    }
    
    
    
    
    
    
    
    
    
	
	
}
	
	