

/* /////////////////////////////////////////////////////////////////////
//  Your CSS
/////////////////////////////////////////////////////////////////////*/

/* Create a Container for the signature to go into */
.rsp-signature {
    width: 400px;
    height: 240px;
}

/* resize images */
.rsp-signature img {
    width: 100%;
    height: auto;
}

/* Font Management - set font by text type */
h1 { font-family: 'Domine', serif; }
h2 { font-family: 'Domine', serif; }
h3 { font-family: 'Domine', serif; }
p   { font-family: 'Roboto', sans-serif; }
a   { font-family: 'Roboto', sans-serif; }  /* link text */

/* Managing Margins */
p.tm1 {
  margin-top: -20px;
  margin-bottom: 30px
}

/* TOPNAV */
.rsp-topnav {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: transparent; 
}  


/* Style the links inside the navigation bar */
.rsp-topnav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}

.rsp-topnav li {
   display:inline-block !important;
}

.rsp-topnav a {
  display: block;
  color: black;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
}
/* END TOPNAV */

/* Float */
.rsp-hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.rsp-hvr-float:hover {
  color: #7A7A7A !important;
  text-decoration-line: underline !important;
  text-decoration-style: solid !important;
  text-decoration-color: #7A7A7A !important;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/* Contact Form CSS */

#submitfrmContact {
  background-color: #4CAF50; /* Green */
  border: none; 
  border-radius: 8px !important;
  color: white;
  padding: 14px 28px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
}


/* ********************* */
