/**
Theme Name: Astra Demo
Author: Exo
Author URI: https://exo.uk
Description: A fast WordPress theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-demo
Template: astra
*/


canvas#myCanvas {
  width:100%;
  height:100%;
  position:absolute;
}
canvas#CloudWater {
  width:100%;
  height:100%;
  position:absolute;
}
#videotitle {
    position: absolute;
    left:10%;
    top:10%;
    z-index: 99;
}

#scrolldown {
position: absolute;
left:40%;
top:40%;
z-index: 99;
}
#videotitle2 {
position: absolute;
left:40%;
top:40%;
z-index: 99;
}

.perspective {perspective: 1200px;}
.perspective300 {perspective: 300px;}
#thirdsection .perspective {perspective: 1200px;}
#columnper {perspective: 300px;}
#altitude .fl-row-content-wrap {
    border-image: linear-gradient(rgb(16 35 58), rgb(255 255 255)) 1 / 1 / 0 stretch;
}    

#mp-horizontal-bar {
    background-image: linear-gradient(hsl(0deg 100% 28.03%), hsl(0deg 100% 50%));
    /* box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4); */
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 50;
    width: 0vw;
    height: 6px;
    opacity: 0.5;
}



/* Split section */
#mp-pinnedrow {position: relative;perspective: 300px;}
#mp-leftcol,#mp-rightcol {position: relative;}
body:not(.fl-builder-edit) div[id^=photobox] {position:absolute; top: 0%;}
body:not(.fl-builder-edit) div[id^=databox]  {position:absolute; top: 0%;}





