/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

html, body {	
	height: 100%;	
	font-family: Arial, Helvetica, sans-serif;
  	font-weight: normal;
	font-size: 16px;
  	font-style: normal;
	line-height: 1.6;
}

#container {
	min-height: 100%;
}

#main {
	overflow: auto;
	padding-bottom: 200px;
}

.header-background {
	width: 100%;
	background-color:white; /*darkseagreen;*/
	height: auto;	
}

.page-config {
	margin: auto;
	width: 90%;
	padding: 5px;	
}

table.no-spacing {
  border-spacing:0; /* Removes the cell spacing via CSS */
  border-collapse: collapse;  /* Optional - if you don't want to have double border where cells touch */
}

.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: white; /* #1982C4;  */
	
	display: flex;
    align-items: stretch; /* Default */
    justify-content: space-between;
    width: 60%;
}

.menu li {	
	display: block;
    flex: 0 1 auto; /* Default */
    list-style-type: none;
}

.menu li:last-child {
	border-right: none;
}

.menu li a {
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.active, .li-group:hover:not(.active) {
	/*background-color: seagreen;  #56b3ec;*/
	color: cadetblue;
	text-decoration: underline overline;
}

.v-align {	
  	vertical-align: middle;
}

.nostretch {
	width: 1%;
    white-space: nowrap;
}


.adds {
	vertical-align: top;
	text-align: center;
	padding-left: 10px;
}

.adds p {
	font-weight: bold;
	font-style: oblique;
}

figure {
    border: 4px solid #555;
    padding: 2px;
	font-style: oblique;
	font-weight: bold;
}


.remove-ul-bullets {
	list-style-type: none;
	margin: 8px 0px 0px 30px;
}

.page-ul li {
    margin: 8px 0px 0px 30px;    
	list-style-type: square;
}

.page-ul li:first-child {
    margin-top:0;
}

p {	
	margin-left: auto;
    margin-right: auto;
	width: 80%;
}

.center-things {
	width: 600px;
	margin: auto;
}

.sub-heading {
	font-weight: bold;
}

.footer {
	background-color: white; /*#CFE7DA;*/
	position: relative;
	height: 50px;
	margin-top: -90px;
	clear: both;
	text-align: center;
}

.container {
    margin: 0 auto;
    max-width: 90%;
    width: 100%;
    padding: 0 5px;
    box-sizing: border-box;
}

.footer__text,
.footer__link,
.footer__title {
    color: black;
    padding: 3px 15px;
    display: block;
}
.footer__text {
	padding: 10px 0px;
}

.footer__hr {
    height: 1px;
    border: none;
    background: #444444;
}

.footer__sections {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.footer__section {
    box-sizing: border-box;
    width: 25%;
    padding: 15px 0;
    flex-shrink: 0;
}

.footer__title {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer__link {
    text-decoration: none;
}

.footer__link:hover {
    color: #cccccc;
    background: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 768px) {
    .footer__section { width: 50%; }
}

@media screen and (max-width: 480px) {
    .footer__section { width: 100%; }
}

.main_pic {	
	padding-bottom: 10px;
	color: white;
	font-size: 20px;
}

.welcome {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	font-weight: bold;
	font-size: 2em;	
}

.the_page {
	font-weight: nornal;
	margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.service_page {
	font-weight: nornal;
	margin-left: auto;
    margin-right: auto;
    width: 90%;
}

/* Style inputs */
  input[type=text], input[type=tel], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Style inputs */
  textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

/* Style the submit button * /
input[type=submit], input[type=reset] {
  width: 100%;
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 0 auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}*/

/* Add a background color to the submit button on mouse-over */
input[type=submit]:hover {
  background-color: #45a049;
}

#scaler-image {
	/*border: 2px solid black;
	padding: 0px; */
	background: url("../images/service.png");
	background-repeat: no-repeat;	
	resize: both;
	background-size: cover;  
	height: 150px;
	
}
