
* {
    padding:0px;
    margin: 0px;
}

#home {
    background: linear-gradient(to right, rgba(0,0,0,0.9), rgba(0,0,0,0.85)), url("./Project-Files/Home-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#about {
    background: linear-gradient(to left, rgba(0,0,0,0.9), rgba(0,0,0,0.8)), url("./Project-Files/About-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#membership,
.contact-upper-section {
    background: linear-gradient(to right, rgba(0, 0, 0, 0.79), rgba(3, 1, 1, 0.95)), url("./Project-Files/Home-bg.jpg");
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contact-upper-section {
    background: linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.5)), url("./Project-Files/Register.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;

}

.home-section-1-heading,.call-to-action, 
.advantages h1, 
.membership h1, 
.team h1, 
.team span,.push{
    font-family: 'Courier New', Courier, monospace;
}

.lvl-up h1 {
    letter-spacing: 3px;
    -webkit-text-stroke: 1px #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 2px solid #FF0000;
  -webkit-text-fill-color: #F1F1F1;
  -webkit-box-shadow: 0 0 0px 1000px #1B1B1C inset;
  transition: background-color 5000s ease-in-out 0s;
};

