/*
Theme Name: DoybirdTheme
Author: Steve
Description: Theme for doybird
Version: 0.0.1
Tags: bootstrap
Text Domain: doybird-theme
*/

.folder-back{
	background-color:#fffad4;
    border-radius:0px 0px 5px 5px;
    margin-left: -10px !important;
    margin-right: -10px !important;
}

@font-face {
    font-family: 'Mooner';
    src: url('https://doybird.com/wp-content/themes/doybird-theme/fonts/Mooner.otf') format('otf');
 	font-weight: normal;
 	font-style: normal;
}

.back-panel{
	background-size: cover;
	min-height:100vh;
	background-position: center;
}

.mid-spacer{
    margin-top: -15px;
	height:10px;
    border-radius:5px 5px 0px 0px;
}

.header-stretch-folder {
    min-height: 50vh;
}