@font-face{
     font-family: DINNextLTArabic-Regular;
     src: url(fonts/DINNextLTArabic-Regular.ttf);	 
}
@font-face{
     font-family: DINNextLTArabic-Medium;
     src: url(fonts/DINNextLTArabic-Medium.ttf);	 
}
@font-face{
     font-family: DINNextLTArabic-Bold;
     src: url(fonts/DINNextLTArabic-Bold.ttf);	 
}
body{
    font-family:DINNextLTArabic-Regular;
    font-size:1.3em;
}
h1, h2, h3, h4{
    font-family:DINNextLTArabic-Medium;    
}
h1{
    font-size:2.4em;
}
h2{
    font-size:1.7em;
}
.navbar-nav{
    padding:0;
}
.navbar-top{
    background-color:white;
}
.nav-item{
    padding: 0 0.4em;
}
.navbar-brand {
    position: relative;
    background: url(img/ecdlogo.png);
    width: 300px;
    height: 100px;
    left: 15px;
    background-size: contain;
    background-repeat: no-repeat;
}
.CoverImageContainer {
    background-image: url(img/bg20.png);
    background-position: top;
    background-size: cover;    
    position: relative;
    min-height: 850px;
    /*z-index:-25;*/
}
.CoverImageContainerOverlaysTop {
    height:2050px;
    margin: auto;background-image:url(img/bg31.png);
    background-size:cover;
    background-position:top;
    transform: translateY(-180px);
        position:absolute;
    top:-35vh;
    width:100%;
    /*z-index:-21;*/
}
.sectionPadding{
    padding:90px 0;
}
.smallScreenExtraPadding{
    padding:0;
}
.PageHeader {            
    background: #f8dadf url(img/header_bg_pattern_pink.png) no-repeat center center;    
    padding: 40px 0 40px 0;    
    color: #f37f89;
    box-shadow: inset 0px 2px 3px rgba(70,70,70,0.25), inset 0px -2px 3px rgba(70,70,70,0.25);
}


@media only screen   
  and (max-width: 768px) 
  {
    .CoverImageContainerOverlaysTop {
        height:2500px;                
        transform: translateY(-430px);        
        top:-14vh;        
    }
    .CoverImageContainer {    
        min-height: 1100px;    
    }
    .sectionPadding{
        padding:40px 0 20px 0;
    }
    .smallScreenExtraPadding{
        padding:40px 0;
    }
}

ol > li::marker {
    font-weight: bold;
    font-size: 2.2em;    
}
ol > li{
    padding: 10px 0;   
}

.footerLink{
    color:white;
    -webkit-text-stroke: 4px #222;
    paint-order: stroke fill;
}

.parent-element-to-video {
    width:100%;   
}
video {
    width:100%;
}
.videoThumbnailsHolder {    
    
    justify-content: center;
    
    margin-right: 0.75rem;    
    margin-left: 0.75rem;
    
}
.videoThumbnails{
    height:120px;
    aspect-ratio: 16 / 9;    
    padding: 0;
    cursor: pointer;    
    transition: opacity 0.6s ease;
}
