{% load staticfiles %}
body{
            overflow-x: hidden;
     }
#EUROIL{
            font-weight: 900;
            font-size: 25px;
            color: #FFF;
            font-family:Tahoma;
            text-decoration: none;
            }
#euris{
    color: #FF0000;
    font-family:Tahoma;
    font-style: italic;    
}
.euris{
    color: #FF0000; 
    font-family:Tahoma;
    font-style: italic;    
}

.bg-euroilblue{
    background-color: #004;
}
.dark-row{
          padding: 50px;
          background-color:#004;
          color:white;
          }
    .modal-lg {
        
    }
    .cf{
        margin: 0 auto; 
        overflow:hidden;
        }
    .cf img {
      position:absolute;
      left:0;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      -o-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
      overflow:hidden;
    }

  .cf img.top:hover {
      opacity:0;
  }
  .video-container {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px; 
        height: 0; 
        overflow: hidden;
   }
   .video-container iframe,
   .video-container object,
   .video-container embed {
       position: absolute;
       top: 0;
       left: 0;
       width:85%;
       height:85%
   }
   .header-image-div{
        background-repeat: no-repeat;
        background-position:center; 
        background-size:cover; 
        min-height:400px; 
        height:90vh; 
        width:100vw;  
        left:0px;   
        padding-top:15%; 
        
        background-attachment: fixed;   
        z-index:1;
    }
    .content-separator-div{
      background-repeat: no-repeat;
        background-position:center; 
        background-size:cover; 
        height:25vh; 
        width:100vw;  
        left:0px;   
        padding-top:10%; 
        
        background-attachment: fixed;   
        z-index:1;  
    }
    .header-video-div{
        position: relative;
        width:100vw;
        overflow:hidden;  
        object-fit:cover;
    }
    
    @media screen and (orientation: landscape) {
       .header-video-div{
        height:90vh;
        padding-top:10%;
  }
  .flickr{
          background-color:black;
          color:white;
          font-weight:bold;
          }
 .fuldiv-bg_Video{
     position:absolute;
     left:0;
     right:0;
     bottom:0;
     top:0;
     
     height:80vw;
    z-index:-1;
 }
.img-note{
          font-size: small;
          font-weight: bold;
          background-color:#004;
          color:#FFF;
          padding: 4px;
          opacity:0.5;
          } 

   

