/* menu */
.menubar {
    background-color: #000000;
    color: white;
    border: none;
    cursor: pointer;
}
.menubar:hover {
    background-color: #000000;
	
    }
.dropdown {
	padding:2px;
	padding-right:5px;
	position: relative;
	display: inline-block;
}
.dropdown-child {
	width:198px;
	height:32px;
	display: none;
	background-color: #000000;
	min-width: 100px;
	position: absolute;
	top: 30px;
	margin-left:-176px;
	border: 1px solid #404040;
	
}
.dropdown-child a {
	color:#bdbdbd;
    padding: 9px;
    text-decoration: none;
    display: block;
	font-size:12.25px;
	
}

.dropdown-child a:hover {
	color:#bdbdbd;
    padding: 9px;
    text-decoration: none;
    display: block;
	font-size:12.25px;
	background-color:#3d3d3d;
	
}
.dropdown:hover .dropdown-child {
    display: none;
}

.hamburger{
	width: 20px;
    height: 2px;
	background-color: #FFFFFF;
	margin: 5px 0;
}

/* title */
@media (max-width: 820px) {
	#title-text{
		white-space: nowrap; 
		width: 650px; 
		overflow: hidden;
		text-overflow: ellipsis; 
		border: 1px solid #000000;
	}
}

@media (max-width: 760px) {
	#title-text{
		white-space: nowrap; 
		width: 350px; 
		overflow: hidden;
		text-overflow: ellipsis; 
		border: 1px solid #000000;
	}
}

.sidebar-text1{
	font-size:14px;
}

