@charset "UTF-8";

/*
 Theme Name: Rebellix Official Website
 Template:rebellix.net
 Description: Rebellix Custom CSS for detected outdated Device, OS and/or Browser
 Author:Thomas Federico
 Author URI:https://www.fuulstackdesigner.co
 Version:1.0.0
*/

/* ---------------------------------------------------------
  CSS SUMMARY
  0. =@IMPORTS........(DOCUMENT)
  1. =RESET BOX.......(DOCUMENT)
  2. =HTML/BODY.......(DOCUMENT)
  3. =GENERAL STYLES..(DOCUMENT)
  4. =FX..............(TRANSITION CLASS)
  5. =HEADER..........(TOP BAR)
  6. =NAVIGATION......(TOP NAV)
  7. =MAIN............(CONTAINER FOR SECTIONS)
  8. =QUOTES..........(BETWEEN SECTIONS)
  9. =SECTIONS
  10. =FOOTER
  11.=MODALS
  12.=MEDIA QUERIES
--------------------------------------------------------- */

/*------------------------------------------------------- */
/* ========= Theme customization starts here ============ */
/*------------------------------------------------------- */

/* === 0. @IMPORTS === */



/* === 1. RESET BOX === */

/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */

*,::after,::before{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:transparent}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}

/* === 2. HTML/BODY (DOCUMENT) === */
ul { display:flex;margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
  padding:0}

/* === 2. HTML/BODY (DOCUMENT) === */
* {
  -webkit-backface-visibility: hidden;
  overscroll-behavior-y: none!important;

}

html, body {
  position: relative;
  transition: all .25s ease;
  font-family: 'Arial', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
}

html {
  touch-action: manipulation;
  overflow-x: hidden !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden !important;
  background: #000;
}

/* Strangely, it prevents the no delay on iPad without being affiliated to anything */
.no-delay {
  touch-action: manipulation;
}

/* === 3. COMMON ELEMENTS / CLASSES === */
a, a:visited {
  color: #fff;
  text-decoration: none !important;
  cursor: pointer;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

img {
  width: 80%;
  max-width: 80%;
  height: auto;
}

.pos-r {
  position: relative;
}

.f-center {
  display: block;
  float: none;
  width: 100%;
  margin: 0 auto;
}

.t-center {
  text-align: center;
}

/* === 4. FX === */
/* TRANSTIONS */
.transition {
  transition: all .25s ease;
}

#app {
  overflow-x: hidden !important;
}

#app, .navbrand
{
  max-width: 1376px;

}

.navbrand
{
  margin:60px auto 30px;
}

.navbrand .logo {

  max-width: 300px;
}

.tagline {
  color: #fff;
  font-size: 36px;
  text-transform: uppercase;
}

.message {
  width: 80%;
  padding: 2rem 30px;
  background: #00121e;
  margin-bottom: 5rem;
}

h1 {
  width:90%;
  margin: 0 auto 30px;
  padding:1rem;
  text-transform: uppercase;
  font-size: 1.75rem;
  color:#fff;
  font-weight: bold;
  /*background: crimson;*/
}

ul {
  display:block;
  float:none;
  font-size: 1.25rem;
  color:#fff;
  list-style: none;
  margin:0 0 30px 20px;}

.icon-ok
{
  list-style-image: url("https://dev.thomasfederico.com/sphereofficial/2020/primordial/v2/img/icon-ok.png")
}

.icon-stop
{
  list-style-image: url("https://dev.thomasfederico.com/sphereofficial/2020/primordial/v2/img/icon-stop.png")
}

.icon-alert
{
  list-style-image: url("https://dev.thomasfederico.com/sphereofficial/2020/primordial/v2/img/icon-danger.png")
}


.outdated
{ color:#b80046; font-weight: bold;}
.alternative
{ color:#b80046}

.link
{
  font-weight: bold; text-decoration:underline; color:#b80046!important;
}

.message h2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.message p
{
  margin-bottom: 30px;
  font-size: 1.25rem;
}

.message p:last-child
{
  margin-bottom: 0;
}

.fineprints
{
  font-size: 0.8125rem!important;
}

.message p a, .message p a:visited {
  color: #b80046;
}

.message h1, .message h2, .message p {
  color: #fff;
}

/* === 6. FOOTER === */
footer div {
  border-top: 2px solid #b80046;
  padding: 3rem 0;
  color: #fff;
  background: #000;
}

footer p {
  margin-bottom: 0;
}

footer a, footer a:visited, .cookie-consent-container a, .cookie-consent-container a:visited, #loadtime {
  color: #b80046;
}

#loadtime {
  font-weight: bold;
  margin-right: .25rem
}

#credits-container {
    padding: 1rem 0;
    background: #090736;
}

#credits-container p {
    padding: 0 1rem;
    margin: 0 auto 1rem;
}

#credits-container p:last-child {
    margin: 0 auto;
}

#credits-container p:last-child {
    margin-top: .75rem;
}

#btns-cta-credits img {
    max-width: 140px;
}


@media screen and (max-width:747px)
{
  .tagline
  {
    font-size:1rem!important
  }

  .message
  {
    margin-bottom:30px;
  }

  .message h2
  {
    font-size: 1.75rem;
  }

}
