#cookiebar{


    color: #fff;
    font-weight: 300;
    background: #45484d;
    background: -moz-linear-gradient(top,rgba(30,30,30,.95) 0,rgba(0,0,0,.95) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(30,30,30,.95)),color-stop(100%,rgba(0,0,0,.95)));
    background: -webkit-linear-gradient(top,rgba(30,30,30,.95) 0,rgba(0,0,0,.95) 100%);
    background: -o-linear-gradient(top,rgba(30,30,30,.95) 0,rgba(0,0,0,.95) 100%);
    background: -ms-linear-gradient(top,rgba(30,30,30,.95) 0,rgba(0,0,0,.95) 100%);
    background: linear-gradient(to bottom,rgba(30,30,30,.95) 0,rgba(0,0,0,.95) 100%);
    font-family: 'Nunito', sans-serif;;
    font-size: 10pt;
    left: 0;
    line-height: 1.5;
    margin: 0;
    padding: 3px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
.card-youtube {

    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 0.25rem solid #cc181e;

}
.card-youtube {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #c8c8c8;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}

.contact-section .card-twitch {

    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom: 0.25rem solid #FFF;

}
.card-twitch {

    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #180C2D;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;

}
.img-logoavatar-twitch {

    width: 128px !important;
    height: 128px !important;
    border-radius: 10px;
    margin-bottom: 10px;

}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
}

@media screen and (max-width: 440px) {
    h1 {
        font-size: 1.3rem !important;
    }
}
#mainNav {

    min-height: 56px;
    background-color: #14141480;
}
#mainNav .nav-link {
    transition: none;
    padding: 2rem 1.5rem;
    color: rgb(255, 255, 255);
}
.ice-white:hover{
    color: #fff;
}
.ice-white:hover{
    color: #fff;
}
.img-partners-2 {
    height: 128px !important;
    margin-bottom: 10px;

}
.btn {
    box-shadow: 0 0.1875rem 0.1875rem 0 rgba(0, 0, 0, 0) !important;

    padding: 10px;

    font-family: 'Nunito', sans-serif;

    font-size: 80%;

    text-transform: uppercase;

    letter-spacing: .15rem;

    border: 0;

    border-radius: 0px;
}
.btn:hover{
    background-color: #336dff;
}
.btn-outline-primary {

    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;

}
.img-lastnews{
    border-radius: 2%;
}
.img-icon{
    width: 64px;
    height: 64px;
}
.img-icon-32{
    width: 32px !important;
    height: 32px !important;
}
.img-logoavatar{
    width: 128px !important;
    height: 128px !important;
    border: 5px solid #3164a9;
    border-radius: 10px;
    margin-bottom: 10px;
}
.img-logoavatarbig{
    width: 256px !important;
    height: 256px !important;
    border: 5px solid #272727;
    border-radius: 10px;
    margin-bottom: 10px;
}
.img-partners{
    width: 128px !important;
    height: 128px !important;
    margin-bottom: 10px;
}
.mw-color{
    color: #3164a9 !important;
}
.mw-backgroundcolor{
    background-color: #3164a9 !important;
}
.mw-backgroundcolor-2{
    background-color: rgb(15, 15, 20) !important;
}

.spaceBtCard{
    padding-bottom: 10%;
}

body{
    font-family: 'Nunito', sans-serif;
}
div.newsHeadBackground{
    /*background-color: linear-gradient(#1b1e21 0%, #1a1a22 26%, #15151d 100%);*/
    background: linear-gradient(to right, #1b1e21 , #0a1421);
    height: 50px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-left: 25px;
    border: 2px solid #3164a9;
}
.card-1 {

    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: #1b1f26;
    border-radius: .25rem;
}
.rounded-0-1 {
    border-radius: 5px !important;
}
.btn-login:hover {

    color: #fff;
    background-color: #008ea5e6;
    border-color: #008ea5e6;

}
.btn-login {

    color: #fff;
    background-color: #3164a9;
    border-color: #3164a9

}
.pointer{
    cursor: pointer;
}