/*
	Theme Name:			Dayzy
	Author:				Evolved Designs
	Version:			0.0.0.1
*/

/*! minimal reset based on simplified normalise.css | github.com/necolas/normalize.css */
html{line-height:1.15}body{margin:0}h1{font-size:2em;margin:.67em 0}b,strong{font-weight:bolder}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}fieldset{padding:.35em .75em .625em}progress{vertical-align:baseline}textarea{overflow:auto}template,[hidden]{display:none}
#copyright{opacity:.7;font-size:small;font-family:sans-serif;text-align:right;margin:.5rem}
@font-face {
    font-family: 'Birds of Paradise';
    src: url('fonts/birds_of_paradise__commercial_version-webfont.woff') format('woff'),
         url('fonts/birds_of_paradise__commercial_version-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Raleway';
    src: url('fonts/Raleway-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 700; /* variable range */
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('fonts/Manrope-VariableFont_wght.ttf') format('truetype');
    font-weight: 400 700; /* variable range */
    font-style: normal;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Alex Brush';
    src: url('fonts/AlexBrush-Regular.ttf') format('truetype');
    font-weight: 400 700; /* variable range */
    font-style: normal;
}

.dayzy-footer-logo {
    display: inline-flex;
    align-items: center;
    width: 142px;
    max-width: 100%;
}

.dayzy-footer-logo img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 820px) {
    .dayzy-footer-logo {
        width: 126px;
    }
}
