@font-face {
    font-family: 'Pepe1';
    src: url('f1.woff2') format('woff2');
}
@font-face {
    font-family: 'Pepe2';
    src: url('f2.woff2') format('woff2');
}
@font-face {
    font-family: 'Pepe3';
    src: url('f3.woff2') format('woff2');
}
body {
    font-family: 'Pepe1', sans-serif;
    background-color: #4C9540;
    overflow-x: hidden;
}
.nav-item a {
    font-size: 12px;
    margin-left: 30px;
    color: whitesmoke !important;
}
.btn-primary {
    background: transparent;
    border: 1px solid white;
    border-radius: 100px;
    font-size: 12px;
    outline: none !important;
    box-shadow: none;
}
.btn-primary:hover {
    background: rgba(255, 255, 255, 0.238);
    border: 1px solid white;
    border-radius: 100px;
    font-size: 12px;
    outline: none !important;
    box-shadow: none;
}
.btn-primary:focus {
    background: rgba(255, 255, 255, 0.238);
    border: 1px solid white;
    border-radius: 100px;
    font-size: 12px;
}
.p-main h1 {
    font-family: 'Pepe2', sans-serif;
    color: white;
    font-size: 80px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.p-main h3 {
    font-family: 'Pepe3', sans-serif;
    color: white;
    font-size: 30px;
}
.bg-pp {
    position: absolute;
    z-index: -1;
    opacity: 0.2;
    left: 0;
    top: 200px;
}
.pp-hero {
    margin-top: 150px;
}
.btn-success {
    background: transparent;
    border: 1px solid white;
    border-radius: 100px;
    font-size: 20px;
    outline: none !important;
    box-shadow: none;
}
.btn-success:hover {
    background: rgba(255, 255, 255, 0.238);
    border: 1px solid white;
    border-radius: 100px;
    font-size: 20px;
    outline: none !important;
    box-shadow: none;
}
.btn-success:focus {
    background: rgba(255, 255, 255, 0.238);
    border: 1px solid white;
    border-radius: 100px;
    font-size: 20px;
    outline: none !important;
    box-shadow: none;
}
.pp-cyl {
    margin-top: -10px;
}
.pp-h2 h1 {
    font-family: 'Pepe1', sans-serif;
    color: white;
    font-size: 50px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-h2 p {
    font-family: 'Pepe3', sans-serif;
    color: white;
    font-size: 24px;
}
.pp-row {
    background-color: rgba(0, 0, 0, 0.384);
    border: 2px solid white;
    border-radius: 0px 40px;
    box-shadow: 3px 2px 100px rgba(255, 255, 255, 0.411);
}
.pp-row {
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-row p {
    font-size: 22px;
}
.pp-rm h3 {
    color: white;
    line-height: 45px;
    color: white;
    font-size: 25px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-rm p {
    color: white;
    line-height: 28px;
    color: white;
    font-size: 18px;
    font-family: 'Pepe3', sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-rm h4 {
    color: white;
    line-height: 32px;
    border: 2px solid white;
    border-radius: 0px 40px;
    box-shadow: 3px 2px 100px rgba(255, 255, 255, 0.411);
    font-family: 'Pepe3', sans-serif;
    background-color: rgba(0, 0, 0, 0.485);
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-fasz {
    color: white;
    font-family: 'Pepe3', sans-serif;
    font-size: 40px;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-ph {
    color: white;
    line-height: 28px;
    color: white;
    font-size: 18px;
    background-color: rgba(0, 0, 0, 0.384);
    border: 2px solid white;
    border-radius: 0px 30px;
    box-shadow: 3px 2px 100px rgba(255, 255, 255, 0.411);
    font-family: 'Pepe3', sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.pp-ph li {
    font-size: 20px;
    margin-left: 40px;
}
.pp-ph h5 {
    color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 28px;
    font-family: 'Pepe1', sans-serif;
}
.b1 {
    border-radius: 20px 0px 0px 20px;
}
.b2 {
    border-radius: 0px;
}
.b3 {
    border-radius: 0px 20px 20px 0px;
}
.ppdw {
    margin-top: 80px;
    font-size: 60px !important;
}
.pp-f {
    color: rgb(0, 0, 0);
    font-size: 13px;
    background-color: #3b7c31;
    font-family: 'Pepe3', sans-serif;
}
.nav-link:hover {
    color: rgb(204, 204, 204) !important;
}
