/* Core CSS */

/*- #F9B144 #F9B144 -*/

/*- #F9B144 -*/

@font-face {
  font-family: tox;
  src: url( "../fonts/tox.woff" );
}

body
{
    font-family: "Montserrat", Arial, "sans-serif";
    display: grid;
    margin: 0;
}

h1, h2, h3, h4
{
	font-family: "tox", Times New Roman, "serif";
    color: white;
    margin: 0;
    font-weight: 400;
}

h4
{
    margin: 0;
    font-weight: 200;
}

p
{
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    color: #444;
}

a
{
    margin: 0;
    
    text-decoration: none;
    
    color: grey;
    transition: ease color .5s;
}

a:hover
{
    curor: pointer;
    color: grey;
}

a:visited
{
    color: grey;
}

/* - - - - - - - - - - */ 



/* - - - - - - - - - */

.desktop-img
{
    display: none;
}

@media( min-width:768px)
{
    .desktop-img
    {
        display: block;
    }
    
    .mobile-img
    {
        display: none;
    }
}

/* - */

.feature-1
{
    background-color: #222;
    margin-top: -128px;
    padding: 24px;
    z-index: 3;
    border: solid 4px aliceblue;
    
    width: 80%;
}

@media( min-width: 1200px )
{
    .feature-1
    {
        width: 100%;
    }
}

.feature-img-border
{
    border: 1px solid #fff;
    padding: 8px;
    width: calc(100% - 16px);
}

.feature-container
{
    display: grid;
    align-content: start;
}

.feature-content
{
    display: grid;

    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;   
    
    margin: 24px 0px 16px;    
}

.feature-title
{
    display: grid;

    grid-template-columns: 5% max-content auto; 
    grid-gap: 16px;
}

.feature-title h3
{
    margin-top: -11px;
    letter-spacing: 1px;
    color: #fff;
}

.feature-title-bar
{
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.feature-content p
{
    color: #fff;
    padding: 16px;
    font-size: 15px;
    line-height: 24px;
}

.feature-read-more
{
    display: grid;
    justify-self: center;
    border: 1px solid #fff;
    padding: 8px 16px;    
    transition: ease opacity .5s;
}

.feature-read-more:hover
{
    opacity: 0.5;
}


.feature-read-more h4
{
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    letter-spacing: 1px;
}

.feature-1 .btn
{
    color: #444;
    padding: 8px;
    text-align: center;
    background-color: #fbfbfb;
    border: none!important;
}

/* - */

.centered
{
    display: grid;
    justify-self: center;
    justify-content: center;
}

.centered h1, .centered h2, .centered h3, .centered h4, .centered p, .centered a
{
    justify-self: center;
}

/* - */

.stack
{
    align-self: start;
}

/* - */

.sec
{
    padding: 16px 0;
}

.heading
{
    grid-gap: 8px;
}

.heading h1
{
    color: grey;
    font-size: 32px;
}

.heading h3
{
    color: #676767;
    border-top: solid 2px grey;
    padding-top: 8px;
}


/* - */


.dark
{
    background-color: #222;
}

.alt
{
    background-color: #F9B144;
}


/* - */


.btn
{
    border-top: 1px solid;
    border-bottom: 1px solid;
    justify-self: start;
    padding: 16px;
    font-weight: 400;
}

.btn:hover
{
    color: #ccc;
}


/* - */

.box
{
    border: solid 1px;
    border-top: none;
    color: grey;
}

.box-top
{
    display: grid;
    grid-template-columns: 32px max-content auto;
    grid-gap: 16px;
}

.box-line
{
    border-top: 1px solid;
}

.box-top h2
{
    margin-top: -16px;
}

.box-content
{
    padding: 24px 32px;
}

.dark .box
{
    color: white;
}

.dark h1, .dark h2, .dark h3, .dark h4, .dark a
{
    color: white;
}

.dark p
{
    color: white;
}

.alt h1, .alt h2, .alt h3, .alt h4, .alt a
{
    color: white;
}

.alt p
{
    color: white;
}

 

/* - */



.list
{
 display: grid;
 align-content: center;
}
.list p
{
 align-content: center;
 display: grid;
 grid-template-columns: max-content auto;
}
.list p:before
{
 font-family: "Font Awesome 5 Pro";
    font-weight: 300;
 color: #F9B144;
 align-self: start;
 content: "\f1b0";
 margin-right: 8px;
 font-size: 16px;
 border-right: solid 2px;
 padding-right: 8px;
}

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on January 15, 2021 */



@font-face {
    font-family: 'tox_typewriterregular';
    src: url('tox_typewriter_400-webfont.woff2') format('woff2'),
         url('tox_typewriter_400-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.blue { color: #F9B144; }
.yellow { color: #F9B144; }

.container th h1 {
	  font-weight: bold;
	  font-size: 1em;
  text-align: left;
  color: #F9B144;
}

.container td {
	  font-weight: normal;
	  font-size: 1em;
  -webkit-box-shadow: 0 2px 2px -2px #0E1119;
	   -moz-box-shadow: 0 2px 2px -2px #0E1119;
	        box-shadow: 0 2px 2px -2px #0E1119;
}

.container {
	  text-align: left;
	  overflow: hidden;
	  width: 90%;
	  margin: 0 auto;
  display: table;
}

.container td, .container th {
	  padding-bottom: 2%;
	  padding-top: 2%;
  padding-left:2%;  
}

/* Background-color of the odd rows */
.container tr:nth-child(odd) {
	  background-color: #ccc;
}

/* Background-color of the even rows */
.container tr:nth-child(even) {
	  background-color: #ddd;
}

.container th {
	  background-color: #888;
}

.container td:first-child { color: #333; }

.container tr:hover {
   background-color: #464A52;
-webkit-box-shadow: 0 6px 6px -6px #0E1119;
	   -moz-box-shadow: 0 6px 6px -6px #0E1119;
	        box-shadow: 0 6px 6px -6px #0E1119;
}

.container td:hover {
  background-color: #F9B144;
  color: #403E10;
  font-weight: bold;
  
  box-shadow: #c9923e -1px 1px, #c9923e -2px 2px, #c9923e -3px 3px, #c9923e -4px 4px, #c9923e -5px 5px, #c9923e -6px 6px;
  transform: translate3d(6px, -6px, 0);
  
  transition-delay: 0s;
	  transition-duration: 0.4s;
	  transition-property: all;
  transition-timing-function: line;
}

@media (max-width: 800px) {
.container td:nth-child(4),
.container th:nth-child(4) { display: none; }
}