    #countdown {
        font-weight:bold;
        font-size:2em;
        left:50%;
      /*  top:15%; */
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
       
    }




a, a:hover
{

  color:red;  
}

p
{
font-size:1.2rem;

}


.headline

{
font-size:1rem;
  text-align: center;
}

.albumContainer
{
max-width:60%;
margin:auto;
}

.counter-container

{  
  
  position:relative;
  display:block;
  border-color:14px solid white !important;
  cursor:pointer;

  background-image: url("/public/img/all you desire.jpg");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  
  width: 250px;
  height:250px;
 
    
 margin:auto;
   }

   #clicktobuy

   {
    position: absolute;
left: 50%;
bottom: 20px;
transform: translate(-50%, -50%);
margin: 0 auto;

   }

#headline
{
width:inherit;
margin:auto;
text-align:center;
font-size:1.4vw;
padding-bottom:0;
text-shadow: 2px 2px #000000;
}
#countdown
{
margin-top:5px;
margin-left: auto; 
margin-right: auto; 
position:absolute;


}

h1 {
font-weight: normal;
letter-spacing: .125rem;
text-transform: uppercase;
}

ul.counter
{
margin:0;
padding:0;
margin:auto;
text-align:center;

}
ul.counter > li {
display: inline-block;
font-size:1.2vw;
text-shadow: 2px 2px #000000;
list-style-type: none;
padding: 0 1em 0 1em;
text-transform: uppercase;
}

ul.counter > li  span {
display: block;
font-size: 1.2vw;
text-shadow: 2px 2px #000000;
}

.emoji {
display: none;
padding: 1rem;
}

.emoji span {
font-size: vw;
padding: 0 .5rem;
}





.seo_stuff
{
    margin-left:-1000px;
    display: none;
    height:1px;

}

/* Social Web Resolution */
ul.social-media-list {
    list-style-type: none;
    padding-left:0px;
   
}
ul.social-media-list li {
margin-left:0px;
margin-bottom:12px;
}

.social
{
    margin-top:100px;
    float:left;
    width:40px;
}

.fa
{
    color:#ef2924;
    font-size:24px;
}
.fa:hover
{
    color:white;
}
.fa:visited
{
    color:#ef2924;
}

/*Navigation */

@charset "UTF-8";

span.level  {

    display:inline;
}

.title
{
font-size:18px;
font-weight:bold;

}

.titleDescriptor
{
margin-top:-20px;

}

.fa-bell
{
    font-size: 1.2em;
    color: white;

}


#notifications
{
font-size: 0.8em;
font-weight: bold;
top: 28px;
left: 18px;
color: #f10101;
position:absolute;

}


.page {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
}

.navigation {
    height: 70px;
    background: transparent;
}

.brandAndLogin {

    position: absolute;

    width: 210px;

    line-height: 70px;
    text-transform: uppercase;
    font-size: 1.4em;

}

.brand {
    float: right;


}

.login {
    display:none;

    float: left;
    font-size: .8em;
    color: #ffffff;

}

.brand a,
.brand a:visited,
.login a,
.login a:visited {
    color: #ffffff;
    text-decoration: none;
}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;

}

nav {
    float: left;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    float: left;
    position: relative;
}

nav ul li a,
nav ul li a:visited {
    display: block;
    padding: 0 20px;
    line-height: 70px;
    background: transparent;
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:hover,
nav ul li a:visited:hover {
    background: #ef2924;
    color: #ffffff;
    text-decoration: none;
}

nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
    padding-left: 4px;
    content: ' ▾';
}

nav ul li ul li {
    min-width: 190px;
}

nav ul li ul li a {
    padding: 15px;
    line-height: 20px;
}

.nav-dropdown {
    position: absolute;
    display: none;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    height: 70px;
    width: 70px;
}

@media only screen and (max-width: 798px) {

    p
    {
    font-size:1rem;
    
    }


    .nav-mobile {
        display: block;
    }
    .fa
{
  font-size:16px;
}

    nav {
        width: 100%;
        padding: 70px 0 0px;
    }

    nav ul {
        display: none;
    }

    nav ul li {
        float: none;
    }

    nav ul li a {
        padding: 15px;
        line-height: 20px;
    }

    nav ul li ul li a {
        padding-left: 30px;
    }

    .nav-dropdown {
        position: static;
    }
}

@media screen and (min-width: 799px) {
    .nav-list {
        display: block !important;
    }
}

#nav-toggle {
    border-color:4px solid yellow;
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0px;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: #ffffff;
    position: absolute;
    display: block;
    content: '';
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

/* #### Navigation #### */

body {
    background-image: url('/public/img/background_web.jpg');
background-color: black;
background-repeat: no-repeat;
background-size: 100%;
background-attachment: fixed;

}

article {
    max-width: 1000px;
    margin: 0 auto;
    margin-top:40px;
    padding: 10px;
    color:white;
}

/* collapsable tables */

.modalFetchingData {
    text-align: center;
    margin: auto;
    font-size: 2.5em;


}

.modal-for-checkboxes {
    top: 0px;
    position: absolute;
    width: inherit;
    background-color: white;
    opacity: 0.5;
    height: inherit;
    bottom: 0px;

}

.modal-for-checkboxes-hidden {
    display: none;

}

.spells-page,
#classes,
.text-filters {

    font-size: 1em;

}

p.divider {
    display: block;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    background-color: #2581DC;
    color: white;

}

.spell-description {

    font-size: 0.9em;
    margin-bottom: 0px;

}

.eyeclick {

    cursor: pointer;

}

#spellLevelAllOrNone {
    font-size: 0.8em;
}

.br-theme-fontawesome-stars .br-widget a {
    font-size: 1em !important;


}

.rating-success-update {

    font-size: 0.6em;
    margin-top: -7px;
    width: auto;
    text-align: center;
    color: #0ea70eab;
}


/*  MOBILE */


@media screen and (max-width: 799px) {
    
    
        #countdown {
        font-weight:bold;
        font-size:1.4em;
        left:50%;
        top:20%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        position:absolute;
    }


    #headline
    {
    
      font-size:2.4vw;
    
    }
     
     
      ul.counter > li {
     
      font-size:2.2vw;
    }
    
    ul.counter > li  span {
       font-size:2.2vw;
     }
    
    
      
    
      .counter-container
      {
        clear:both;
    height:200px;
    width: 200px;
    
      }
    
    
      h1 {
        font-size: calc(1.5rem * var(--smaller));
      }
      
      li {
        font-size: calc(1.125rem * var(--smaller));
      }
      
      li span {
        font-size: calc(3.375rem * var(--smaller));
      }

    .social
    {
        left:0;
        right:0;
        top:-85px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        width: 50%;

    }


    ul.social-media-list > li {
    display: inline-block;
    /* You can also add some margins here to make it look prettier */
    zoom:1;
    *display:inline;

    padding:0px 5px 0px 5px;
    margin-bottom:0;
    /* this fix is needed for IE7- */
}

 

}

@media screen and (max-width: 600px) {

    .table-spellsTable {

        font-size: 0.7em;

    }

    .spell-description {
        font-size: 1.2em;


    }

}
.form-control
    {
font-size:0.8em;

    }
@media screen and (max-width: 360px) {

    .table-spellsTable {

        font-size: 0.61em;

    }

    /* also shrink school and tags columns a bit */
    .table-column-decrease-text-size {
        font-size: 0.9em;

    }

    /* spell descriptions, font can be a bit bigger */
    .spell-description {
        font-size: 1.2em;


    }

}


/* encounter stuff */


#monster-description {

    font-size:0.8em;
    margin-left:10px;
}

#monster-description h2, #monster-description h1
    {
    font-size: 1.5em;
    margin: 10px 0px 0px -10px;
    }

    #monster-description h3
    {
    font-size: 1.3em;
  
    margin: 10px 0px 0px -10px;
    }



 