/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    http://derevo.ml62.ru
 Description:  TwentyTwenty Child Theme
 Author:       Oleg Larkin
 Author URI:   http://packagesolutions.ru
 Template:     twentytwenty
 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:  twentytwentychild
*/

.powered-by-wordpress {
    display: none;
}

#site-header {
    background-color: #f5efe0;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #bb4430;
}

.header-titles a {
    font-size: 1.8em;
    font-variant: all-small-caps;
    font-weight: bold;
    text-decoration: none;
    color: #bb4430;
    margin: 20px 0 25px 0;
}

.header-contacts-wrapper {
	padding-right: 0;
	text-align: right;
	margin-left: 4rem;
	max-width: 50%;
	padding: 0;
	display: flex;
}

.header-contacts {
	/*align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 1rem 2.4rem 0 0;*/
}

.header-contacts a {
	color: #bb4430;
	font-size: 1.3em;
	font-weight: bold;
	text-decoration: none;
	display: block;
}