.spark{
    height: 40px;
    width: 60px;
}
.bgimg{
    background-image: url("../img/Body.jpg");
    background-size: 100% 100%;
    background-attachment: fixed;
    width: 100%;
    height: 660px;
}


.icon-bar {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  /* Style the icon bar links */
  .icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
  }
  
  /* Style the social media icons with color, if you want */
  .icon-bar a:hover {
    background-color: #000;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .instagram {
    background: #f09433;
    color: white;
  }
  
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  

.headerset{
    padding: 250px;
    box-sizing: border-box;
}
.headerset h1{
    font-size: 70px;
    font-weight: bolder;
}
.headerset h2{
    font-size: 42px;
    
}

.aboutus{
    /* border: 1px solid red; */
    padding: 100px 0px 60px;
    height: 800px;
    width: 100%;

}
.aboutus h1{
    font-weight: bolder;
}

.g1{
    /* border: 1px solid brown; */
    height: 350px;

}
.g1 img{
    height: 80%;
    width: 90%;
    margin: 25px ;
    border-radius: 4px;
}
.g2{

    height: 350px;
    /* border: 1px solid blue; */

}
.g2 p{
    padding: 50px;
}
.rowsetting{
    margin: 100px 0px !important;
}


.events{
    /* border: 1px solid red; */
    height: 1300px;
    width: 100%;
    padding: 100px 0px 50px;
}

.events h1{
    font-size: 50px;
    font-weight: bolder;
}
.card
{
    margin-top: 40px;
}

.aboutus a{
    
    color: cornsilk;
}
.aboutus a:hover{
    text-decoration: none;
    color: cornsilk;
}
    
   


/* Gallery */



/* Responsive Design */

@media(min-width:992px){

}

@media(min-width:768px) and (max-width:791){

    .aboutus{
       
        height: 1600px;
    
    }
    .headerset h1{
        font-size: 40px;
        font-weight: bolder;
    }
    .headerset h2{
        font-size: 24px;
        
    }
     
    /* problem in events card title */
}

@media(min-width:575px) and (max-width:767px)
 {
    .headerset h1{
        font-size: 45px;
        font-weight: bolder;
    }
    .headerset h2{
        font-size: 22px;
        
    }
    .aboutus{
       
        height: 1400px;
    
    }
    .g1{
         width: 576px;
    }
    

    .events{
        height: 3500px;
    }
.speakers{
    height: 1200px;
}
 .footer{
     height: 200px;
    
 }
 .footer h6{
    line-height: 150px;
}


 }

 @media(min-width:  480px) and (max-width:574px)
 {

    .headerset h1{
        font-size: 42px;
        font-weight: bolder;
    }
    .headerset h2{
        font-size: 22px;
        
    }
    .aboutus{
       
        height: 1300px;
    
    }
    
    .events{
        height: 3000px;
    }
.speakers{
    height: 1400px;
}
 .footer{
     height: 200px;
    
 }
 .footer h6{
    line-height: 150px;
}






 }

 @media(max-width:479px){

    

    .headerset h1{
        font-size: 42px;
        font-weight: bolder;
    }
    .headerset h2{
        font-size: 25px;
        
    }
     .headerset h3{
         font-size: 1.2rem;
     }
    .aboutus{
       
        height: 1500px;
    
    }
    .events{
        height: 2700px;
    }
.speakers{
    height: 1400px;
}
 

      .footer{
        margin: 50px;
    }


 }
