{background-image: url(img/pbback.jpg)}


.pblogo {
    
    max-height: 300px;
    max-width: 300px;
}


.bars {
    background-color: black;
    padding 10px;
    margin: auto;
    height: 70px;
    position: relative;
    z-index: -5;
    top: -20px;
    
    margin-top: -10px;
    display: none;
   
}


.content {
    background-color: brown;
    
    margin: auto;
    position: relative;
    justify-content: center;
    align-items: center;
    margin-top: -10px;
    max-width: 90%;
    font-size: 8vw;
}




.pb_layout {
    
    display: grid;
    grid-template-columns: 1fr;
    color: black;
}

.big_ups {text-align: center;
    margin: auto;
    justify-content: center;
    background-image: url(img/patnbret.jpg) ;
    background-position: center;
    background-position: top;
    overflow: hidden;
    background-size: contain;
    align-items: center;
    background-repeat: no-repeat;
    top: 0px;
    padding-top:30%; /* center the top of child elements vetically */
    padding-bottom: 50%;
    height:0px;
    color: aliceblue;
    text-shadow: 2px 2px 8px black;
    font-size: 8vw;
   
    
}