@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_Guide {  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%);
}

small{padding: 20px; text-align: right;}

p{padding-bottom: 10px; font-size: medium; }

.sb1{ font-family:'Cairo';}
.sb1:hover{box-shadow:  0px 4px 8px rgba(33,33,33,.6); z-index: 2;  }
.sb1:active{box-shadow:  0px 0px 8px rgba(33,33,33,.0); z-index: 1; }



#contact_Guide:hover { color: chartreuse;/* background: #666;*/ }
/*#contact_Guide:active { background: #444; }*/



