/* ~~~~~ Global CSS ~~~~~~ */
/* ~~ Used on all pages ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */

html {
   overflow-y: scroll;
}

body {
   color:white;
   background: url('../images/ExFLogoRotated.png'), #131313;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: -15% 150%;
}

/* Keep the Bootstrap 4 desktop content width after moving to Bootstrap 5. */
@media only screen and (min-width: 1200px) {
   .container {
      max-width: 1140px;
   }
}

/* Adding !important forces the browser to overwrite the default style applied by Bootstrap */

a:link {
   color: #FFFFFF;
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
a:visited {color: #FFFFFF;}

a:hover {
   -webkit-touch-callout: none;
   -webkit-user-select: none;
   -khtml-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   user-select: none;
}
a:active {color: #336699;}

.vp-verified-badge {
   display: inline-block;
   width: 14px;
   height: 14px;
   margin-left: 0;
   background-color: transparent;
   background-image: url('../forums/ext/danieltj/verifiedprofiles/styles/all/theme/images/verifiedprofiles/tick.svg');
   background-position: center;
   background-repeat: no-repeat;
   background-size: 14px;
   font-size: 0;
   vertical-align: text-bottom;
}

.Paragraph{
   padding: 10px 30px 10px 30px;
}

.content-page {
   padding: 32px 0 48px;
}

.content-panel {
   background: rgba(0, 0, 0, 0.42);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 22px;
   margin-bottom: 20px;
}

.content-panel p,
.content-panel li {
   color: #e8e8e8;
   line-height: 1.55;
}

.content-panel strong {
   color: #ffffff;
}

.content-panel__meta {
   color: #98fb98;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 14px;
}

.cheat-list {
   margin: 18px 0 0;
   padding: 0;
   list-style: none;
}

.cheat-list li {
   display: grid;
   grid-template-columns: minmax(150px, 220px) 1fr;
   gap: 12px;
   padding: 10px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cheat-code {
   color: #98fb98;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
}

.content-banner-crop {
   display: block;
   width: 100%;
   height: 180px;
   object-fit: cover;
   object-position: center;
}

@media only screen and (max-width: 600px) {
   .content-panel {
      padding: 16px;
   }

   .cheat-list li {
      grid-template-columns: 1fr;
      gap: 4px;
   }
}

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue.otf') format("opentype");
}

/* Center the nav links */
   #second {
      display: flex;
      justify-content: center;
      margin-left: 0;
      padding-left: 0;
   }

   #second .navbar-nav {
      position: static;
      left: 0;
      margin-left: 0;
      margin-right: 0;
   }
/* Then Shift the nav links if smaller window*/
@media only screen and (max-width: 991px) {
   #first {
      order: 3;
      max-width:300px;
   }
   #second {
      justify-content: flex-start;
      margin-left: 0;
      padding-left:30px;
   }

   #second .navbar-nav {
      left: 0;
   }
}

#third {
   display: flex;
   justify-content: flex-end;
}


@media only screen and (max-width: 768px) {
   #first {
      order: 3;
   }
   #second {
      order: 2;
   }
   #third {
        order: 1;
   }
   input[type=text] {
      width: 100%;
   }
   input[type=password] {
      width: 100%;
   }
   button[type=submit] {
      width: 30%;
      color:red;
      margin-top:10px;
      margin-bottom:15px;
   }
}

input[type=text] {
   width: 40%;
}
input[type=password] {
   width: 40%;
}


.hq-nav {
   background: #000;
   border-bottom: 1px solid rgba(255, 255, 255, 0.08);
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.55);
   padding-left: 22px;
   padding-right: 22px;
}
/* ~~~~~ Titles CSS ~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.title {
   font-family: 'BebasNeue','Verdana','Arial';
   font-size: 30px;
   color: white;
   text-align: left;
   z-index: 1;
}

.titleSection {
   font-family: oswald,roboto,sans-serif;
   text-transform: uppercase;
   font-size: 26px;
   color: white;
   text-align: left;
   z-index: 1;
   text-shadow: 2px 2px 0 #000;
}

.titleSectionInv {
   font-family: oswald,roboto,sans-serif;
   text-transform: uppercase;
   font-size: 26px;
   color: black;
   text-align: left;
   z-index: 1;
}

@media only screen and (max-width: 600px) {
   .title {
      font-family: 'BebasNeue','Verdana','Arial';
      font-size: 25px;
      padding-top: 10px;
      color: white;
      text-align: center;
      z-index: 1;
   }
}


/* ~~~ Navigation CSS ~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.nav-link {
   color:#e07d02;
   font-weight: bold;
   text-transform: uppercase;
   font-size: 30px;
   font-family: oswald,roboto,sans-serif;
}

.dropdown-members {
   text-transform: uppercase;
   font-family: oswald,roboto,sans-serif;
   font-size:15px;
}

a.nav-link:link{
   display:inline-block;
   margin-right:13px;
   font-family:oswald,sans-serif;
   text-transform:uppercase;
   font-weight:400;
   font-size:15px;
   padding:5px;
   letter-spacing: 0;
}

a.nav-link:hover{
   color:#18ff0a;
   display:inline-block;
   margin-right:13px;
   font-family:oswald,sans-serif;
   text-transform:uppercase;
   font-weight:400;
   font-size:15px;
   padding:5px;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
   color: #18ff0a;
}



/* ~~~~~~ Login CSS ~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.loginHelp {
   width:100%;
}

/* ~~~~~~ dayImage CSS ~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.ss-of-the-day {
   padding-top:7px;
}


/* ~YoutubeResponse CSS ~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/* ~~~~ Scroll Bar CSS ~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~ */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.4);
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(23,255,0,0.9);
    -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.7);
}
::-webkit-scrollbar-thumb:window-inactive {
   background: rgba(23,255,0,0.4);
}






.site-footer {
   margin-top: 28px;
   margin-bottom: 24px;
}

.site-footer__inner {
   background: rgba(0, 0, 0, 0.42);
   border: 1px solid rgba(255, 255, 255, 0.08);
   padding: 20px 24px;
   text-align: center;
}

.site-footer__copy,
.site-footer__credit,
.site-footer__top {
   margin: 0;
}

.site-footer__copy,
.site-footer__credit {
   color: #d8d8d8;
   line-height: 1.6;
   font-size: 12px;
}

.site-footer__credit {
   margin-top: 8px;
}

.site-footer__credit a,
.site-footer__top a {
   color: #e07d02;
}

.site-footer__credit a:hover,
.site-footer__top a:hover {
   color: #18ff0a;
}

.site-footer__top {
   margin-top: 12px;
   font-family: oswald, roboto, sans-serif;
   text-transform: uppercase;
   font-size: 11px;
}



