/* Brand Colors */
/* #e4692a orange */
/* #4c8076 dark green */
/* #c4fcf0 bright light blue */

/* *** */

a {
	font-weight: normal;
	text-decoration: none;
}

a:hover { 
	text-decoration: underline;
}

a:link {
	color: #e4692a;
}

a:visited { 
	color: #e4692a;
}

body {
 	max-width: 40em;
	margin: 0 auto;
	padding: 5px;
	font-family: Avenir, sans-serif;
	font-size: 20px;
	line-height: 1.6em;
	color: #333;
}

.comment-header {
	font-weight: normal;	
	font-size: 20px;
	font-style: italic;
	color: #999;
}

.comment-text {
	font-weight: normal;	
	font-size: 20px;
	color: #666;
}

.center {
	margin: auto;
	text-align: center;
	width: 85%;
}

.form-text {
	font-weight: normal;	
	font-size: 20px;
	color: #666;
}


h1, h2, h3 {
	font-weight: bold;
	color: #4c8076;
}

header {
	margin: 35px auto;
	font-weight: normal;
	font-size: 45px;
}

html {
	background-color: white;
}

input[type="submit"] {
	background-color: #e4692a;
	border: 2px solid #e4692a; /* Orange */	
	border-radius: 8px;
  	color: white;
	font-family: Avenir, sans-serif;
	font-size: 20px; 
	line-height: 1.6em;
  	transition-duration: 0.4s;
}

input[type="submit"]:hover {
	background-color: white;
  	color: #666;
}

label {
	font-weight: normal;	
	font-size: 20px;
	color: #888;
}


ol {
	font-weight: normal;	
	font-size: 20px;
} 

p {
	font-weight: normal;	
	font-size: 20px;
}

strong {
	font-weight: bold;
}

ul {
	font-weight: normal;	
	font-size: 20px;
} 