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

html {
	margin: 0px;
	width: 100%;
	height: 100%;	
       	overflow-y: scroll;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	/* background-color: #eeeeFF; */
	   
}

body {
	margin: 0px;
	width: 100%;
	height: 100%;	
	/* background-image:url(images/background.jpg); */
	
}

input[type=text] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

#mainformsubmit {
	width: 100%;
	height: 3em;
	background-color: #34c73b;
	disply: block;
	border: 1px solid black;
	cursor: pointer;
}

#mainformsubmit:hover {
	background-color: #45D84C;	
}

.flex-container {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
 	align-items: center;
  	width: 90%;
	margin: 0px auto;
	max-width: 1000px;
	min-width: 400px;
}

.flex-container > a {
  	width: 33%;
  	max-width: 120px;
  	min-width: 100px;
  	margin: 5px;
	display: block;
}

.flex-social {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
 	align-items: center;
  	width: 90%;
	margin: 0px auto;
	max-width: 800px;

}

.flex-social > a {
  	width: 10%;
  	max-width: 80px;
  	margin: 1%;
	display: block;
}


a {
	outline: none;
	text-decoration: none;
	color: #ffffff;
}

a:hover {
   	outline: none;
   	text-decoration: none;
   	color: #ffffff;
}

a.nav:link {		
		color:#000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;
		} /* unvisited link */
		
		
a.nav:visited {		
		color:#000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;} /* visited link */
		
a.nav:hover {color:#fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;}  /* mouse over link */
		
a.nav:active {		
		color:#fff;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;		
		cursor:pointer;}  /* selected link */
		
		
a.port {color:#f00;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;}  /* mouse over link */
		
div.folio
		{height: 0px; 
		overflow: hidden; }

div.folioup
		{height: 390px;
		overflow: visible; }
		
		
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: center;
	font-weight: bold;
	padding: 0px;
	}
	
h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#dddddd;
	margin: 10px;
	}
	
p {font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#cccccc;
	}
	
#navdiv {
	display: block;
	width: 100%;
	height: 44px;
	float: none;
	background-color: #000;
	clear: both;
			}
			
#navdivmobi {
	display: none;
	width: 0%;
	height: 0px;
	float: none;
	background-color: #000;
	clear: both;
	overflow: hidden;
	border-top: 1px solid #000;
}
#expandomenu {
	display: none;
	height: auto;
	width: 100%;
	background-color: #ccc;
}

.serviceslisting {
		float: left;
		width: 33%;
		text-align: center;
	}



	
@media screen and (max-width: 910px){
	#expandomenu {
	display: block;
	height: auto;
	width: 100%;
	background-color: #ccc;
	}
	
	#navdiv {
	display: none;
	width: 0%;
	height: 0px;
	float: none;	
	overflow: hidden;
	clear: both;
	border-top: 1px solid #000;
		}
		
	#navdivmobi {
	display: block;
	width: 100%;
	height: 44px;
	float: none;	
	clear: both;
	border-top: 1px solid #000;
	}
	
	a.nav:link {		
		color:#000;
		text-align: center;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 44px;
		cursor:pointer;
		border-top: 1px solid #000;
		}
		
	.serviceslisting {
		clear: both;
		float: none;
		width: 100%;
		text-align: center;
	}
	
	
}