.navbar-brand img 
{ height: 2rem; 
} 
.video-background { 
    position: relative; 
    width: 100%; 
    min-height: 100vh; 
    
}

.caption { 
    position: absolute; 
    top: 28%; 
    width: 100%; 
    color: white; 
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3rem; 
    
    
}

} .caption h1 { 
    font-size: 4rem; 
    font-weight: 700; 
    padding-bottom: 1rem; 
    font-family: 'Josefin Sans', sans-serif;
    
} .caption h3 { 
    font-size: 3rem; 
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
} 

.caption2 { 
    position: absolute; 
    top: 25%; 
    width: 100%; 
    color: white; 
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .3rem; 
    
    
}

} .caption2 h1 { 
    font-size: 4rem; 
    font-weight: 700; 
    letter-spacing: 0em !important;
			unicode-bidi:bidi-override !important;
			direction: rtl !important;
			color:#e0e0e0;
			font-size:30px;
			font-family: 'Noto Kufi Arabic', sans-serif;
    
} .caption2 h3 { 
    font-size: 3rem; 
    text-shadow: .1rem .1rem .5rem black;
    padding-bottom: 1.6rem;
} 



.btn—lg {
    
    border-width: medium; 
    border-radius: 0; 
    font-size: 1.1rem; 
    padding: .6rem 1.3rem;
}




@media (max-width: 768px) { 
    
    .caption h1 { 
        font-size: 2rem; 
        letter-spacing: .15rem; 
        padding-bottom: .5rem;
    }
    
    .caption img { 
        width: 80%;
    }
    
    
.caption h3 { 
    font-size: 2rem; 
    padding-bottom: 1.2rem; 
    } 
    
.btn-lg { 
    font-size: 1rem; 
    padding: .5rem 1rem;
    color: white;
    
} 
    

.h1,
h1 {
    font-size: 4.20873rem;
    font-family: "Josefin Sans", sans-serif !important;
    line-height: 1;
}
.h2,
h2 {
    font-size: 3.15733rem;
    font-family: "Josefin Sans", sans-serif !important;
}
.h3,
h3 {
    font-size: 2.36859rem;
    font-family: "Josefin Sans", sans-serif !important;
}
.h4,
h4 {
    font-size: 1.77689rem;
    font-family: "Josefin Sans", sans-serif !important;
    margin-bottom: 1.333rem;
}
.h5,
h5 {
    font-size: 1.333rem;
    font-family: "Josefin Sans", sans-serif !important;
}
.p,
p {
    font-size: 1rem;
}
.p.lead,
p.lead {
    font-size: 1.333rem;
}
.h6,
h6 {
    font-size: 0.75019rem;
    font-family: "Josefin Sans", sans-serif !important;
}

.col-md-8 {
  margin: 2rem auto 8rem;
  padding-top: 2rem;
}
.col-md-8 h1 {
    font-size: 2.4rem;
  }
.btn-secondary {
  border-width: medium;
  border-radius: 0;
  padding: .6rem 1.2rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 1rem;
  border-color: #1EBBA3;
  background-color: #1EBBA3;
  color: white;
}
.btn-secondary:hover,
.btn-secondary:focus {
  border-color: #189582;
  background-color: #189582;
  color: white;
}
    


