@charset "UTF-8";

/*
 Theme Name: Jeeves Computer Repair Website - Outdated
 Template:jeevescomputerrepair.com
 Description: Jeeves Computer Repair Custom CSS for detected outdated Device, OS and/or Browser
 Author:Thomas Federico
 Author URI:https://www.fullstackdesigner.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:16px;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:0px}

/* === 2. HTML/BODY (DOCUMENT) === */
* {
  -webkit-backface-visibility: hidden;
  overscroll-behavior-y: none!important;

}

html, body {
  position: relative;
  transition: all .25s ease;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 !important;
  padding: 0 !important;
  background: #40C380!important;

}

html {
  touch-action: manipulation;
  overflow-x: hidden !important;
}

body {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  overflow-x: hidden !important;
  font-size:18px;
}

/* 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;
}

.flex .f-center {
  display: flex;
  width: 100%;
  margin: 0 auto;
}

.block .f-center
{
  display: block;
  float: none;
  width: 100%;
  margin: 0 auto;
}

.flex .fldr-c { flex-direction:column;}

.t-center {
  text-align: center!important;
}

/* === 4. FX === */
/* TRANSTIONS */
.transition {
  transition: all .25s ease;
}

#app {
  overflow-x: hidden !important;
}

#app, .navbrand
{
}

.no-js .logo { display:none!important;}


.navbrand
{
  margin:60px auto 30px!important;
}

.navbrand .logo, .logo-no-js  {

  max-width: 300px;
}

.navbrand .fallback
{
  width:300px!important;
}



.message {
  width: 100%;
  background: #fff;
}

.message-wrapper
{
  width:100%;
}

.max-w
{
  max-width: 1200px!important;
}

h1 {
  width:100%;
  margin: 0 auto;
  text-transform: uppercase;
  color:#fff;
  font-weight: bold;
  /*background: crimson;*/
}

.flex h1
{
    padding:1rem;
    font-size: 3rem;
    /*background:blue;*/
}

.block h1
{
    padding:16px;
    font-size: 250%;
    /*background:crimson;*/
}

.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:#000!important; font-weight: bold;}
.alternative
{ color:#3CB371}

.link
{
  font-weight: bold; text-decoration:underline; color:#40C380!important;
}

.max-w {
    max-width: 1200px!important;
}

.message {
    width: 100%;
    padding: 30px;
    background: #fff;
}

.message-wrapper {
    width: 80%;
}


.message h2 {
  font-size: 32px;
  margin:0 auto 30px;
}

.message p {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-all!important;
    -webkit-hyphens: auto!important;
    -moz-hyphens: auto!important;
    hyphens: auto!important;
    letter-spacing: .5px;
}

.message p:last-child
{
  margin-bottom: 0;
}

.fineprints
{
  font-size: 13px!important;
}

.message p { color: #707070!important}


.message p a, .message p a:visited {
  color: #ff1728;
}

.message h1, .message h2 {
  color: #40C380;
}

ul {
    display: block;
    float: none;
    color: #707070;
    list-style: none;
    margin: 0 0 30px 20px;
     width:auto;
}

.message ul {
    list-style: square;
    padding-left: 1rem!important;
}

.message p, .message ul {   font-family: 'Segoe UI', sans-serif; letter-spacing: .5px;
}


/* === 6. FOOTER === */


  #footer-mid
  {
    background: #111111;
    width:100%;
    padding:24px 0;
  }

  #footer-mid-wrapper
  {
    width:90%;
    text-align: center;
  }


  #footer-mid p
  {
    color:#fff;
    margin:0 auto;
    margin-bottom: 0;
  }

  #footer-mid a, #loadtime
  {
    color:#48BA7E;
  }

  .separator
  {
    margin:0 8px;
  }

.logo-credits {
  display: inline-block;
  float:none;
}
#credits-container {
    width:100%;
  padding: 16px 0;
  background: #090736;
}

#info-footer
{
  width:90%;
  color:#fff;
}

#motto, #business-info
{
  margin-top: 32px;
  text-align: center;
}



hr
{
  border:0;
  height:1px;
  background:#707070!important;
}

#info-footer, .nav-items-bot
{
  flex-direction: column;
}

.nav-items-bot
{
  margin:32px auto 16px;
}

#social-media-footer
{ max-width: 300px!important;}

.nav-item-bot, .nav-item-social
{ list-style: none;}

.nav-item-bot
{
  margin:16px auto;
}

.nav-item-social
{
  margin:16px;
}


.nav-social
{
  display:flex;
  width:48px!important;
  height:48px!important;
  align-content: center;
  align-items: center;
  justify-content: center;
  border-radius: 48px;
  border:2px solid #48BA7E;
}

#footer-mid-wrapper
{
  flex-direction: block;
  float:none;
}

#btns-cta-credits img
{
  margin:16px auto;

  max-width: 200px;
}



@media screen and (max-width:747px)
{
  .tagline
  {
    font-size:16px!important
  }


  .message h2
  {
    font-size: 28px;
  }

}

#footer-mid-wrapper a:hover { color:#fff; text-decoration: underline!important;}

.close-consent:hover
{
  background: #fff;
  border:1px solid #19a974;
  color:#19a974;
}

.message a:hover
{
  color:#306D56!important;
  text-decoration: underline!important;
}
