/* Core CSS */

/*- red red -*/

/*- red -*/

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

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


.btnnew {

  background-color: red;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;

  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
              0 2px 2px rgba(0,0,0,0.05), 
              0 4px 4px rgba(0,0,0,0.05), 
              0 8px 8px rgba(0,0,0,0.05),
              0 16px 16px rgba(0,0,0,0.05);

}


.btnnew:hover {
  background-color: #222;
  color: white; 
cursor: pointer;
}

.colour{
	color:red!important;
}

h1,
h2,
h3,
h4 {
  font-family: 'tox', Times New Roman, 'serif';
  color: red;
  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: red;
  transition: ease color 0.5s;
}

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

a:visited {
  color: red;
}

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


#page-content
{
	display: grid;
    width: 100%;
    grid-gap: 32px;
    padding: 75px 0 75px;
	background-color: #fff;
	z-index: 4;
}



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

.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 0.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: #fff;
  padding: 8px;
  text-align: center;
  background-color: red;
  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: red;
  font-size: 32px;
}

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

/* - */

.dark {
  background-color: #222;
}

.alt {
  background-color: red;
}

/* - */

.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: #6f6f6f;
}

.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: #c8c8c8;
}

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

.dark p {
  color: #c8c8c8;
}

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

.alt p {
  color: #fff;
}

/* - */

.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: red;
  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: red;
}
.yellow {
  color: red;
}

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

.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;
    color: white;
}

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

.container td,
.container th {
  padding: 5px;
}

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

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

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

.container td:first-child {
  color: white;
}

/*.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: red;
  color: #fff;
  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;
  }
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: red;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
              0 2px 2px rgba(0,0,0,0.05), 
              0 4px 4px rgba(0,0,0,0.05), 
              0 8px 8px rgba(0,0,0,0.05),
              0 16px 16px rgba(0,0,0,0.05);

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #ccc;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion2 {
  background-color: #222;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
              0 2px 2px rgba(0,0,0,0.05), 
              0 4px 4px rgba(0,0,0,0.05), 
              0 8px 8px rgba(0,0,0,0.05),
              0 16px 16px rgba(0,0,0,0.05);

}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion2:hover {
  background-color: #ccc;
}


/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.chameleon {

  background-color: red;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  font-size: 16px;
  margin: 4px 2px;
  transition: 0.3s;

  border-radius: 5px;
  box-shadow: 0 1px 1px rgba(0,0,0,0.05), 
              0 2px 2px rgba(0,0,0,0.05), 
              0 4px 4px rgba(0,0,0,0.05), 
              0 8px 8px rgba(0,0,0,0.05),
              0 16px 16px rgba(0,0,0,0.05);

}


.chameleon:hover {
  background-color: black;
  color: white; 
  cursor: pointer;
}
.a5
{
    align-self: center;
    justify-self: center;
}