body {
    /*background-image: url("/img/Background-v2.jpg");*/
    background: url("/public/sites/informatics/img/Background-v2.jpg") no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: auto;*/
    background-color: white;
}
html, body {
    height: 100%;
    margin: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

.header-logo img {
    max-width: 100%;
    height: auto;
}
h1 {
    font-family: 'VT323';
    color: yellow;
    text-align: center;
}

h2 {
    font-family: 'VT323';
    color: white;
    margin-bottom: 20px;
}

a {
    font-family: 'VT323';
    color: white;
}

@media (min-width:992px) {
main {
    margin-top: 190px;
}
}

@media (max-width:992px) {
    main {
        margin-top: 80px;
    }
    }

.abc {
    min-height: 100%;
    margin-bottom: -50px;
}

.footer,
.push {
  height: 106px;
}

@media (max-width:1200px) {
    .footer {
        height: 200px;
    }
  }
@media (max-width:992px) {
    .footer {
        height: 250px;
    }
  }



main .container-fit {
    background: rgba(0, 0, 0, .7);
    margin-bottom: 20px;
    padding: 22px;
}
.container {
    padding-left: 0px;
    padding-right: 0px;
}

/*Navigation*/
nav {
    font-family: 'VT323';

}

.mynav {
    top: 80px;
    font-size: 40px;
    color: white;
    background-color: #10122B;
}
@media (min-width:992px) {
.k-mobile{
    display: none;
}
}

@media (max-width:992px) {
    .k-mobile{
        display: flex;
        background-color: #10122B;
        padding-left: 1rem;
        padding-right: 1rem;
    }
    }

.navbar-nav {
    margin: auto;
}

@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 2.5rem;
    padding-left: .5rem;
}
}
.navbar-light .navbar-nav .nav-link {
    color: white;
}
.navbar-light .navbar-nav .nav-item a:hover{
    color: grey;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: red;
}
.k-mobile .navbar-nav .active>.nav-link, .k-mobile .navbar-nav .nav-link.active {
    color: red;
}

.navbar-toggler {
    float: right;
    margin-top: 10px;

}

@media (min-width: 992px){
.header-logo{
    background-color: #10122B;
}
}
@media (max-width:992px) {
    header {
      display: none;
    }
  }

  @media (max-width:992px) {
    .mynav {
      display: none;
    }
  }


  footer{
    background: rgba(0, 0, 0, .7);
    padding: 10px;
    margin-top: 20px;
  }

@media (max-width: 1200px){
    .footer-links {
        text-align: center;
    }
}

  .footer-links li{
    display: inline;
    padding: 10px;
    font-size: 30px;
  }
.social-items li{
    display: inline;
    padding: 10px;
}
@media (max-width: 1200px){
    .social-items {
        text-align: center;
    }
}

/*Table*/
.noTableBoarder{
    border-color: transparent;
}

/*Post Its*/
.post-it {
    background-color: #fefabc;
    padding: 12px;
    margin-bottom: 18px;
    box-shadow: 0px 4px 6px #333;
    -moz-box-shadow: 0px 4px 6px #333;
    -webkit-box-shadow: 0px 4px 6px #333;
    text-align: left;
}

.turn3 {
    -moz-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.turn-3 {
    -moz-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.post-it-yellow {
    background-color: #faea78;
}

.post-it-red {
    background-color: #f2b6c1;
}

.post-it-green {
    background-color: #b2d292;
}

.post-it-blue {
    background-color: #9ed2de;
}

.tour-teaser{
    margin-top: 30px;    
}

/*Board*/
.board {
    text-align: center;
    margin-top: 30px;
}

.title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 0px;
}
.location {
    font-size: 20px;
    margin-bottom: 0px;
}
.info {
    font-size: 16px;
}
.readMore {
    text-align: right;
}

.effort{
    float:right
} 

.assignedTo{
    float:right
}



/*polaroid*/

.polaroid {
    background-color: white;
    padding: 20px 20px 10px 20px;
    background: linear-gradient(110deg, white, oldlace);
    box-shadow: 4px 4px 15px gray;
}

.polaroid-text {
    margin-top: 5px;
    text-align: center;
}

/*card*/

.card {
    background: rgba(0, 0, 0, .7);
}

.card-body {
    font-size: 20px;
    color: limegreen;
    margin-left: 50px;
    font-family: 'VT323';
}

@media (max-width:992px) {
    .card-body {
        margin-left: 0px;
        padding: 0;
        margin-top: 20px;
    }
  }


/*cli*/
.cli{
    font-family: Courier New;
    background-color: #1e1e1e;
    /*background: rgba(0, 0, 0, .7);*/
    color: white;
    padding: 30px;
}

.cli input:focus{
    outline: none;
}

main .cli {
    background-color: #1e1e1e;
}
#command{
    border: 0;
    font-family: Courier New;
    width:50%;
    color: white;
    background-color: #1e1e1e;
    border: 0;
    margin-left: 10px;
}



/*standard components*/
.text-block{
    margin-top: 30px;
    font-family: 'VT323';
    color: limegreen;
    font-size: 22px;
}

.members{
    margin-top: 60px;
    color: limegreen;
}

.youtube {
    position: relative;
    padding-bottom: 34.25%;
    padding-top: 0;
    height: 700px;
    overflow: hidden;
    margin-top: 30px;
}
@media(max-width: 1200px){
    .youtube{
        height: 600px;
    }
}

@media(max-width: 992px){
    .youtube{
        height: 500px;
    }
}


@media(max-width: 768px){
    .youtube{
        height: 400px;
    }
}

@media(max-width: 576px){
    .youtube{
        height: 250px;
    }
}

.youtube iframe,
.youtube object,
.youtube embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.download-ep{
    font-family: 'VT323';
    color: limegreen;
    font-size: 22px;
}

/* cookie table */
.cookie-table {
    border-collapse: collapse;
    width: 100%;
}
.cookie-table th,
.cookie-table td {
    border: 1px solid limegreen;
    padding: .5em .75em;
    text-align: left;
}

@media (max-width: 700px) {
    .cookie-table thead { display: none; }
    .cookie-table, .cookie-table tbody, .cookie-table tr, .cookie-table td {
        display: block;
        width: 100%;
    }
    .cookie-table tr {
        margin-bottom: 1em;
        border: 1px solid limegreen;
    }
    .cookie-table td {
        border: none;
        border-bottom: 1px solid rgba(50,205,50,.3);
        padding-left: 45%;
        position: relative;
        min-height: 1.5em;
    }
    .cookie-table td:last-child { border-bottom: none; }
    .cookie-table td::before {
        content: attr(data-label);
        position: absolute;
        left: .75em;
        width: 40%;
        font-weight: bold;
        color: limegreen;
    }
}