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


body {	font-family: 'Montserrat', 		sans-serif;
		font-size: 120%;
		color:#000;
		background:#fff;
		padding-top:20px;
}

h1 {
	text-align:center;
}

h2 {
	font-size:130%;
	
}

h2, h3, h4, h5, h6, p, ul{
	margin-top: 0;
	padding-right: 10%;
	padding-left: 10%;
	text-align: left;
	hyphen: auto;
	padding-bottom: 15px;
	
}

ul li {
	list-style:none;
	margin: 0;
  	padding: 0;
}

ul.services {
	list-style:disc outside;
}

li.services {
	list-style:disc inside;
	margin-left: 4%;
}

li.contact {
	list-style:disc outside;
	margin-left: 4%;
}

.fp {
	font-size: 120%;
	list-style-type:disc;
	}

.copytext {
	list-style-type:disc;
	font-size:110%;
	margin-bottom:5px;
}


a img {
	border: none;
}

.container {
	max-width:1200px;
	display:block;
	margin:auto;
	margin-top:25p;
	background-color:#fff;
	padding-bottom: 15px;
	}

.header  {
	/*height:100px;*/
	background-color:#e6f1f1;
	max-width: 100%;
	display:block;
	margin:auto;
	/*overflow:auto;*/
   }
   
 .headersm {
	 display: none !important
 }
   
.headerpic{
	padding-top:5px;
	padding-bottom:20px;
	max-width:100%;
	height:auto;
	/*border: #215f9a thin;
	border-radius:15px; */
	display:block;
	margin:auto;
	margin-bottom:15px;
}
	

.nav {
	background-color:#e6f1f1;
	min-height:45px;
	text-align:center;
	margin-top: -13px;
	padding-top: 20px;
}

.navburger {
	display:none;
	visibility:hidden !important
}

.dropdown {
	display:none;
	visibility:hidden !important
}



.content {
	overflow:auto;
	max-width:1200px;
	Display:block;
	margin:auto;
	margin-top:40px;
	background-color:#fff:
}

.abouttxt{
	padding-top:20px
	
}

.contentpic{
	max-width:100%;
	display:block;
	margin:auto;
	padding:0;
}

.pagephoto{
	float:right;
	padding-right: 25px;
	padding-left:25px;

}

.pagephotoleft{
	float:left;
	padding-right: 25px;
	padding-left:10%;

}

.testimonial{
	max-width: 1200px;
	margin: 0;
	background-color:#e6f1f1;
	text-align:justify;
	padding-top:20px;
	padding-right: 0%;
	padding-left: 0%;
	hyphen: auto;
	/*padding-bottom: 15px;*/
}

/*Flexbox menu*/
.flexrow {  
  padding-top:20px;
  margin-top:3px;
  margin-bottom:3px;
  background-color:#fff;
  /*padding: 15px;*/
  padding:0;
  display: flex;
  flex-direction: row;
  flex-flow: row wrap;
  justify-content: space-around;
}


.flexitem {
}
		
.picitem {
	/*width:600px;*/
	max-width:100%;
	height:auto;
	padding-top:10px;
	overflow:auto;
}

.picpic  {
	padding-bottom:10px;
	display:block;
	margin:auto;
}

.caption{
	font-size:x-small;
	text-align:center;
	padding-bottom:10px;
	
}

.floatpic{
	max-width:100%;
	padding:2px;
	float:left;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration:underline;
}
a:active {
	text-decoration: none;
}


.navbar a:hover{
	color:#f8a63d;
	text-decoration:none;
}

.smtext{
	margin-left:25px;
	float:left;
	padding-top:20px;*/
	padding-bottom:20px;
	padding-right:20px;
}

.socialicon{
	padding-bottom:0
}


.footer {
	clear:both;
	padding: 10px 0;
	
}

.datestamp{
	text-align:right;
	padding-right:3%;
	font-size:small;
	}
	
	
	
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
