.horizontal-nav{
	width: 				100%;
	height: 			100px;
	position: 			fixed;
	top: 				0;
	left: 				0;
	transition:			all 0.4s;
	background-color:	transparent !important;
}

.menu_button_align_top{
	position: 		relative;
	float:			right;
	margin-right:	5rem;
    clear:			both;
	overflow:		hidden;
}	

	.menu_icons_padding_top{
		position: 		fixed; 
        bottom: 		0; 
        width: 			100%; 
        /* Height of the footer*/  
        height: 		40px; 
		margin-left:	1rem;
		margin-bottom:	1rem;
	}
@media (max-width: 1023px) {

	#topbar.active {

}

#content.active {
  width:100%;
  margin: 0;
}
	
  #topbar {
		z-index: 9999999;
  }
  #topbar.active {
    margin-top: 0;
  }
  #content {
	width:100%;
    margin: 0;
  }
  #content.active {
    margin-top: 100px;
    height: 100px;
  }
	.page-content {
		height: 		100px;
		margin-top: 	0;
		transition: 	all 0.4s;
	}

	.menu_button_align_top{
		float:			right;
		margin-right:	1rem;
		overflow:		hidden;
		padding-top:	1rem;
		background:		transparent !important;
	}	
	
	.menu_title_top{
		position: 		relative;
		color:			white !important;
		text-align: 	left;
		font-family: 	'Montserrat', sans-serif;
		font-size:		15px;
		font-weight:	800;
		font-style:		normal;
		letter-spacing: 1.5px;
		color: 			#FFFFFF;
		opacity: 		1;
		background:		transparent !important;
		overflow:		hidden;
	}

	.instagram{
		position: 		relative;
		padding-left:	10px;

	}
	
	.instagram{
		position: 		relative;
		padding-left:	10px;

	}

	.linkedin{
		position: 		relative;
	}


}


.button_icon{
	color:white !important;
}

#topbar{
	display:none;
}

