html, body {
	margin: 0px !important;
	padding: 0px !important;
	font-size: 13px;
	font-family: "Quicksand", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
h1,h2,h3,h4 {
	font-family: "Marcellus", Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	margin: 0px;
}
a {
	color: inherit;
	text-decoration: none;
}
p {
	margin: 0px;
	padding: 0px;
}
textarea {
	min-width: 100%;
	max-width: 100%;
}

#main-section {
	margin-left: 300px;
	padding: 50px;
	padding-top: 80px;
	box-sizing: border-box;
}

#menu-bell-button, #menu-account-button, .hover-button-type-a {
	cursor: pointer;
	opacity: 0.6;
	transition: 0.5s all;
}
#menu-bell-button:hover, #menu-account-button:hover, .hover-button-type-a:hover {
	opacity: 1;
}

#top-menu-account-section {
	display: none;
	position: absolute;
    width: 200px;
    height: 110px; 
    background-color: #FFF;
    right: 0px;
    bottom: -125px;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
	z-index: 2;
}
#top-menu-notification-section {
	display: none;
	position: absolute;
    width: 400px;
    height: 110px; 
    background-color: #FFF;
    right: 0px;
    bottom: -125px;
    border-radius: 15px;
    padding: 30px;
    box-sizing: border-box;
	z-index: 2;
}
#filter-menu {
	margin-top: 20px;
}

@media (max-width: 768px) {
	#header-pc-options {
		display: none;
	}
}