/*
Theme Name:  Bootstrap Basic Child
Theme URI:   https://www.verasteidl.at/
Description: Bootstrap Basic Child Theme
Author:      Vera Steidl
Author URI:  https://www.verasteidl.at/
Template:    bootstrap-basic
Version:     1.0.0
*/
html, body {
    height: 100vh;
}

body{
	background: linear-gradient(0deg, rgba(179, 59, 68, 1) 50%, rgba(48, 97, 103, 1) 80%);
	font-size: 18px;
	color: white;
}

.container.page-container{
	background-color: #306167;
}

footer#site-footer {
background: url(images/bg_content.svg) no-repeat;
    background-position: bottom right;
    background-size: cover;
    height: 560px;
}

nav{
	display: none;
}

#logo{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

#logo .pic{

}
#logo .text h1{
	color:#7e0d3a;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  color: #e5a224;
}

.wp-block-separator {
    border-color: #b33b44;
    border-width: 1px;
    border-style: dotted;
}

#site-footer, #main-column .post, #main-column .page {
    border: 0;
}

#site-footer{
	background: transparent;
	margin: -15px;
}

@media (min-width: 1200px) {
    .container {
        width: 970px;
    }
}