/* Header/Logo Title */
.header {
  padding: 5px 40px;
  text-align: left;
  background: #F65314;
  color: white;
  font-size: 20px;
}


* {box-sizing: border-box}

/* Set height of body and the document to 100% */
body, html {
  height: 100%;
  margin: 0;
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: #555;
  display: none;
  padding: 100px 20px;
  height: 100%;
}

/* Center Content */
.content {
  max-width: 600px;
  margin: auto;
}

#Home {background-color: white;}
#Support {background-color: white;}
#Contact {background-color: white;}
#About {background-color: white;}

/* Jump buttums */
.button {
  background-color: #2196f3; /* Blue */
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.gray {background-color: #d9d9d9; color: black;} 
.gray:hover {background: #cccccc;}

.green {background-color: #4caf50;} 
.green:hover {background-color: #3e8e41;}

.blue {background-color: #2196f3;} 
.blue:hover {background: #0b7dda;}

.bluedark {background-color: #2d5b9f;} 
.bluedark:hover {background: #224477;}

.orange {background-color: #ff9800;} 
.orange:hover {background: #e68a00;}

.red {background-color: #f44336;} 
.red:hover {background: #da190b;}

.reddark {background-color: #990000;}  
.reddark:hover {background: #800000;}

.teal {background-color: #00b3b0;}  
.teal:hover {background: #009996;}

.tealdark {background-color: #006663;}  
.tealdark:hover {background: #004d4a;}

.orchid {background-color: #da70d6;} 
.orchid:hover {background: #d049cb;}

.black {background-color: #555555;} 
.black:hover {background: #404040;}

.yellow {background-color: #ffc61a;} 
.yellow:hover {background: #e6ac00;}

.olive {background-color: #999900;} 
.olive:hover {background: #808000;}


/* Style Contact form */

* {
  box-sizing: border-box;
}

/* Center Content */
.formcontent {
  max-width: 800px;
  margin: auto;
}

.formcontentmini {
  max-width: 600px;
  margin: auto;
}

/* Style inputs */
input[type=text], select, textarea {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

/* Style the container/contact section */
.container {
  border-radius: 10px;
  background-color: #f2f2f2;
  padding: 10px;
}

/* Create two columns that float next to eachother */
.column {
  float: left;
  width: 50%;
  margin-top: 6px;
  padding: 15px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .column, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
  .g-recaptcha {
	margin: 0 0 15px 0;	  
	transform:scale(0.8);
	-webkit-transform:scale(0.8);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	}
}

/* Contact Form button and support download link protection */
button {
	padding: 12px 60px;
	background: #00A1F1;
	border: none;
	color: #ffffff;
	font-size:1em;
	cursor: pointer;	
	}
#message {  padding: 0px 40px 0px 0px; }
#mail-status {
	padding: 12px 12px;
	width: 100%;
	display:none; 
	font-size: 1em;
	color: #ffffff;
	}
#code-response {
	padding: 4px 4px;
	width: 100%;
	display:none; 
	font-size: 1em;
	color: #ffffff;
	}	
#code-response-mobile {
	padding: 4px 4px;
	width: 100%;
	display:none; 
	font-size: 1em;
	color: #ffffff;
	}	
#wol-code-response {
	padding: 4px 4px;
	width: 100%;
	display:none; 
	font-size: 1em;
	color: #ffffff;
	}	
.error{background-color: #F65314;  margin-bottom: 20px;}
.success{background-color: #7CBB00; }

.g-recaptcha {
	margin: 0 0 15px 0;	
	}