@import url("https://fonts.googleapis.com/css?family=Poppins|Source+Sans+Pro");
.bg-dark {
  background-color: #16161c !important; }

.font-sans {
  font-family: 'Source Sans Pro', sans-serif !important; }

.bg-dark-blue {
  background-color: #196afa !important; }

.text-blue {
  color: white !important; }

.bg-blue {
  background-color: red!important; }

  .bg-mediumblue{
    background-color: CornflowerBlue!important; }


  }

.uppercase{
    text-transform: uppercase;
}
.font-poppins {
  font-family: 'Poppins', sans-serif !important; }

body {
  font-family: 'Times New Roman', sans-serif;
  font-size: 13px; }

.nav-link {
  letter-spacing: 0.5px; }

#banner {
  background-image: url("../images/home9.jpg");
  background-size: cover;
  height: 80vh;
  position: relative; }
  #banner .dropdown-menu {
    min-width: 13rem !important; }
    #banner .dropdown-menu a {
      font-size: 14px;
      text-decoration: none; }
    #banner .dropdown-menu a:hover {
      color: #54cfe5 !important; }

.overlay {
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; }

.new-text-size {
  font-size: 1.5rem;
   text-align: justify;
    text-justify: inter-ideograph; }

.nav-link:hover {
  color: #54cfe5 !important; }

.item-active {
  color: #54cfe5 !important; }

#last-year img {
  height: auto;
  width: 100%; }

#speakers img {
  height: auto;
  width: 100%; }

#sponsors img {
  height: auto;
  width: 100%; }

@media screen and (max-width: 767px) {
  #banner h1 {
    font-size: 4rem; }
  #banner h4 {
    font-size: 1.5rem; } }

/*# sourceMappingURL=index.css.map */
