@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
.bg-about{
    background:#faf4f4;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  
  .bg-cfp{
    background: linear-gradient(to bottom, rgba(252,244,244, 0.9) 0%, rgba(252,244,244, 0.9) 90%), url("../assets/img/bg-cfp.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }

  header.cfphead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom, rgba(92, 77, 66, 0.8) 0%, rgba(92, 77, 66, 0.8) 100%), url("../assets/img/bg-masthead.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
  }
  header.cfphead h1 {
    font-size: 2.25rem;
  }
  @media (min-width: 992px) {
    header.cfphead {
      height: 23vh;
      min-height: 23vh;
      padding-top: 4.5rem;
      padding-bottom: 0;
    }
    header.cfphead p {
      font-size: 1.15rem;
    }
    header.cfphead h1 {
      font-size: 3rem;
    }
  }
  @media (min-width: 1200px) {
    header.cfphead h1 {
      font-size: 3.5rem;
    }
  }
  
  