<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f1efe6;
}
.nav-box {
	border-bottom-width: 1pt;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}
.nav-menu {
	/*font-family: Verdana;*/
	font-family:Lato;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.nav-menu:hover {
	/*font-family: Verdana;*/
	font-family:Lato;
	font-size: 13px;
	font-weight: bold;
	color: #99CC00;
	text-decoration: none;
}
.sub-head {
	/*font-family: Verdana;*/
	font-family:Lato;
	font-size: 14px;
	font-weight: bold;
	color: #677517;
	text-decoration: none;
}
.text {
	/*font-family: Verdana;*/
	font-family:Lato;
	
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}
.b-nav {
	/*font-family: Verdana;*/
	font-family:Lato;
	font-size: 14px;
	font-weight: bold;
	color: #996600;
	text-decoration: none;
}
.copyritz {
	/*font-family: Verdana;*/
	font-family:Lato;
	
	font-size: 14px;
	color: #000000;
	text-decoration: none;
}

.b-nav: hover {
	/*font-family: Verdana;*/
	font-family:Lato;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.date {
	/*font-family: verdana;*/
	font-family:Lato;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.note {
	/*font-family: verdana;*/
	font-family:Lato;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-style: italic;
}
.b-menu {
	font-family: Verdana;
	/*font-family:Lato;*/
	font-size: 13px;
	font-weight: bold;
	color: #5C5534;
	text-decoration: none;
}
.b-menu:hover {
	font-family: Verdana;
	/*font-family:Lato;*/
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.b-menu-plain {
	/*font-family: Verdana;*/
	font-family:Lato;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}





@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html{   /* background:url(http://thekitemap.com/images/feedback-img.jpg) no-repeat;
  background-size: cover;*/
  height:100%;
}

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

#form-div {
	background-color:rgba(72,72,72,0.4);
	padding-left:35px;
	padding-right:35px;
	padding-top:35px;
	padding-bottom:50px;
	width: 450px;
	float: left;
	left: 50%;
	position: absolute;
  margin-top:30px;
	margin-left: -260px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
  font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	/*border: 2px solid #3498db;*/
	border: 2px solid #ffcb00;
	color: #ffcb00;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
    width:600px;
	height:40px;
	/*background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);*/
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	border:solid;
}

#name:focus{
	/*background-image: url(http://rexkirby.com/kirbyandson/images/name.svg);*/
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
    width:600px;
	height:40px;
	/*background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);*/
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	border:solid;
}

#email:focus{
	/*background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);*/
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
        width: 600px;
        height: 150;
	/*background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);*/
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
	border:solid;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	float:left;
	width: 10%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color:  #b1190e;              /*#3498db*/
	color:white;
	font-size:12px;
	padding-top:12px;
	padding-bottom:12px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

@media only screen and (max-width: 580px) {
	#form-div{
		left: 3%;
		margin-right: 3%;
		width: 88%;
		margin-left: 0;
		padding-left: 3%;
		padding-right: 3%;
	}
}</pre></body></html>