
h1, h2, h3, p, body {
    font-family: Arial, sans-serif;
}

.box {
  display: -webkit-box;   
  display: -ms-flexbox;  
  display: -webkit-flex;    
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.box :first-child {
    align-self: start;
}

input[type=text], select, textarea {

    padding: 12px;
    border: 1px solid #CCCCCC;
    resize: vertical;
}

input[type=email] {

    padding: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    resize: vertical;
}

h3, body {
	color: #585858;
}

.quote {
	font-weight: bold;
	font-style: italic;
}

input[type=file] {

    padding: 12px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    resize: vertical;
}

label {
    padding: 12px 12px 12px 0;
    display: inline-block;
}

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

.button {
    display: block;
    width: 200px;
    height: 25px;
    background: #0066CC;
    padding: 1px;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: bold;
}

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

body {

    background-position: center center;
    background-repeat: repeat;
}

header nav {
	font-family: system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;    
	display: flex;
	flex-grow: 1.3;
	flex-basis: 0%;
	justify-content: center;
	align-items: center;
}
header {
	border-bottom: 1px solid #EEEEEE;
}

header .content-wrapper {
	display: flex;
	position: relative;
	min-height: 100%;
	color: #555555;
	background-color: #FFFFFF;
	margin: 0;    
	width: 1050px;
	margin: 0 auto;
}

header nav a {
	text-decoration: none;
	color: #555555;
	padding: 10px 10px;
	margin: 0 10px;
}
header nav a:hover {
	border-bottom: 1px solid #aaa;
}

.container {
    max-width: 1000px;
    border-radius: 5px;

    padding: 5px;
}


.containerw {
    max-width: 1000px;    
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px;
}


.containerg {
    max-width: 1000px;    
    border-radius: 5px;
    background-color: #d3d3d3;
    padding: 20px;
}

.header {
    border-radius: 5px;
    background-repeat: repeat;    
    background-color: 	#E0E0E0;
    padding: 40px;
}

.col-25-a {
    float: left;	
    width: 25%;
    margin-top: 2px;	
} 

.col-50 {   
    float: left;  
    width: 50%;
    margin-top: 2px;	
}

.col-25-b {	
    float: right;
    width: 25%;
    margin-top: 2px;	
} 

.col-15-a {
    float: left;	
    width: 15%;
    margin-top: 2px;	
} 


.col-30 {   
    float: left;  
    width: 30%;
    margin-top: 2px;	
}

.col-70 {   
    float: left;  
    width: 70%;
    margin-top: 2px;	
}

.col-15-b {	
    float: right;
    width: 15%;
    margin-top: 2px;	
} 

.col-33 {
    float: left;
    width: 33.33%;
    margin-top: 6px;
}

.col-mid {
    float: left;    
    width: 33.33%;
    margin-top: 6px;
}

.col-34 {
    float: right;
    width: 33.33%;
    margin-top: 6px;
}

.col-3 {
    float: left;
    width: 3%;
    margin-top: 6px;
   
}

.col-25-1 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-25-2 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-25-3 {
    float: left;
    width: 25%;
    margin-top: 6px;
}

.col-25-4 {
    float: right;
    width: 25%;
    margin-top: 6px;
}

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


.error {
    color:#0066CC;
}

input:invalid {
    border: 2px solid #0066CC;
}

/* Responsive layout - when the screen is less than 800px wide, make the columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
    .col-15-a, .col-70, .col-30, .col-15-b,.col-33, .col-mid, .col-34, .col-25-1, .col-25-2, .col-25-3, .col-25-4, .col-25-a, .col-50, .col-25-b, .col-banner {
        width: 100%;
        font-size: 4vw;
        margin-top: 0;
    }
}

