html{
  line-height: 0;
  border: 0px;
  padding: 0px;
  height: 100%;
}
body{
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  padding: 0px;
}
footer{
  width:100vw;
  margin: 0px;
  padding: 0px;
}
#background{
  background-image:url('../images/conference.jpg');
  position:relative;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 720px;
}
nav{
  padding: 0px;
  margin: 0px;
  width: 100%;
}
.container{
  position:absolute;
}
a{
  color: white;
}
#heading{
  padding-top: 250px;
}
#heading2{
  float: right;
  font-size: 1.5em;
  color: white;
  padding-top: 150px;
}
#p{
  font-size: 1.5em;
  background-color: #e6e6e6;
  width: 100%;
}
.row{
    margin: 30px;
}
#side{
  background-image: url('../images/conference (1).jpg');
  background-position: center;
  width: 600px;
  height: 350px;
  padding-top: 50px;
  left:40px;
}
#topic{
  width: 100%;
  background-color: #f7f7f7;
  height: auto;
}
#events{
  background-color: #ffffff;
}
.card-img-top{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.card-img-top:hover{
   top: -20px;
}
.carousel-inner img {
    width: 70%;
    height:100%;
  }
#reg{
  margin-top: 30px;
  background-color: #e6e6e6;
}
form{
  margin-bottom: 30px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  filter: invert(1);
}
.carousel-caption{
  color: #ff1a66;
  list-style: none;
}
#row{
  margin-bottom: 0px;
}
.container-fluid{
  z-index: 1;
	position: fixed;
  padding: 0px;
  margin: 0px;
  width: 100%;

}
.navbar-color {
    background-color: black !important;
    width: 100% !important;
    margin: 0px;
    padding: 0px;
}
