@charset "UTF-8";
/* CSS Document */

body
	{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	/*line-height: 1.3;*/
	background-color: #ffffff;
	}
	
body h1

	{
	color: #497844;
	font-size: 55px;
	padding-top: 30px;
	padding-bottom: 20px;	
	}

	

	










	

	
	
.center-block

	{
	max-width: 1000px;
	margin: auto;	
	}

	
.container

	{
	background-color: #ffffff;	
	/*width: 1235px;*/
	}




/* CHANGE NAV BAR BREAKPOINT*/

@media (max-width: 1199px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}






/* DESKTOP */

@media (min-width: 1200px) {
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
  }
 
  .container {
    width: 1235px;
  }






/*HOME PAGE MEDIA QUERIES*/


div#row_one_wrapper_desktop
	
	{
	display: block !important;	
	}



div#row_two_wrapper_desktop
	
	{
	display: block !important;	
	}






div#row_one_wrapper_mobile

{
display: none;	
}


div#row_two_wrapper_mobile

{
display: none;	
}


div#row_three_wrapper_mobile

{
display: none;	
}



div#row_four_wrapper_mobile

{
display: none;	
}





/*------------------------------------------------------*/


/* UI ANIMATIONS PAGE MEDIA QUERIES */


div#u2-carousel-mobile

	{
	display: none;	
	}


div#u2-carousel-desktop

	{
	/*display: block!important;	*/
	}





}


/* TABLET*/

/*@media (max-width: 768px) {*/
@media (min-width: 481px) {


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
  }


/*
div#welcome-text

	{
	display: none !important;	
	}


div#welcome-text-mobile

	{
	display: block;	
	}

*/



/*HOME PAGE MEDIA QUERIES*/


div#row_one_wrapper_desktop
	
	{
	display: none;	
	}



div#row_two_wrapper_desktop
	
	{
	display: none;	
	}


div#row_three_wrapper_desktop
	
	{
	display: none;	
	}



/* UI ANIMATIONS PAGE MEDIA QUERIES */



/*


div#u2-carousel-desktop

	{
		display: none;
	}


*/


/*------------------------------------------------------*/



}



/* MOBILE*/

@media (max-width: 480px) {

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
  }

div#welcome-text-mobile

	{
	display: block;	
	}






div#welcome-text

	{
	padding-top:100px !important;
	font-size: 35px !important;
	}


div#digital-text h1

	{
	font-size: 60px !important;
	}








/*HOME PAGE MEDIA QUERIES*/




div#row_one_wrapper_mobile

{
display: block;	
}


div#row_two_wrapper_mobile

{
display: block;	
}


div#row_three_wrapper_mobile

{
display: block;	
}



/*------------------------------------------------------*/




/* UI ANIMATIONS PAGE MEDIA QUERIES */


/*

div#u2-carousel-mobile

	{
	display: block!important;	
	}



div#u2-carousel-desktop

	{
	display: none;	
	}


*/


}









/*FOOTER CODE HERE*/


div#footer-wrapper
	{
	/*padding-top: 50px;*/	
	}


div#footer

	{
	background-color:#000;	
	color: #ffffff;
	}


div#social-icons img

	{
	padding-left: 10px;	
	}

div#copyright

	{
	padding-top: 10px;
	padding-bottom: 10px;	
	}
