/*
Theme Name:     twentyfifteen-child
Description:    Seba\'s twentyfifteen
Author:         seba
Template:       twentyfifteen

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/

.site-footer {
        background-color: transparent; /* #fff; added by seba*/
        border-top: 1px solid rgba(51, 51, 51, 0.1);
        padding: 3.84615% 7.6923%;
}

.hentry {
        background-color: transparent; /*Changed by Seba #fff;*/
        padding-top: 7.6923%;
        position: relative;
}

.entry-title {
        font-size: 26px;
        font-size: 2.6rem;
        line-height: 1.1538;
        margin-bottom: 0.9231em;
        display:none;  /* added by Seba */
}
/* -Added by Seba  */
.entry-content {
font-size: 1.8rem;
color: black;
}

.site-info a {
        border-bottom: 1px solid transparent;
        color: black; /* #707070; changed by Seba */
        color: rgba(51, 51, 51, 0.7);
}
/*#site-navigation added by Seba */
.dropdown-toggle {
text-align: right;
width: 100%;
}

