*{
	margin: 0;
	padding: 0;

}

.topbar{
	width: 100%;
	height: 70px;
	padding-top: 10px;
	background-color: #313131;
	text-align: center;
}

.logo{
	text-align: left;
	display: inline-block;
	padding-right:  2%;
}

.logo img{

	height: 35px

	
}

.logo a{
	text-decoration: none;
}

.atag{
	font-size: 17px;
	text-decoration: none;
	color: #037cb0;
	font-family: Arial, Helvetica, sans-serif;
}

.atag:hover{
	color: #828484;
}

.or{
	color: white;
	font-size 17px;
	font-family: Arial, Helvetica, sans-serif;
}

.topbar i{
	font-size: 20px;
	color: #099bc9; 
}

.post{
	margin-left: 3%;
	padding: 7px;
	background: #008ecc;
	color: white;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	border-radius: 5px;
	text-decoration: none;
}

.post:hover{
	background: #00C1C4;
	cursor: pointer;
}

#break-post{
	display: none;
}

.my-account{
	text-decoration: none;
	color: #037cb0;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

.my-account:hover{
	color: #828484;
}

#setting {
	padding-left: 3%;
}



@media screen and (min-width: 360px) and (max-width: 640px) {



.logo img{
	height: 23px
}

.atag{
	font-size: 15px;
}

.post{
	font-size: 13px;
	margin-left: 1%;
	padding: 5px;
}

.my-account{
	font-size: 15px;
}

.topbar i{
	font-size: 15px;
}

#break-post{
	display: block;
}

}


@media screen and (max-width: 359px) {

.topbar{
	width: 360px;

}		

.logo img{
	height: 23px;	
}

.atag{
	font-size: 15px;
}

.post{
	font-size: 13px;
	margin-left: 1%;
	padding: 5px;
}

.my-account{
	font-size: 15px;
}

.topbar i{
	font-size: 15px;
}

#break-post{
	display: block;
}

}