.logo-text-white{
   font-family: Impact;
   color: #ffffff;
}
.logo-text-yellow{
   font-family: Impact;
   color: #ffc000;
}

.event-row{
    margin-bottom: 10px;
}

form input.error {
    border: 2px dashed red;
    background: #fee;
}
 
form textarea.error {
    border: 2px dashed red;
    background: #fee;
}
#back-top {
position: fixed; 
display:none; 
font-size: 50px;
color: rgba(255,192,0,0.8);
bottom: 20px; 
right:20px; 
width:auto;
z-index: 99;}
a#back-top:active {background:none;}
a#back-top {display: block; text-decoration: none;}
.topup {bottom:5px;}
#back-top i {display: block;}

#back-top:hover {
    color: rgba(0,0,0,0.8);
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
  
  .success {
      font-weight: bold;
  }
  
  .contactError {
      font-weight: bold;
      color: red;
  }
  
  