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

body, html {
    font-family: Roboto, Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-y: hidden;  
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
    
/*-----HEADER NAVIGATION BURGER LIST LOGO------*/ 
    
/*---------- TOP LEFT ICON -------------*/
    
.fa-bars {
    color: #444;
    position: fixed;
    padding-top:16px;
    padding-bottom:16px;
    padding-left:20px;
    padding-right:20px;
    cursor: pointer;
    z-index: 10;
    overflow-y: hidden;  
    }

.fa-bars, .fa-2x {
    color: #444;
    position: fixed;
    overflow-y: hidden;  
    }
    
/*---------------- BURGER ---------------*/
    
#burger {
    display: block;
    position: fixed;
    }

nav ul {
    padding-left: 0;
    padding-top: -1;
    text-indent: 20px;
    //border: 1px solid #444;   
    }    
    
.navigation {
    display: block;
    }
    
.navigation-burger {
    display: none;
    }

.navigation-burger {
    position: absolute;
    top: 36px;
    left: -800px;
    max-width: 242px;
    width:100%;
    transition: left 0.25s ease;
    z-index: 99;
    }


.navigation-burger.is-active {
    position: absolute;
    left: 0px;
    }

.navigation-burger .list.is-active {

    }

.navigation-burger .item {
    background: rgba(246, 246, 246, 0.9);
    border-top: 1px dotted #444;
    //border-right: 1px solid #aaa;
    display: block;
    height: 40px;
    line-height: normal;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    -webkit-flex: 1;
    align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
    }

 /*.navigation-burger.item:nth-child(1) {
    border-top: 0px;
}*/

.navigation-burger .item:hover {
    background: rgba(208, 208, 208, 1);
    
    }

.navigation-burger .item a:hover {
    border-bottom: 0px
    }

.navigation-burger .item.is-active:first-child {
    border-top: 0px;

    }

.navigation-burger .item .link {
    align-items: center;
    color: #444;
    display: flex;
    display: -webkit-flex;
    flex: 1;
    -webkit-flex: 1;
    height: 40px;
    justify-content: center;
    }

a .item {
    display: inline-block;
    height: 20px;
    color: #444;
    text-decoration: none;
    font-size: 1em;
    font-weight: 300;
    margin: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    
.header {
    float: left;
    position: fixed;
    top: -31px;
    left: 50px;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: -0.05em;    
    }
    
    
    
/*------------- INTRO --------------*/    
    
 /* .arrowdown {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-top: 50px;    
    align-items:center;
    align-content:center;
    justify-content: flex-start;  
}    
    
.arroff {
    display: none;
    }*/

.uismall {
    max-width: 750px;
    position: relative;
    color: #444; 
    font-size: 13px;
    scroll-behavior: smooth;
    margin-bottom: 20px;
    }

 .footer-intro {
    bottom: 10px;
    font-size: 12px; 
    position: fixed;
    color: #666;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    }

.marger {
    top: 0;
    height: 100%;
    width: 100vw;
    box-sizing: border-box;
    background-image: url("../img/danzchural_intro_4c.gif");
    background-repeat: no-repeat;
    background-size: cover;  
    background-position: center;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size:cover;
    z-index: -1;  
    position: fixed;
    cursor: pointer;
    overflow-y: hidden;
} 

.margerc {
    cursor: pointer;
    height: 100%;
    width: 100vw;
    z-index: -2;  
    top: 0;
    position:fixed;
    overflow-y: hidden;
    background: #e4e4e4;
    }    
    
  .image-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    z-index: 3;  
    }

.ag {
    display: flex;
    width: 750px;
    height: 562px;
    max-height: 562px;
    max-width: 750px;
    //scroll-behavior: smooth;
    //transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }

.image-container video {
    width: 100%;
    }
    
.cap-intro {
    position: relative;
    display: none;    
    font-size: 1px;
    color: #444; 
    margin-top: 10px;
    scroll-behavior: smooth;
    transition: font-size 1.2s ease-in-out;
    }
    
.agt {
    scroll-behavior: smooth;
    font-size: 11px;
    display: block;
    transition: font-size 1.2s ease-in-out;
    }    

.project {
    display: none;
    position: relative;
    font-size: 12px;
    }    
    
.textBlock {
    position: relative;
    display: flex;
    flex-direction: column;    
    }

h1{
    margin-left: -50px;
    color: #444444;
    width: 750px;
    font-size: 32px;   
    font-weight: 500;
    }   

h2{
    color: #444444;
    width: 750px;
    font-size: 24px;   
    font-weight: 500;
    margin-top: 20px;
    }   

h2.header {    
    margin-top: 40px;    
    }
    
p {
    max-width: 750px;
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 20px;
    }

a {
    color: #435558;
    text-decoration: none;
    }

a:hover {
    text-decoration:none;
    }

ul li a {
    color: #435558;
    //border: 1px solid #444;
    text-decoration: none;
    }
}

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

.fa-bars {
    padding-top:18px;
    }
}

        

/*--------------- W RESPONSIVE 1120px MAX --------------*/
    

@media only screen and (max-width: 1120px) {
        
.ag {
    display: flex;
    width: 500px;
    height: 375px;
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }    
}


@media only screen and (max-height: 768px) {
        
.ag {
    display: flex;
    width: 500px;
    height: 375px;
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }
}    
    
@media only screen and (max-height: 640px) {
        
.ag {
    display: flex;
    width: 320px;
    height: 240px;
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }
    
}

@media only screen and (max-height: 480px) {

.fa-bars {
    padding-top:18px;
    }

        
.cap-intro {
    width: 160px;
    left: calc( 50% + 250px);
    margin-top: 0px;
    }        

.image-container {
    display: flex;
    flex-direction: row;
    flex-grow: 3;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }

.image-container video {
    width: 100%;
    position: fixed;
    }
    
    
.ag {
    display: flex;
    width: 320px;
    height: 240px;
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }
    
.agt{
    display: block;
    }

.footer-intro {
    bottom: 10;
    text-align: right;
    right: 20px;
    position: fixed;
    font-size: 7pt;
    }
}


    
    
/*--------------- W RESPONSIVE 320px MIN 840px MAX--------------*/
    

@media only screen and (max-width: 840px) {
        
h1 {
     width: 320px;
     margin-left: -25px;
     font-size: 28px;
    }
        
h2 {
     width: 320px;
     font-size: 22px;
    }
        
p {
     width: 320px;
    }

.footer-intro {
    bottom: 10;
    position: fixed;
    }

.image-container {
    width: 0px;
    height: 0px; 
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }

.ag {
    display: flex;
    width: 320px;
    height: 240px;
    scroll-behavior: smooth;
    transition: width 1.2s, height 1.2s, top 1.2s, left 1.2s ease-in-out;
    }

.cap-Intro {
     font-size: 1px; 
     margin-top: 2vh;  
     opacity: 0; 
     display: none;
     //transition: opacity 1.2s ease-in-out;      
     scroll-behavior: smooth;
     transition: opacity 1.2s ease-in-out, font-size 1.2s ease-in-out;
  
    }
    
.agt {
     font-size: 11px;
     opacity: 1;
     display: block;
     //flex-direction: column;
     //scroll-behavior: smooth;
     transition: opacity 1.2s ease-in-out, font-size 1.2s ease-in-out;
    }  
}  