<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap" rel="stylesheet">






.bgAttach
{
    background-size: cover;
    margin-top: 0;
    align-items: center;
    background-position: center;
    min-height: 0;
    padding-bottom: 0;
    padding-top: 0;
}

#breadcrumb {
  display: none;
}

p.lead {display: none;}

body  {
  font-family: "Syne Mono", serif;
  font-weight: 400;
  font-style: normal;
}

p  {
  font-family: "Syne Mono", serif;
  font-weight: 400;
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Syne Mono", serif;
  font-weight: 700; 
  color: #d1b000;
  text-shadow: 1px 1px 3px rgba(255, 215, 0, .5);
letter-spacing: 2px;
}

h1 {font-size: 2.5rem!important; text-transform: uppercase;}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

main a {
    color: rgb(29, 43, 54);
    border-bottom: 0px solid rgb(29, 43, 54);
}

main a:hover {
    color: rgb(29, 43, 54);
    border-bottom: 0px solid rgb(29, 43, 54);
}

.bgblack {
    background-color: #000000 !important;
border-bottom: solid 1px #fff !important;
}

/* SECTION 1 */

.section-1 {
}

.section-1 h3{text-shadow: 1px 1px 3px rgba(255, 255, 255, .5);}


/*.scientificwrestler{
   background: #000000
}*/

.scientificwrestler{
   background-color: #ffffff;
  background-image: url(/public/images/white_backgound-2A-transparent.png);
  background-repeat: repeat;
}

@media (max-width: 767.98px) {
  .scientificwrestler {
background-image: none !important;
    background-color: #ffffff !important;
  }
}

.scientificwrestler-transparent{
   background-color: transparent;
  background-image: url(/public/images/transparent_backgound-chemistry-1.png);
  background-repeat: repeat;
}

.video_header {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}

.overview {
    flex-direction: column;
    min-width: 0;
    color: #030708;
    word-wrap: break-word;
    background: rgb(240,240,240);
background: radial-gradient(circle, rgba(178,178,178,1) 20%, rgba(153,153,153,1) 40%, rgba(127,127,127,1) 60%);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.overview_2 {
    flex-direction: column;
    min-width: 0;
    color: #030708;
    word-wrap: break-word;
    background-color: rgba(255,255,255);
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

.fa-gradient {color: #d1b000;}

.scientificwrestler_2{
   background-color: #7f7f7f;
  /*background-image: url(/public/images/white_backgound-2-transparent.png);
  background-repeat: repeat;*/

}

.section-2 h4 {font-size: 2rem!important;}

.section-10 {}

.aff_box {
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;  
  background: rgb(240,240,240);
background: radial-gradient(circle, rgba(178,178,178,1) 20%, rgba(153,153,153,1) 40%, rgba(127,127,127,1) 60%);
}

.aff_box_body {
    padding: 1.25rem;
}


.testimonials .card-text{
color: #212529!important;
}

.colortestimonials .card{
color: #ffffff!important;
background-color: #000000;
}

.affiliates .card
{
position: relative;
    background-image: linear-gradient(to right, #020514, #111216, #1C1D21, #202125);
    background-color: #020514;
    background-clip: border-box;
    border-top: 1px solid #45484d;
    border-radius: 20px;
}

.affiliates .card-title{color: #fff; text-align: center;}
.affiliates .card-subtitle{color: #fff; text-align: center;}
.affiliates .card-text{color: #fff!important; text-align: center; font-size: 12px;}

.background{
background-color: #020514;
opacity: .2;
border-top: 1px solid #45484d;
border-radius: 20px;
}

p:nth-child(3) {
    color: #fff !important;
}

  .custom-bordered-table th,
  .custom-bordered-table td {
    border: 1px solid #333 !important; /* dark gray or use #000 for black */
  }

  .custom-bordered-table {
    border-color: #333 !important;
  }

/*

.custom-heading {
 animation: fadeIn 5s;
}

.custom-body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px; 
animation: fadeIn 5s;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}
*/


.inner_small {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}

.inner_medium {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}

.button-yellow {
 background-color: #ffd700;
  border: none;
  color: #000000!important; 
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30px;
  transition: background-color 0.3s ease; 
  text-transform: uppercase;
  border-radius: 15px;
  font-weight: 900;
}

.button-yellow:hover {
background-color: #d1b000;
  color: #000000!important;
 text-decoration: none;
}



.section-5 {
  background: #7f7f7f;
 
}



p.section-author {
   font-family: Montserrat,sans-serif;
  font-size: .8rem;
  color: #ffffff;
  text-decoration: none;
}

.bottomline{
    border-radius: 3px;
border-top: solid 1px #F1F3F5;}

@media (min-width: 1200px) {
    .col-lg-1-5 {
      flex: 0 0 20%;
      max-width: 20%;
    }
  }

