body { background-color: #ffffff;}
a:link { text-decoration: none; color: #1f1f1f !important;}
a:hover { text-decoration: none; color: #414141 !important;}
a:visited { text-decoration: none; color: #414141 !important;}
div { transition: 0.8s all ease; } 
h2 {   font-size: 1.8rem; font-weight: 700; font-family: 'Caveat', cursive; }
h3 {  font-size: 1.7rem;}
h5 {  letter-spacing: .1rem; }
.txt_shd { text-shadow: 0px 3px 3px rgba(31, 92, 145, 0.4); }
h1, h2, h3, h4, h5, h6 {   font-family: 'Montserrat', sans-serif; }
p {  font-family: 'Caveat', cursive; font-weight: 500; font-size: 2.2rem; line-height: 2.8rem; color: #000000;}

::-moz-selection { /* Code for Firefox */ color: #000000; background: #f8bd49; }
::selection { color: #000000; background: #f8bd49; }

.clr_blk { color: #1b1b1b;}
.v_spacer { margin: 4rem 0rem;}
/*.intro_v { display: flex; flex-direction: row; height: 50vh; align-items: center;}
.vcntr { display: flex; flex-direction: row; height: 48vh; align-items: center;}  */
.intro { background: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/my_life_without_hair_and_with_a_hairpiece/images/intro_bg.jpg) #5697e9 no-repeat bottom center; background-size: cover;  color: #fff; padding: 4rem 0rem;}
.intro h1 { font-size: 4rem; line-height: 4.8rem; font-weight: 700; margin-top: 5rem;}
.intro p {  font-family: 'Montserrat', sans-serif; font-size: 1.1rem; line-height: 2.1rem; font-weight: 500;  color: #fff;}
.img_space { background-color: #f5f5f5; padding: 80px 0px 80px 0px;}
.img_space p { font-family: 'Montserrat', sans-serif; font-size: .9rem; line-height: 1.4rem; font-weight: 100; text-align: center; padding-top: 30px; }

.experts_say p { font-family: 'Montserrat', sans-serif; font-size: 1rem; line-height:1.8rem; font-weight: 500;}
.experts_say h2 { margin-bottom: 1rem;}
@media only screen and (min-device-width : 320px) and (max-device-width : 667px) {
h2 { font-size: 2rem;}
p { margin-top: 1rem; font-size: 1.8rem; line-height:2.2rem;}
.v_spacer { margin: 2rem 0rem;}
.intro { padding: 2rem 0;}
.intro p { font-size: 1rem; line-height: 1.5rem;}
.intro h1 { font-size: 2.3rem; line-height: 2.8rem; margin-top: 1.5rem; }
.about h1 { font-size: 1.6rem; margin: 0px; padding: 0px;}
.about, .gallery, .detail, .see_more { padding: 20px 0px;}
.img_space { background-color: #f5f5f5; padding: 30px 0px 30px 0px;}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
img { width: 100%;} 
}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1336px) {
img { width: 100%; } 
}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
    #parallax_container { width: 100% !important; }
  }  
  
  
  #parallax_navbar  {
    /* background-color: #fbfdff;
    color: #242222; */
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    transition: top 0.3s;
    z-index: 999;
      box-shadow: 0 2px 8px 0 hsla(0,0%,7%,.1); 

    background: rgba(251, 253, 255, 0.7);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);


  }
  
  #parallax_navbar img { height: 25px; margin:8px  16px;}
  
  #parallax_container 
  {
    width: 61%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
   
  #parallax_navbar a { 
    text-decoration: none; 
    font-size: .9rem;
    color: #525252; 
  }
  #parallax_navbar a:hover { 
    color: #0c0c0c; 
  }