/*
	Theme Name: TMR Motostore
	Author:     Pedro Stoehr, pedro.stoehr@ticktoo.com [0x9B092A26]
	Author URI: https://ticktoo.com/
	 ___       ___
	/\  \___  /\  \
	\ \   __\_\_\  \
	 \ \  \ /\____  \
	  \ \__\\/___/\__\
	   \/__/     \/__/
*/

/*! IMPORTS ------------------------------------------------------------ */

@import url('https://cdn.ticktoo.com/monolith/1.0.2-alpha/css/lith.css');
@import url('https://cdn.ticktoo.com/fonts/Lato/Lato.css');

/*! THEME */

body {
	background: #000 url(img/body_bg.jpg) no-repeat center top;
	background-size: cover;
	background-attachment: fixed;	
	color: #FFF;
	font-family: 'Lato', 'Helvetica Neue', Arial, sans-serif;
}

/*! HERO */

.hero{background:url('img/body_bg.jpg') no-repeat center top;background-size:cover;height:100vh;position:relative;width:100%}
.hero-center{left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}
.hero-logo{background:url(img/logo.svg) no-repeat center center;background-size:300px 142px;height:142px;width:300px;margin:0 auto;margin-bottom:10px;}

.tagline {
	color: #000;
	font-weight: 400;
	font-size: 1.1rem;
	line-height: 40px;
	text-transform: uppercase;
}
.tagline a,
.tagline span {
	background-color:rgba(0,0,0,.3);
	display: block;
	color: #FFF;
}
.tagline a:hover,
.tagline span:hover{
	background-color: #f2cf00;
	color: #000;
}

/* END OF LINE */