@font-face {
    font-family: 'Dosis';
    src: url('/fonts/Dosis-Book.ttf')  format('truetype'), /* Safari, Android, iOS */         
}

body {
  background-color: black;
  background-image: url('/pattern.png');
  background-repeat: repeat;
  background-size: auto;
  color: white;
  font-family: "Times New Roman";
  font-family: 'Dosis';
  height: 100%;
  font-size: 16px;
}

footer {
  z-index: 10;
  position: fixed;  
  bottom: -8px;
  left: -16px;
  width: 100%
}

.discord {
  white-space: nowrap;
}

.discord img {
  height: 14px;
  margin-bottom: -2px;
}

.discord:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
  cursor: copy;
}

a:link {
  font-size: 22px;
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: white;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

.clipboard {
  font-size: 14px;
}

.content {  
  max-width: 600px;
  margin: auto;    
  margin-top: 40px;
  padding: 20px 14px 20px 14px;    
  border-color: grey;
  border-width: 1px;    
  border-style: solid;
  border-radius: 2px;
  text-align: center;
  background-color: black;
  background-clip: padding-box;
  z-index: 1;
}

.content.intro{
  margin-top: 120px;
  margin-bottom: 60px;
}

.content.wide {
  max-width: 940px!important;
  width: auto!important;
  overflow:auto;
}

.subcontent {
  padding: min(10px, 1%);
}

.subcontent.half {  
  display: inline-block;
  vertical-align: top;
  padding: min(10px, 1%);
  max-width: 45%;
}

.subcontent.half:nth-child(1) {    
  border-color: grey;
  border-width: 1px;    
  border-style: none solid none none;
  padding-right: 10px;
}

.subcontent.half:nth-child(2) {
  padding-left: 10px;
}

.content.gallery{  
  margin: auto!important;  
  max-width: 940px!important;
  width: auto!important;  
  padding: 0!important;
  border-style: none;
  background-color: transparent;
  background-clip: padding-box;
}

@media only screen and (max-device-width: 480px), (max-width: 480px){  
  /* phones */
  .subcontent.half {  
    display: inline-block;
    vertical-align:top;
    padding: min(10px, 1%);
    max-width: 100%;
  }

  .subcontent.half:nth-child(1) {    
    border-color: grey;
    border-width: 1px;    
    border-style: none none solid none;
    padding-bottom: 20px;
  }

  .subcontent.half:nth-child(2) {
    margin-left: 0px;
    margin-top: 12px;
  }
}

footer .content {  
  margin-top: auto!important;
  left: 0px;
  right: 0px;
  padding: 6px 16px 16px 16px;  
  max-width: 406px!important;  
}

.pricetable, .pipeline, .compltabl{
  border-collapse: collapse;
  margin: auto;
  table-layout:fixed;
  width: 100%;
}

.pipeline tbody tr td{
  font-size: 16px;
  word-wrap: break-word;
  overflow-wrap:break-word;
}

.pipeline tbody tr td:nth-child(even){
  font-size: min(22px, 3vw);
  width: 22px;
}

.pricetable tbody tr td:nth-child(1) {
  min-width: 250px;
  max-width: 400px;  
}

.pricetable tbody tr td:nth-child(2) {
  max-width: 420px;  
}

.tdbg {
  display: inline-block;
  background: rgba(0, 0, 0, 0.65);
  border-color: black;
  border-style: solid;
  border-width: 1px;
  border-radius: 2px;
  background-clip: padding-box;
}

.subcontent.tablwrapm{
  max-width: 80%;
  margin: auto;
}

.subcontent.tablwraps{
  max-width: 90%;
  margin: auto;
}

.pricetable tbody tr:nth-child(n+2){
  border-color: grey;
  border-width: 1px;  
  border-style: none none solid none;
  padding-top: 10px;
}

.example{
  display: inline-block;
  height: 150px;
  width: 300px;
  overflow: hidden;
  border-color: grey;
  border-width: 2px 1px 2px 1px;    
  border-style: solid;
  border-radius: 2px;
}

.examples .example{
  overflow: hidden;
}

.onimage {
  text-align: right;
  font-style: italic;
  margin-top: -30px;
  padding-right: 10px;
}

hr{
  color: grey;
}

.mar {
  margin-top: -16px;
}

.example:hover{
  border-color: red; 
}

.example img{
  width: 120%;
  margin-top: calc(-6%);
  margin-left: -8%;
}

.example.h img{
  height: 120%;
  width: auto!important;
}

.example.tabl{
  margin-bottom: 26px;
}

.examples{
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  max-width: 80vw;
}

.p1 {
  margin: 0px;
  margin-bottom: 20px;
}

.cp1 {
  text-decoration: underline;
  font-size: 22px;
}

.content .left {
  text-align: left;
}

.small, .small a, .small .discord{
  font-size: 16px;
  text-align: center;
}

.freespace {
  height: 100px;
}

.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 140px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -75px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}