/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 22, 2020, 4:36:31 AM
    Author     : fcp
*/

body { 
    /*padding-top: 55px;*/ 
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    opacity: 0.65;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.bgimg-1 {
    background-image: url("imgRobotVision/bg1.jpg");
    min-height: 50%;
}

.bgimg-2 {
    background-image: url("img_parallax2.jpg");
    min-height: 400px;
}

.bgimg-3 {
    background-image: url("img_parallax3.jpg");
    min-height: 400px;
}

.caption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #000;
}

.caption span.border {
    background-color: #aaa;
    color: #fff;
    padding: 18px;
    font-size: 25px;
    letter-spacing: 10px;
}



/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
    .bgimg-1, .bgimg-2, .bgimg-3 {
        background-attachment: scroll;
    }
}

@font-face {
    font-family: vag;
    src: url(fonts/VAG-HandWritten.otf);
}

.caligr {
    font-family: vag;
    font-size: 32px;
    text-shadow: 2px 2px 1px rgba(0,0,0,0.1); 
}
.poiima {
    font-family: vag;
    font-size: 25px;
    text-align: center;
}
.bc-light {
    background-color: #ffffff;
}
.bc-smoke {
    background-color: #f9f9f9;
}
.bc-dark {
    background-color: #343a40;
    color: #ffffff;
}
.bc-black {
    background-color: #000000;
    color: #ffffff;
}

.color-blue-sh {
    /*color: #0299ff;*/
    color: #343a40;
    text-shadow: 0px 0px 4px #0299ffaa;
}
.color-blue {
    color: #0299ff;
}
.card {
    background-color: #f5f5f5;
} 


.cover-tile-image {
    padding-right: 0px;

    /*box-shadow: 2px 2px 4px #00000055;*/

}
.cover-tile-text {
    font-size: 40px;
    letter-spacing: 3px;
    color: #444;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-shadow: 2px 2px 4px #00000055;

}

.uup {
    margin-top: -50px;
    position: relative;
}

.img-rount {
    padding: 5px;
    border-radius: 10px;

}  
.video-rount {
    padding: 5px;
    border-radius: 10px;

}  





html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
  background-color:#fff;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  
  opacity: 0.3;
  z-index: initial;
}
.content {
  flex: 1 0 auto;
  z-index: 10;
  
}
.footer {
  flex-shrink: 0;
  z-index: 12;
}