body{
	padding-top:50px;
}

.my-navbar {
	background: #3498db;
	border-radius: 0;
	border: 0;
}

.my-navbar .navbar-brand{
	color: white;
}

.my-navbar .navbar-nav li a{
	color: white;
}

/*Dropbox's style(only shows in laptop)*/
#dropbox {
	background:#151718;
	width:200px;
	height: 100%;
	display: block;
	position: absolute;
	left:0px;
	top:10%;
}

/* The sidebar's style where there is boxes(only shows in laptop)*/
#sidebar{
	background:#151718;
	width:200px;
	height: 100%;
	display: block;
	position: absolute;
	left:-200px;
	top:0px;
	transition: left 0.3s linear;
}

#sidebar.visible{
	left:0px;
	transition: left 0.3s linear;
}

#sidebar-btn{
	display:inline-block;
	vertical-align: middle;
	width:20px;
	height:15px;
	cursor:pointer;
	margin: 60px;
	position:absolute;
	top:0px;
	right:-90px;
}

#sidebar-btn span{
	height:1px;
	background: #111;
	margin-bottom:5px;
	display:block;
}

#sidebar-btn span:nth-child(2){
	width:75%;
}

#sidebar-btn span:nth-child(2){
	width:50%;
}


#sidebarstyle ul{
	margin: 50px;
	margin-left: 0px;
	padding:0px;
}

#sidebarstyle ul li{
	list-style:none;
}

#sidebarstyle ul li a{
	background:#1C1E1F;
	color:#ccc;
	border-bottom:1px solid #111;
	display: block;
	width:200px;
	padding:10px;
	text-decoration: none;
}



