.zerif-copyright-box {
    display:none!important;
    }
.copyright, #footer {
    background-color:#000000!important;
}
.navbar {
    background:rgba(0, 0, 0, 0.0);
}
.header.header > .navbar {
  box-shadow:none!important;
}
.header-content-wrap {
  background:rgba(0, 0, 0, 0.0);
}
.intro-text {
    color:#000000;
    text-shadow: 1px 1px 1px #fff;
}
#site-navigation, .navbar-toggle {
    display:none!important;
}
.navbar .container {
    background-color:none!important;
}
.contact-us {
  background:rgba(0, 0, 0, 1);
}
.pirate_forms .pirate-forms-submit-button {
    background-color:#000000!important;
    border: solid 3px #E6C900;
    border-radius: 5px;
    color: #E6C900!important;
}
.pirate_forms .pirate-forms-submit-button:hover {
    background-color:#E6C900!important;
    border: solid 3px #E6C900;
    border-radius: 5px;
    color: #000000!important;
}
.form-control, .contact-us .section-header .section-legend, .copyright p, .copyright a {
    color:#E6C900!important;
}
.form-control:focus {
    border: solid 3px #E6C900;   
}
.pirate_forms input {
  background:rgba(0, 0, 0, 0.1);
  border-radius:5px;
  border: solid 3px #E6C900;
  width:100% !important; 
}
.pirate_forms textarea {
  background:rgba(0, 0, 0, 0.1);
  border-radius:5px;
  border: solid 3px #E6C900;
  width:100% !important;
}
.pirate_forms input::-webkit-input-placeholder, .pirate_forms textarea::-webkit-input-placeholder {
  color:#E6C900!important;  
}