body {
    background-color: #ffffff;
    margin: 0;
    font-family: "Roboto Condensed", sans-serif;
}



a:link, a:visited {
    color:#ab1f00;
    text-decoration:none;
}
a:hover {
    color: #997a25;
     text-decoration:none;
}
.full-page-image {
    position: fixed;
    background-size: cover;
    background-position: center;
    top:0;
    height: auto;
    width: 100vw;
    z-index: -1;
}
strong {
    font-size:32px;
}

    
.blag {
    position:absolute;
    top: 15%;
    left: 25%;
}
.pangolin {
  font-family: "Pangolin", cursive;
  font-weight: 400;
  font-style: normal;
}

.plat {
 position: fixed;
 top: 10px;
 left: 3%;
 font-size: 50px;
 background: linear-gradient(to right, #aa0000, #550000);
 background-clip: text;
 color: transparent;
 display: inline-block;
 text-decoration: none;
 filter: blur(1px);
}
    

.blplat {
 position: fixed;
 background-color: #efe2d4;
 padding: 3%;
 border: 1px solid black;
 width: 20%;
 margin-left: 1%;
 margin-top: 7%;
 text-align:justify;
 letter-spacing: -0.5px;
 font-size: 18px;


}
.blpost {
    
    background-color: #efe2d4;
    padding: 5%;
    width: 60%;
    border: 1px solid black;
    margin-left: 15%;
    margin-bottom: 20px;
    text-align:justify;
    letter-spacing: 1px;
    font-size: 18px;
}

    @media screen and (max-width: 900px) {
    .blpost {        
        width:90%; /* Test to see if this triggers */
    }
        .blag {
            
            left:0;
        }
        
        
}



.bigtitle {
 font-family: "Pangolin", cursive;
    font-size: 32px;
    font-weight:900;
    color: #16344e;
        letter-spacing: 4px;

}

.datetime {

    font-size: 14px;
    font-weight:100;
    padding-bottom: 20px;

}


/* end pblagta */



