html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 10px;
    font-family: 'Times New Roman', Times, serif;
}

h1 {
    margin-top:1rem;
    margin-bottom:0rem;
    font-size:4rem;
}



h2 {
    margin-bottom:1.2rem;
}

.pimg1 {
    /*min-height: 400px;*/
}

.pimg2 {
    /*min-height: 400px;*/
}

.pimg3 {
    /*min-height: 400px;*/
}

.pimg1, .pimg2, .pimg3 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.70;
    background-attachment: fixed;
}

.section {
    text-align: center;
    padding: 30px 30px;
}

.h1p {
    font-size: 1.8rem;
    margin-top: -0.5rem;
}

.sectionP {
    font-size: 1.6rem;   
}

.section-light {
    background-color: #d321cbe3;
    color: #000;
}


.section-dark {
    background-color: #4c4c4c;
    color: #ddd;
}

.ptextContainer {
    text-transform: uppercase;
    text-align: center;
    color: #e226d9;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter:blur(6px);
    display: inline-block;
    line-height:1.8;
    padding-inline-start:20px;
    padding-inline-end:20px;
}

.ptext {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 27px;
    color: #000;
    letter-spacing: 8px;
    text-transform: uppercase;
}

    .ptext .border {
        background-color: black;
        color: #e226d9;
        padding: 20px;
        font-weight: 500;
    }

        .ptext .border.trans {
            background-color: transparent;
        }

@media(max-width : 568px) {
    .pimg1, .pimg2, .pimg {
        background-attachment: scroll;
    }
}