body {
    background: url(../assets/background.png);
    color: #777777;
    font-family: "Roboto", sans-serif;
    line-height: 26px;
    font-size: 16px;
}
body div.container {
    background-color: white;
    border-radius: 12px;
    box-shadow: 5px 5px 5px 5px rgba(75, 75, 75, 0.4);
    padding: 15px;
}

.header .container, 
.footer .container,
.features .container,
.navbar .container {
    background-color: transparent;
    border-radius: none;
    box-shadow: none;
    padding: 0 15px;
}

img[alt="main"] { 
    width: 500px;
    height: auto;
    border-radius: 6px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

img[alt="profile"] { 
    width: 150px;
    height: 150px;
    border-radius: 6px;
    float: right;
    margin-left: 15px;
}

.blog-main .list-item {
    margin: 0 0 50px;
}

.blog-main .list-item .list-blog-header h3 {
    margin-top: 10px;
}

.big .feature {
    font-size: 200%;
}

.home .feature i {
    float: right;
    cursor: pointer;
}

.home .feature i:hover {
    color:green;
    text-decoration: none;
}

.social-buttons p {
    font-size: 10pt;
}

.social-buttons .feature i{
    float: left;
    cursor: pointer;
}

/* .social-buttons .feature i:hover {
    color:green;
    text-decoration: none;
} */

.home .feature a img {
    width: 35px;
    height: 35px;
    float: right;
    cursor: pointer;
}

.xa-ladragonera {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-image: url(../assets/ladragonera.png);
    filter: brightness(100%);
    margin-right: 5px;
}

.xa-ladragonera:hover {
    filter: brightness(70%);
    /* -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; */
}

.xa-ladragonera::before {
    content: "";
}

.xa-devnamic {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-image: url(../assets/devnamic.png);
    filter: brightness(100%);
    margin-right: 5px;
}

.xa-devnamic:hover {
    filter: brightness(70%);
}

.xa-devnamic::before {
    content: "";
}

.xa-talamanca {
    display: block;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-image: url(../assets/talamanca.png);
    filter: brightness(100%);
    margin-right: 5px;
}

.xa-talamanca:hover {
    filter: brightness(70%);
}

.xa-talamanca::before {
    content: "";
}

.xa-mastodon{
    background-image: url(../assets/mastodon.png);
}

.xa-mastodon::before{
    content: "\f099";
}


body .header {
    background-color: white;
    background-image: none;
    color: #777777;
    text-align: left;
    border-radius: 0 0 12px 12px;
    box-shadow: 5px 5px 5px 5px rgba(75, 75, 75, 0.4);
    /* margin-top: -21px; */
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    width: auto;
    max-width: 960px;
}

.footer {
    display: none;
}

.sidebar-content h4 {
    border-bottom: 1px solid #CCCCCC;
}

.label-orange {
    background-color: #FF9600;
}

p a[rel="lightbox"] img {
    margin: 5px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
}

img[alt="blog-header-image"] {
    margin: auto;
    display: block;
    margin-top: 2px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
}

.bikes {
    margin-top: 20px;
    margin-bottom: 20px;
}

.bike {
    margin: 7px;
    float: left;
    text-align: center;
    width: 200px;
    height: 200px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
}

.bike img {
    border-radius: 4px 4px 0px 0px;
    max-width: 200px;
    height: auto;
}

.bike p {
    margin: 10px 5px;
}

.bike-page img {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
}

.blog-main .list-item {
    margin: 0 0 30px;
}

.albums {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* All others ----------- */
@media only screen and (min-width : 451px) {
    .album {
        margin: 7px;
        float: left;
        text-align: center;
        width: 435px;
        height: 435px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        border-radius: 4px;
    }
    
    .album img {
        border-radius: 4px 4px 0px 0px;
        max-width: 435px;
        height: auto;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 450px) {
    .album {
        margin: 7px;
        float: left;
        text-align: center;
        width: 325px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
        border-radius: 4px;
    }
    
    .album img {
        border-radius: 4px 4px 0px 0px;
        max-width: 325px;
        height: auto;
    }
}

.album p {
    margin: 10px 5px;
}

.orange {
    color: #FF9600;
}

.lila {
    color: #8c8dff;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #e79125;
    background-color: #f9f6f2;
    border-radius: 4px;
}

.label-flag{
    margin-right: 0px;
    text-decoration: none;
}

a.label-flag:hover {
    text-decoration: none;
}

.emoji-flag {
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 0;
}

.social-message {
    border: 1px solid #92ff92;
    background-color: #c9fbc9;
    text-align: center;
    padding: 5px;
    width: 80%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 80%;
}

.social-buttons{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.social-buttons .stopper{
    clear:both;
}

.float_left {
    float:left;
    margin-right: 10px;
}

.float_right {
    float:right;
    margin-left: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.shadow {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    border-radius: 4px;
}

.max_width {
    max-width: 200px;
}

/* Old link blog ----> */
.linkblog .list-blog-padding {
    padding: 10px 10px 2px 10px;
    background-color: #f9dea7;
    background-image: url('../assets/link_emoji.png');
    background-repeat: no-repeat;
    padding-left: 130px;
    display: block;
}

.linkblog .list-blog-padding a {
    font-weight: bold;
}

.linkblog .list-blog-padding a:hover {
    text-decoration: none;
}
/* <----- Old link blog */

.margin_right {
    margin-right: 10px;
}

.no-decoration {
    text-decoration: none;
}

.no-decoration:hover {
    text-decoration: none;
}

.ladragonera-container {
    width: 100%;
}

.ladragonera-container img {
    width: 50px;
}

.pixelfed-container {
    width: 100%;
}

.pixelfed__embed {
    width: 100%;
}
