html, body {
	height: 100%;
}

body{
    background-image: url("../img/barna.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;
}

body:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.75);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
    z-index: -1;
}


.heading{
    text-align: center;
    font-size: 3.5rem;
    font-family: 'FontAwesome';
    color: white;
}


#display{
    background-image: url("../img/barna.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-color: black;

    height: 100%;
    min-height: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.images
{
    max-width: 130px; 
    border-radius: 36px;
    float: right;
}

.justify-content-between-custom {
        -ms-flex-pack: justify!important;
        justify-content: space-between!important;
}


/* On screens that are 992px or less*/
@media screen and (max-width: 1380px) {

    .container {
        max-width: 900px;
    }
    
}


/* On screens that are 992px or less*/
@media screen and (max-width: 1200px) {

    .container {
        max-width: 780px;
    }
    
}



/* On screens that are 992px or less*/
@media screen and (max-width: 992px) {

    body{
        background-image: url("../img/iPad/barnaipad.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
    }

    
    #display{
        background-image: url("../img/iPad/barnaipad.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;

        height: 100%;
        min-height: 100%;
        z-index: 10;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }

    .justify-content-between-custom {
        -ms-flex-pack: justify!important;
        justify-content: center!important;
    }
}


@media screen and (max-width: 767px) {

    body{
        background-image: url("../img/mobile/barna tlf.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-color: black;
    }
}



/* On screens that are 992px or less*/
@media screen and (max-width: 410px) {

    .tab-version
    {
        display: none !important;
    }
    
    .super-small-mob{
        display: block !important;
    }
    
}

/* On screens that are 410px or more*/
@media screen and (min-width: 410px) {

    .super-small-mob{
        display: none !important;
    }
    
}

