.about {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    font-size: 1.2rem;
       height:200px;
        border-radius: 25px;
        padding: 20px;

}

.aboutImage {
    height: 383px;

}


article {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 80px;
    padding: 10px;
    color: white;
}

.pieroantonio
{

    z-index: -1;
    background-image: url('/public/img/piero and tony.png');
    background-repeat: no-repeat;
    height: 340px;
    float: right;
    margin-right: 20px;
    width: 350px;
    background-size: 350px;
  
}


.logo
    {
position:absolute;
z-index:-1;
background-image: url('/public/img/logo.png');
background-repeat: no-repeat;
height:250px;
float:left;
margin-left:20px;
width:250px;
background-size: 250px;
        
    }

a,
a:hover {

    color: #7d0101;
}

p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    background: rgba(255, 255, 255, 0.5);
    color: #000000;
    font-size: 1.2rem;
  
        border-radius: 25px;
        padding: 20px;
      



}


.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;

    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;


}

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;
    padding: 15px;
    float: left;
    width: 50px;
    background: rgba(255, 255, 255, 0.7);
}

.fa, .fa-brands {
    color: #7d0101;
    font-size: 32px;
    width:32px 
}

.smallerSocial
    {
        font-size:25px !important;
        margin-left: -2px !important;

    }


.fa:hover {
    color: rgb(0, 0, 0);
}

.fa:visited {
    color: #7d0101;
}

/*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: right;
}

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: #000000;
    font-size: 1.2em;
    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) {

    article
    {
    margin-top:15px;

    }

    p {
        font-size: 1rem;

    }


    .nav-mobile {
        display: block;
    }

    .fa, .fa-brands {
        font-size:13px;
        padding: 1px;
        width: 6px;
    }
    .smallerSocial
        {
            font-size:11px !important;
            width: 6px;

        }

    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) {





    .logo
    {
    position:absolute;
    z-index:-1;
    background-image: url('/public/img/logo.png');
    background-repeat: no-repeat;
    height:250px;
    float:left;
    margin-left:20px;
    width:250px;
    background-size: 250px;
        
    }





    .nav-list {
        display: block !important;
    }
}

#nav-toggle {

    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: #000000;
    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: repeat;
    background-size: 100%;

}


/* 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) {
    p{
        width:95% !important;
        margin:auto;

    }

    .pieroantonio
    {
    clear:both;
        position:relative;
        z-index: -1;
        background-image: url('/public/img/piero and tony_just.png');
        background-repeat: no-repeat;
        height: 224px;
        float: none;
        margin: auto;
    }



    .logo{

    
        width: 50%;
        margin: auto;
        position: relative;
        float: none;
        background-size: 150px;
        height: 100px;

    }


    #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 {
        display:none;
        /*
        padding:0px;
        right: 0px;
        top: -100px;
        position: absolute;
        background-color:transparent;
        width:auto;
        */
    }


    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;


    }

}