@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
body {
	background:url(./backgroundINDEX.jpg) no-repeat fixed center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size:cover;
	background-size:cover;
	text-align: center;
}

.fixed-size-rectangle {
	min-width: 450px;
	max-width:450px;
	min-height: 450px;
	max-height:450px;
	padding-top:2%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1db1ff+0,feffff+100 */
	background: white; /* Old browsers */
		-webkit-border-radius: 30px;
		-moz-border-radius:30px;
		margin: 0 auto 0 auto;

}
#picture {
  	display: block;
  	max-width:80%;
	min-width:400px;/*
	max-height:65%;
	min-height:50%;*/
  	border-radius: 100px;
  	vertical-align: -50px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		margin: 0 auto 0 auto;
}

table {
	height: 70px;
	width:140px;
	border-radius: 25px;
	
	background: #504B67;
	background-position: center;
	background-repeat: no-repeat;
	border-width: 1px;
	border-top: transparent;
	border-color: #3C3460;
	text-align: center;
	padding-top: 0;
}

.arrow-up {
	margin:auto;
	width:0;
	height:0;
	border-left:15px solid transparent;
	border-right:15px solid transparent;
	border-bottom:15px solid #504B67;
	padding-bottom:0;
		-moz-border-radius: 0px;
		-webkit-border-radius: 3px 3px 0px 0px;
		border-radius: 3px 3px 0px 0px;
}
/*
.arrow-up:hover{
	border-bottom:20px solid #3C3460;
}*/
h1 {
	color: #504B67;
	margin:auto;
	font-family: 'Garamond', serif;
	font-size: 60px;
}

i {
	color:#1DB1FF;
	margin: 20px;
	margin-top: 0px;
	margin-bottom:0px;
}	
i:hover {
	color: #003399;
}

.this {
	display:none;
	margin-bottom: 0;
}
.that {
	display:run-in;
	margin-bottom: 0;
}
.thisToo {
	display:none;
	margin-bottom: 0;
}
.thatToo {
	display:run-in;
	margin-bottom:0;
}
.andThat {
	display:none;
	margin-bottom:0;
}/*
table:hover{
	background-color:#3C3460;
}*/
h2 {
	color:#424242;
	font-family: "Adobe Caslon Pro","Hoefler Text", Georgia, Times, serif;
	letter-spacing:0.1em;
	text-align:center;
	text-transform: uppercase;
	font-size: 14pt;
	font-variant: small-caps;
}

/*EMAIL FORM*/
#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;
	border-color: #424242;
	border-width: 2px;
}
.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: 3px solid #504b67;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

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

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

#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{
	background-image: url(http://rexkirby.com/kirbyandson/images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#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{
	background-image: url(http://rexkirby.com/kirbyandson/images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

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: 100%;
	border: #726b93 solid 4px;
	cursor:pointer;
	background-color: #676085;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-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: #504B67;
}
	
.submit:hover {
	color: #504B67;
}
	
.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%;
	}
}
