@charset "UTF-8";
/*
Theme Name: XTellus Europe
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 5.0
Version: 1.0
*/

html, body{
margin:0;
padding:0;
width:100%;
height:100%;
-webkit-font-smoothing: antialiased;
/*background-color:#44001D;*/
font-smooth:antialiased;
}

p{
margin-top:0;
}

a{
color:#ffffff;
text-decoration:none;
transition:all 0.2s;
}

a:hover{
color:#1C85C7;
}
.nowrap{
	white-space:nowrap;
}

.site-header {
    background-color: #6a0028; /* maroon */
    width: 100%;
}

.header-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
    display: flex;
    align-items: center;
}

.site-logo {
    display: block;
}

.site-logo img {
    display: block;
    height: 40px;
    width: auto;
}