/***************************Application********************************/

.column1 {
    float: left;
    width: 10%;
    padding: 10px;
    
}

.column2 {
    float: left;
    width: 40%;
    padding: 10px;
    height: 600px
}

.column3 {
    float: left;
    width: 45%;
    padding: 10px;
    height: 600px
}

.column4 {
    float: left;
    width: 5%;
    padding: 10px;
    
}
.row{
	margin-top: 30px;
}

.row:after {
    content: "";
    display: table;
    clear: both;
	
}
@media (max-width: 600px) {
    .column {
        width: 100%;
    }
}


button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: black;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
  
}

textarea {
  overflow: auto;
}


form {
  padding: 0px;
  margin: 0px 0;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
}



input[type='text'], [type='email'], select, textarea {
	background: none;
	border: none;
	border-bottom: solid 2px white;
	color: white;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0 0 22px 0;
	padding: 0 0 18px 0;
	text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 10px 0;
}

.long {
	float: none;
}

.long {
  width: 100%;
}
.sub{
	color: black;
}
.sub:hover{
	background-color: ffffe6;
}

select {
  outline: none;
}

textarea {
	line-height: 150%;
	height: 150px;
	width: 100%;
}

::-webkit-input-placeholder {
	color: white;
}

#contactform{
	margin: 0 auto;
    width: 100%;
}

#form_button {
   background: none;
   border: solid 2px white;
   color: white;
   cursor: pointer;
   display: inline-block;
   font-family: "Trebuchet MS", Helvetica, sans-serif;
   font-size: 18px;
   padding: 20px 35px;
   text-transform: uppercase;
   -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
   -ms-transition: all 0.3s;
   -o-transition: all 0.3s;
   transition: all 0.3s;
}

#right{
    color: white;
}
#form_button:hover{
   background: white;
   color: black;
}

.contactinfo{
	position: relative;
	right: 80px;
}

.contactinfo img{
    height: 20px;
    position: relative;
    top: 2px;
    left: 20px; 
}
.contactinfo .img1{
	width: 350px;
	height: 350px;
	position: relative;
}

.contactinfo a{
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-weight: 400;
    padding: 10px 10px 10px 0px;
    margin-left: 20px; 
}

.contactinfo{
	margin: 0 auto;
    width: 100%;
    color: white;
}

h2{
    font-size: 18px;
    text-indent: 20px;
    font-weight: 400;
    
}

h3{
    font-size: 18px;
    font-weight: 200;
    text-indent: 40px;
}

 @media (max-width: 600px) {
    .column{
        width: 100%;
		
    }
	
}


/***************************Application********************************/



