
body {
  text-align: center;

    font-family:'Times New Roman', Times, serif;
  margin: 0;
  padding: 0;

}
.main-img
{
width:100%;
height: auto;
}
.event-header
{
    text-align: center;
    background-color: #e9ecec;
}
.event-header h1
{
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    letter-spacing: -1.2px;
    word-spacing: 12px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    font-variant: small-caps;
    text-transform: uppercase;
}
.event-header h2
{
    font-family: "Times New Roman", Times, serif;
    font-size: 30px;
    letter-spacing: -1.2px;
    word-spacing: 12px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
    font-style: normal;
    font-variant: small-caps;
    text-transform: uppercase;
}
.description
{
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    
}
.speakers h1
{
  font-size: 45px;
  font-weight: 600  ;
 text-align: left;
}
.supp
{
  border-top: 2px solid rgb(241, 129, 148);
}
.supp1
{
  width: 150px;
  margin-left:0%;

  border-top: 2px solid rgb(241, 129, 148);
}
.know-more
{
  text-align: left;
}
.know-more p
{
  font-size: 20px;
}

.social
{
	height: 28px;
	margin: 17px;
	
	width: auto;

}
.social:hover
{
    filter: grayscale(1);
}
.speakers .social:hover
{
	filter: grayscale(1);
}
/* 
ul {
  display: flex;
  position: absolute;
max-width: fit-content;
}

ul li {
  list-style: none;
}

ul li a {
  width: 80px;
  height: 80px;
  background-color: #fff;
  text-align: center;
  line-height: 80px;
  font-size: 35px;
  margin: 0 10px;
  display: block;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  z-index: 1;
}

ul li a .icon {
  position: relative;
  color: #262626;
  transition: .5s;
  z-index: 3;
}

ul li a:hover .icon {
  color: #fff;
  transform: rotateY(360deg);
}

ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f00;
  transition: .5s;
  z-index: 2;
}

ul li a:hover:before {
  top: 0;
}

ul li:nth-child(1) a:before{
  background: #3b5999;
}

ul li:nth-child(2) a:before{
  background: #55acee;
}

ul li:nth-child(3) a:before {
  background: #0077b5;
} */


.copyright
{
	text-align: center;
  background-color:#00306411;
 
}
