/*
Theme Name: QTRADO headless
Description: QTRADO Theme for headless sites (Nude child theme)
Version: 1.0
Author: obundo
Template: nude
*/

/* =============================================================================
 * fonts
 * ========================================================================== */



/* =============================================================================
 * styles
 * ========================================================================== */

header {
	width: 180px;
	height: 173px;
	background-image: url('/wp-content/uploads/qtrado-logo-white.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 180px 173px;
	z-index: 1;
}

/* =============================================================================
 * framework overrides
 * ========================================================================== */

html, body {  
	background: -moz-linear-gradient(90deg, #eb6909 50%, #99161c 50%);
    background: -webkit-linear-gradient(90deg, #eb6909 50%, #99161c 50%);
    background: linear-gradient(90deg, #eb6909 50%, #99161c 50%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eb6909', endColorstr='#99161c',GradientType=0 );
    font-family: 'Helvetica', 'Arial', sans-serif !important;
	font-size: 14px !important;
	line-height: 20px !important;
	z-index: 0;
}

.site-title,
.tagline {
	display: none !important;
}

a,
a:hover,
a:focus,
a:active,
a:visited {
	color: #fff !important;
	text-decoration: none !important;
}

/* =============================================================================
 * responsive
 * ========================================================================== */