/*
Theme Name:   Blank Slate 2023 Child
Template:     blankslate
*/

.polylang_langswitcher{
    text-transform: uppercase;
}
.lang-item > a{
    text-decoration: none;
    color: black;
}
li.current-lang{
    font-weight: bold;
}
.round-button {
    display:block;
    width:60px;
    height:60px;
    line-height:50px;
    border: 2px solid #f5f5f5;
    border-radius: 50%;
    color:#f5f5f5;
    text-align:center;
    text-decoration:none;
    background: #edd59c;
    font-size:20px;
    font-weight:bold;
}
.round-button:hover {
    background: #777555;
}
.button-txt{
    color: black;
    font-size: 22px;
}
.title-class{
    color: #edd59c;
    font-weight: lighter;
    font-size: 48px;
}
.content-class{
    color: #edd59c;
    line-height: 28px;
    font-weight: lighter;
    font-size: 26px;
    padding-bottom: 50px;
}
.content-class > p > strong > a{
    color: #edd59c;
}
.content-class > p > a{
    color: #edd59c;
}
#footer{
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    height:30px;
}
.exposwitch{

    font-weight: bold;
    text-decoration: none;
}