*{
	margin:0px;
	padding: 0px;
	font-family: 'Nanito',sans-serif;
}
h6{
	padding-top:30px;
	padding-right: 150px;
}
.menu-bar{
	background-image:linear-gradient(-90deg,#d38312,#a83279);

}
.nav-link{
	font-size: 20px;
	margin: 3px;
	color: #fff!important;
	font-weight: 500;
	
}
.navbar-nav{
	text-align: right;
	margin-right: 20px;


}
.menu-bar .navbar-toggler{
	padding-right: 20px;
	outline: none!important;
	border:none!important;
}
.navbar .fa{
	color:#fff!important;
	font-size: 26px;
}
.nav-link:hover{
	font-weight: 600;
	border-bottom: 1px solid #fff;
}
.navbar-brand-img{
	width: 150px;
	margin-top: 5px;
	margin-left: 20px;
}
@media only screen  and (max-width: 991px){
	.nav-link:hover{
		border-bottom: none!important;
	}

}

h1{
  padding-top: 80px;
   padding-bottom: 50px;
  text-align: center;
  font-size: 70px;
}




.share a{
	height:3.8rem;
    width:3.4rem;
    line-height:4rem;
    border-radius: .5rem;

    font-size: 3rem;
    color:black;
    margin-right: .4rem;
	background-color:rgb(128, 128, 128);
   
    text-align: center;
	
}
.share a:hover{
	background: darkred;
    color: #fff;
	text-decoration: none;
}