
/* CSS Document */
@font-face {
  font-family: pokemon;
  src: url('../fonts/Pokemon Solid.ttf');
}
@font-face {
  font-family: bauhaus;
  src: url('../fonts/bauhaus-heavy-outline-regular.ttf');
}

.background-theme {
    /*background-color: #272d3b;*/
    /*background-color: #233c40;*/
    background-color: #1f334d;
}
.services {
    background-color:#1f334d;/*#494e58;*/
}
footer {
    background-color: #1f334d;
}

.subscriber-text {
    -webkit-text-stroke: 0.5px black;
    /*text-decoration-line: underline;*/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.pokemon-text {
    font-family: pokemon;
    color: #ffcb08;/*#FFE030;*/
    -webkit-text-stroke: 1.5px #366DAC;/*blue;*/
    /*text-decoration-line: underline;*/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #1d2c5f,/*#366DAC,*/
     -1px -1px 0 #1d2c5f,  
      1px -1px 0 #1d2c5f,
      -1px 1px 0 #1d2c5f,
       1px 1px 0 #1d2c5f;
    /*
    font-family: 'Pokemon Solid';
    font-size:3.5rem;
    color: #ffcb08;
    -webkit-text-stroke: 3px #366DAC;
    text-shadow: -3px 5px 0 #1d2c5f;
    */
}

.go-text {
    font-family: pokemon;
    color: #193aa9;
    /*background-color: #f8f9fa;*/

    border-radius: 50%;

    -webkit-text-stroke: 1px #ffc107;
    /text-decoration-line: underline;/
    font-weight: bold;
    text-shadow:
       2px 2px 0 #007bff,
     -1px -1px 0 #007bff,
      1px -1px 0 #007bff,
      -1px 1px 0 #111A45,
       1px 1px 0 #212529;
    /*
    font-family: bauhaus;
    color: #fff;
    background-color: #0B4DA3;
    
    border-radius: 50%;
    
    -webkit-text-stroke: 1.5px #fff;
    font-weight: bold;
    text-shadow:
       2px 2px 0 #111A45,
     -1px -1px 0 #111A45,  
      1px -1px 0 #111A45,
      -1px 1px 0 #111A45,
       1px 1px 0 #111A45;
    */
}

.bronze-text {
  color: #977a1f
}
.silver-text {
  color: #a7b6b2
}
.gold-text {
  color: #c27c0e
}
.diamond-text {
  color: #bceaec
}
.sapphire-text {
  color: #0deafd
}
.platinum-text {
  color: #bff6b3
}
.whale-text {
  color: #335591
}

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}

.jumbotron {
    padding: 10px;   
}