body, input, textarea, select {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif!important;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #232323;
    background-size: cover;
    transition: all 1s;
    position: relative;
    left: 0px;
    background: #232323 url(/images/body_bg.png) no-repeat right 25px!important;
}
body, body p,footer{

    color:white!important;
}
body #page-container{
    position: relative;
    min-height: 100%;
}

/*
.header-bg{
    background-image: url("/images/bg2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: calc(100% + 95px)
}*/
.bg-img{
    width: 100%;
    height: auto;
    max-width: 100vw;
    display: block;
    margin: auto;
    margin-bottom: 80px;
}

body .content{
    max-width: 1000px;
    padding: 15px;
    margin: auto;
    padding-bottom: 2.5rem
}

body .content h2{
    font-weight: 300;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 1.2em;
    text-align: center;
    margin: 30px 0 ;
}
body .content p, body .content li, body .content td{
    font-weight: 400;
    line-height: 1.2;
    word-wrap: break-word;
    font-size: 24px;
    text-align: center;
}
.content li, body .content td{
    text-align: left!important;
}

a.nav-link.activeMenu{
    border-bottom: 2px dashed #7fb826;
}


form .form-control{
    border-radius: 0;
}
form .form-group{
    margin-bottom: 15px;
}
form .form-group input[type="submit"].form-control{
    max-width: max-content;
}

#formContainer{
    display: block;
    margin: auto;
    width: 400px;
}
input[type="submit"].form-control{
    margin: auto;
}

body #counterMainBox{
    display: none;
}

body ul {
    list-style-image: url('/images/list_favicon2.png');
}
body ol {
    list-style-image: url('/images/list_favicon_ures.png');
}

body .text-left{
    text-align: left!important;
}


body #regButton,body #submissionButton,body #scrollUp,body #scrollDown{
    border: 7px solid rgb(163, 207, 49);
    width: max-content;
    position: fixed;
    background-color: rgb(163, 207, 49);
    color: black;
    font-size: 25px;
    font-weight: bold;
    -webkit-transition: all ease 0.6s;
    -moz-transition: all ease 0.6s;
    transition: all ease 0.6s;
    text-decoration: none;
}
body #regButton,body #scrollUp,body #submissionButton{
    cursor: pointer;
    right: -400;
}
body #scrollDown{
    right: 1%;
    bottom: 10%;
    padding: 15px;
}
body #regButton,body #submissionButton{
    bottom: 20%;
    padding: 15px;
}

body #scrollUp{
    bottom: 100px;
    padding: 2px 5px;
    font-size: 30px;
}


footer{
    position: absolute;
    bottom: 0;
    left:0;
    width: 100%;
    height: 2.5rem
}
footer .container{
    width: 100%;
    max-width: 100%;
}
footer .logo-container{
    padding: 0 15px;
}
footer .logo-container a{
    width: 100%!important;
    height: 100%!important;
    display: flex;
}
footer .logo-container img{
    display: block;
    width: 200px;
    margin-top: auto;
}
footer .logo-container .col-6:first-child img{
    display: block;
    margin-right: auto;
}
footer .logo-container .col-6:nth-child(2) img{
    display: block;
    margin-left: auto;
}

footer .gradient{
    background-image: linear-gradient(180deg, #232323 30%, #7fb826 100%) !important;
    height: 50px;
}

.smallText{
    font-size: 16px!important;
}



body #regButton,body #scrollUp,body #scrollDown,body #submissionButton{
    z-index: 1;
}


@media (max-width: 768px) {
    body .content h2{
        font-size:28px;
    }
    body .content p, body .content li, body .content td{
        font-size: 16px;
    }

    body #regButton,body #scrollUp,body #scrollDown,body #submissionButton{
        font-size: 20px;
        padding: 5px;
    }
    body .logo-container img{
        width: 130px;
    }
}
  