* {box-sizing: border-box; margin:0; max-width:100%;  /* line-height:24px; font-size:22px; */}

body {
	 line-height:30pt; font-size:24pt;
  font-size:18pt;
  font-family: 'Wix Madefor Display';
}

.top-menu a: {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}
.top-menu a:link {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}
.top-menu a:hover {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}
.top-menu a:active {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}
.top-menu a:visited {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}

.top-menu {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}
.top-menu a {padding:0 12px; line-height:36pt; font-size:24pt; text-decoration:none; white-space: nowrap;}

div {max-width:1600px; margin: 0 auto; padding:12px;}

h1 {max-width:100%; line-height:42pt; font-size:36pt;}
h2 {max-width:100%; line-height:36pt; font-size:30pt;}
h3 {margin:12px 0px 18px;}

.flex-home {
	margin: 0 auto;
	max-width:1600px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  text-align:center;
 
 
}

.flex-home > div {
	max-width:1000px;
	display:inline-block;
	padding: 0 12px;
	flex-wrap: wrap;
	vertical-align:middle;
  text-align: left;
 
}

p {padding: 8px 0;}

hr {margin:25px auto; max-width:1600px;}

.footer {line-height:18pt; font-size:12pt; text-align:center;}
.footer > a {line-height:18pt; font-size:12pt; text-align:center;}


@media screen and (max-width: 799px) {

}

@media screen and (min-width: 800px) {

}

@media screen and (min-width: 1000px) {

}

@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 1800px) {

}


/* On screens that are 992px or less, set the background color to blue 
@media screen and (max-width: 992px) {
  body {
    background-color: blue;
  }
}

/* On screens that are 600px or less, set the background color to olive 
@media screen and (max-width: 600px) {
  body {
    background-color: olive;
  }
}

*/

/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea {
  width: 100%; /* Full width */
  padding: 12px; /* Some padding */ 
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 16px; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  background-color: #45a049;
}

/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}