.LSlink:link,
.LSlink:active,
.LSlink:visited {
    font-size: 150%;
    color: white;
    transition: color 0.5s;
}

.LSlink:hover {
    color: white;
    text-decoration: none;
}


.update
{
    font-family: 'Myriad Pro Regular';
    color: white;
    padding: 4%;
    margin: 1.3%;
    margin-bottom: 2.1%;
    background-color: rgb(13,13,13,0.4);
    border-radius: 44px;

    /*background-image: linear-gradient(139deg, grey,transparent);*/
    -webkit-backdrop-filter: blur(47px);
    backdrop-filter: blur(47px);
    transition: color 0.3s, /*transform 0.13s,*/ 
    background-color 0.4s, backdrop-filter 0.4s, 
    -webkit-backdrop-filter 0.4s,
    border-radius 0.2s, transform 0.2s;
}

/*.update:hover
{
    border-radius: 100px;
    transform: scale(1.05);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
}
*/
.noBlur, .noBlur:hover
{
    -webkit-backdrop-filter: none;
    backdrop-filter: none);
    background-color: transparent;
    color: white;
}

/*@-webkit-keyframes closing
{
    0%
    {
         
        opacity: 1;
        display: block;
    }

    75%
    {
        margin-top: 50%; 
        opacity: 0.7;
    }

    100%
    {
        margin-top: -50%; 
        opacity: 0;
        display: none;
    }
}

@keyframes closing
{
    0%
    {
        opacity: 1;
        display: block;
    }

    100%
    {
        margin-top: -50%; 
        opacity: 1;
        display: none;
    }
}

.close
{
    color: white;
    padding: 4%;
    margin: 1.3%;
    margin-bottom: 2.1%;
    width: 100%;
    background-color: rgb(13,13,13,0.4);
    border-radius: 44px;

    -webkit-backdrop-filter: blur(47px);
    backdrop-filter: blur(47px);

    animation-name: closing;
    animation-duration: 3s;
    animation-fill-mode: both;
}*/

@media only screen and (max-width: 1250px) 
{
    .update
    {
    border-radius: 21px;
    margin-bottom: 4.7%;
    }
}