@import "https://fonts.googleapis.com/css?family=Raleway";
* { box-sizing: border-box; }
/*body { 
  margin: 0; 
  padding: 0; 
  background: #333;
  font-family: Raleway; 
  text-transform: uppercase; 
  font-size: 11px; 
}*/
h1{ margin: 0; }
#contact_pr {  color: #fff;
  -webkit-user-select: none; /* Chrome/Safari */        
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
  /*margin: 4em auto;
  width: 10px; 
  height: 30px;
  line-height: 30px;
  background: teal;
  color: white;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  border: 1px solid white; */
}

.image_{width: 60%;
  height:auto;
  position:relative;
  left: 0%;
 
  transform: translate(0%, 0%);
}

/*.j{text-align: right;}
ul li{list-style: none; 
 }*/





#contactForm_pr { 
  display: none;
  overflow: auto;height: 80vh;
  border: 0px solid salmon; 
  padding:20px;
  width: 67%;/* 400px;*/
  text-align: center;
  background: #fff;
  position:fixed;
  z-index: 10;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)

}

input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}