/*
Theme Name: Trouble On The Tempus
Theme URI: https://lmd-design.uk/
Author: LMD Design
Author URI: https://lmd-design.uk/
Description: Custom base theme by LMD Design, all rights reserved
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: LMDdesign
Tags:
*/
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Orbitron:wght@400..900&display=swap');

/* ====== BASICS ====== */
body{
  background-color: #101e2f;
}
.body{
  background-image: url(img/bodyBg-01.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}
body, p, span, a, h1, h2, h3, h4, h5, h6{
  font-family: "Exo", sans-serif;
  color: white;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700;
  color: #1aaaad;
}
h1{
  font-size: 4rem;
}
img{
  max-width: 100%;
}
a:hover{
  text-decoration: none;
}
:focus{
	outline: none!important;
}
body{
  min-height: 100vh;
}
.btn {
    border-radius: 0!important;
}
div, body, span, a{
  background-size: cover;
  background-position: center;
}
p, a{
  color: inherit;
}
div, span, p, h1, h2, h3, h4, h5, h6, a, img, input, button, :hover{
  transition: 0.2s;
}

#mc_embed_signup{
	background: transparent!important;
}