﻿.carousel-indicators {
    /*display: none;*/
}

.section-title{
    color: #fff;
}

.hp{
    /*commented the below to match the original style*/
    /*background: #42bdc2;*/
    width: 100%;  
    /*background: transparent url("/SelfServePortal/img/StaticHP.jpg") no-repeat center / cover;*/
}
.poc{
    /*commented the below to match the original style*/
    /*    background: #7fc242; */
    /*background: transparent url("/SelfServePortal/img/POC.jpg") no-repeat center / cover;*/
    width: 100%;
    
}
.aas{
   /* background: #ff8a3c; */
    /*background: transparent url("/SelfServePortal/img/AASB15.jpg") no-repeat center / cover;*/
    width: 100%;
}
.rest{
 /*background: transparent url("/SelfServePortal/img/REST.jpg") no-repeat center / cover;*/
 width: 100%;
 }
.actro{
 /*background: transparent url("/SelfServePortal/img/Taxation.jpg") no-repeat center / cover;*/
 width: 100%;
 }
 
 
@media (max-width:991px){
     .lead-in{
         width: 80%;
         margin-left: auto;
         margin-right: auto;
         line-height: 30px;
    }
     h1.case-study{
        font-size: 50px;
        line-height: 60px;
        width: 80%;
     }
    
}
@media screen and (max-width:768px){

.carousel-indicators{
    
     bottom: -40px !important;
}
    
.carousel-indicators li{

   
    border: 1px solid #20487b !important;

}

.carousel-indicators .active{

    background-color:#20487b !important;
    border: 1px solid #20487b !important;

}
    
    
    .lead-in{
        /*! display: none; */
        font-size: 22px;
    }
    h1.case-study{
        font-size: 35px;
        line-height: 40px;
        width: 80%;
     }
     h1.DB{
         font-size: 50px;
         line-height: 60px;
         width: 550px;
     }
     
     

     
     
     
     
    
}
@media screen and (max-width:480px){
    .lead-in{
        display: none;
    }
    h1.case-study{
        font-size: 24px;
        line-height: 30px;
        width: 80%;
     }
     h1.DB{
         font-size: 30px;
         line-height: 20px;
         width: 380px;
     }
    
}
@media screen and (max-width:320px){
    .lead-in{
        display: none;
    }
    h1.case-study{
        font-size: 20px;
        line-height: 25px;
        width: 80%;
     }
     h1.DB{
         font-size: 25px;
         line-height: 20px;
         width: 280px;
     }
    
}

body {
  margin: 0;
  background: #000; 
}
video { 
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
 background: url('//demosthenes.info/assets/images/polina.jpg') no-repeat;
  background-size: cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#polina { 
  font-family: Agenda-Light, Agenda Light, Agenda, Arial Narrow, sans-serif;
  font-weight:100; 
  background: rgba(0,0,0,0.3);
  color: white;
  padding: 2rem;
  width: 33%;
  margin:2rem;
  float: right;
  font-size: 1.2rem;
}

@media screen and (max-width: 500px) { 
  div{width:100%;} 
}
@media screen and (max-device-width: 800px) {
  html { background: url(https://thenewcode.com/assets/images/polina.jpg) #000 no-repeat center center fixed; }
  #bgvid { display: none; }
}