.img-fluid {
	max-height: 900px;
}

/* Roboto regular */

@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.eot");
    src: url("../fonts/Roboto-Regular.eot?#iefix") format('embedded-opentype'),
         url("../fonts/Roboto-Regular.woff2") format('woff2'),
         url("../fonts/Roboto-Regular.woff") format('woff'),
         url("../fonts/Roboto-Regular.ttf") format('truetype');
    font-weight: 400;
    font-style: normal;
}

/* Roboto italic */

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Italic.eot');
    src: url('../fonts/Roboto-Italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Italic.woff2') format('woff2'),
         url('../fonts/Roboto-Italic.woff') format('woff'),
         url('../fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

/* Roboto bold */

@font-face {
    font-family: "Roboto";
    src: url('../fonts/Roboto-Bold.eot');
    src: url('../fonts/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Roboto-Bold.woff2') format('woff2'),
         url('../fonts/Roboto-Bold.woff') format('woff'),
         url('../fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
body {
    font-family: 'Roboto',"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}.video_Container video{
    width: 100%;
}.video_Container {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.column-2{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}.slide_full { 
    height: calc(100vh - 4rem);
    background-color: #fff;
    align-items: center;
    display: flex!important; 
    z-index: 55555;
} .slide_full  .row>div {
    height: calc(100vh - 4rem);
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: center;
}.h1 {
    font-weight: 700;
    font-size: 3.5rem;
}.img_col {
    font-size: 1.3rem;  
    text-align: center;
} img.card-img-top {
    width: 100%;
    height: auto;
} 
.modal-dialog {
    max-width: 1700px;
    margin: 2rem auto;
    height: calc(100vh - 4rem);
}
.lead { 
    color: #c20402;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2rem;
    margin-bottom: 3rem;
    letter-spacing: 0.1rem;
}.close {
    float: none;
    margin-left: auto;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    background: #fff!important;
    text-shadow: none;
    opacity: 1;
    width: 5rem;
    box-shadow: 0 0 5px #0000003b;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    right: 3rem;
    top: 3rem;
}.text_col >div {
    overflow: auto;
    margin-top: 10rem;
} .handPointer svg {
    position: absolute;
    left: -50%;
    right: -50%;
    margin: auto;
    top: -50%;
    bottom: -50%;
    transform: rotate(
-90deg);
    opacity: 0.5;
} 
 .loghi img{
 width: 166px;}
 .bl {
    text-align: center;
    position: fixed; 
    bottom: 1rem;
    left: 1rem;
    width: 350px;
    display: block;
    text-shadow: 0 0 15px #000;
    font-size: 1.8rem;
	color:#fff;
}
 .loghi {
    text-align: center;
    position: fixed;
	font-size:2rem;
    bottom: 1rem;
    right: 1rem;
    width: 500px;
} .credits_logo{width:200px}

#intro .modal-dialog.w-100 {
    max-width: none;
    height: 100%;
    max-height: 100%;
    margin: 0;
}.btn{
    padding: 1rem 2rem;
    font-size: 1.7rem;}
	

#intro  .slide_full { 
    height: 100vh;
    max-height: 100%; 
}