/*
 Theme Name:   Obsidian Child
 Theme URI:    https://audiotheme.com/view/obsidian/
 Description:  Uncion Child Theme
 Author:       Felix Schäfer
 Author URI:   lexer-it.com
 Template:     obsidian
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  obsidian-child
*/

section#text-3{
    margin-bottom: 3px;
}

section#text-3 h2.widget-title{
    /* font-size: 22px; */
}

.entry-content h2{
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-bottom: 4vw !important;
    margin-top: 7vw !important;
    font-family: "Oswald", sans-serif !important;
    letter-spacing: 4px !important;
    border-bottom: 1px solid #ffffff5c !important;
    font-size: 30px !important;
    padding: 12px !important;
}

h2.widget-title{
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 7vw !important;
    font-family: "Oswald", sans-serif !important;
    letter-spacing: 4px !important;
    border-bottom: 1px solid #ffffff5c !important;
    font-size: 30px !important;
    padding: 12px !important;
}

h1.site-title{
    font-weight: bold;
}

.wp-block-column a{
    text-decoration: none;
    opacity: 1 !important;
}

span.recent-posts-links{
    display: none !important;
}

nav#site-navigation{
    position: fixed;
    background: black;
}

.site-description{
	color: white;
	font-weight: normal;
}