h1,h2,h3,h4,h5,p,a{
	font-family: Varela Round;

}

#header{
	background-color: transparent;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 5%;
}
.nav-div{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.nav-menu-tab{
	min-height: 50px;
	flex-direction: column;
	display: flex;
	justify-content: center;
	font-size: 18px;
	color: white;	
	text-align: center;
	min-width: 170px;
	cursor: pointer;

}
.nav-menu-tab:hover{
	text-decoration: underline;
	color: white
}
.container-fluid{
	padding-right: 0;
	padding-left: 0;
}
.left__menu .header-logo-width{
	max-width: 200px;
	padding:25px 0;
}
.header-logo-width{
	max-width: 250px;
	padding:25px 0;
}
@media (min-width: 769px){
	.show-big{

	}
	.show-small{
		display: none!important;
	}
}
@media (max-width: 768px){
	.show-big{
		display: none!important;
	}
	.show-small{
		
	}
}
.left__menu{
	z-index: 100;
	width: 100%;
	position: fixed;
	right: 0;
	top: 0;
	background-color: white;
	height: 100%;
	display: none;
	transition: width 0.1s height 1s ease-in 2s;
}
.x-button{
	font-size: 20px;
	color: rgb(80,184,174);
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.link{
	cursor: pointer;

}
.link-div{
	border-top: 2px solid rgb(101,37,178);
	border-bottom: 2px solid rgb(101,37,178);
	text-align: center;
	padding: 20px;
}
.link-div:first-child{
	border-top: 2px solid rgb(101,37,178);
	border-bottom: none;
	text-align: center;
	padding: 20px;
}
.link-div:last-child{
	border-bottom: 2px solid rgb(101,37,178);
	border-top: none;
	text-align: center;
	padding: 20px;
}
.collapse-link{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.collapse-link:hover{
	color: black;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
}
.logo-link{
	margin: 0 auto;
}
.middle-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.selected{
	text-decoration: underline;
}
.mine{
	max-width: 100%!important;
}