/*

   Legacy Craft
   Author: Mark Tate
   Date: 11/26/2019

   Filename:         mobile-styles.css
   Supporting Files: none

*/




#header-mob	{
	max-width: 960px; 
	height: auto; 
	margin: 0 auto;
	text-align: center; 
	background-color: white;
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 1px 1px 3px #CFCFCF
}

#toggle-960	{
	width: 10%;
	float: left
}


#row-1-wrap-mob		{
	width: 100%; 
	height: 500px; 
	text-align: center; 
	background-image: url(images/row-1-img-mob.jpg);
	background-repeat: no-repeat;
	background-position: left -0px;
	float: left;
	margin-top: 40px
}

#row-1-L-mob	{
	width: 80%; 
	height: auto; 
	background-color: white;
	float: left;
	margin-top: 120px;
	padding: 2%
}

#row-1-wrap-mob-480		{
	width: 100%; 
	height: 400px; 
	text-align: center; 
	background-image: url(images/row-1-img-mob-480.jpg);
	background-repeat: no-repeat;
	background-position: left -0px;
	float: left;
	margin-top: 20px
}

#row-1-L-mob-480	{
	width: 90%; 
	margin-left: 2%;
	margin-right: 2%;
	height: auto; 
	background-image: url(images/white-trans.png);
	background-repeat: repeat-x repeat-y;
	float: left;
	margin-top: 90px;
	padding: 2%
}


#row-1-L-mob p	{
	text-align: left;
	font-family: Calibri, Verdana, Arial;
	font-size: 1.000em;
	margin-top: 10px
}

#our-services-mob	{
	font-family: Calibri, Verdana, Arial; 
	font-size: 0.875em;
	font-weight: bold;
	text-align: left; 
	margin-left: 5%;
	width: 28%;
	float: left;
	color: white
}

#our-services-mob-480	{
	font-family: Calibri, Verdana, Arial; 
	font-size: 0.750em;
	font-weight: bold;
	text-align: left; 
	margin-left: 5%;
	width: 45%;
	float: left;
	color: white
}


#foot-fixed	{
	max-width: 960px; 
	height: auto; 
	margin: 0 auto;
	text-align: center; 
	background-color: #333;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 999;
}

#est-wrap-mob		{
	width: 100%; 
	height: auto;
	background-color: white;
	text-align: center; 
	right: 0;
	left: 0;
}

#est-mob	{
	max-width: 960px; 
	height: auto; 
	margin: 0 auto;
}

