@media screen and (max-width: 500px){
	.wrapper{
	background-color: #8e9fd821;
	padding-bottom: 30px;
	position: relative;
	}
	.contents{
		padding-top: 15px;
		font-family: sans-serif;
	}
	h1{
		text-align: center;
		margin-bottom: 20px;
		font-family: sans-serif;
		font-size: 30px;
		color: #06a;
	}
	p, li{
		font-family: sans-serif;
	}
	.title{
		width: 50%;
		margin: 0 0 20px 0;
		height: 20px;
		border: solid 2px #0066aa94;
	}
	.text{
		width: 100%;
		height: 150px;
		margin-bottom: 20px;
		border: solid 2px #0066aa94;
	}
	.fileBtn{
		width: 20%;
		height: 40px;
		background-color: #fff;
		border: solid 2px #06a;
		color: #06a;
		font-family: sans-serif;
		padding: 8px 10px;
		margin: 10px 0;
		border-radius: 5px;
	}
	.fileBtn:hover{
		background-color: #06a;
		color: #fff;
		cursor: pointer;
	}
	.sendBtn{
		width: 40%;
		height: 35px;
		background-color: #06a;
		color: #fff;
		font-size: 20px;
		letter-spacing: 1px;
		border:  unset;
		border-radius: 20px;
		margin: 20px 0 0 50%;
		transform: translateX(-50%);
	}
	.sendBtn:hover{
		background-color: #07c;
		cursor: pointer;
	}
	h2{
		font-family: arial;
		font-size: 18px;
		font-weight: 100;
	}
	h3{
		font-size: 14px;
		margin: 0;
		color: #444;
	}
	.blogBlock{
		background-color: #fff;
		padding: 20px 30px 20px 30px;
		width: 75%;
		border-radius: 5px;
		margin: auto;
		margin-top: 30px;
	}
	#blogInput{
		width: 90%;
		margin: auto;
	}
	#blogInputWrap{
		background-color: #fff;
		padding: 30px;
		width: 50%;
		border-radius: 20px;
		margin: auto;
		margin-top: 30px;
	}
	.cBtn{
		color: #06a;
		background-color: unset;
		border: unset;
		text-decoration: underline;
	}
	.cBtn:hover{
		cursor: pointer;
	}
	#profile{
		position: absolute;
		bottom: 25px;
		right: 50%;
		transform: translateX(50%);
		width: 75%;
		background-color: #fff;
	}
	#profile h2{
		text-align: center;
		font-size: 16px;
		text-transform: none;
		padding: 20px 0 10px 0;
	}
	#profile p{
		text-align: center;
		width: 70%;
		margin: auto;
		font-size: 14px;
		padding: 10px 0 20px 0;
	}
	#profilePic{
		margin: auto;
		width: 80px;
		height: 80px;
		border-radius: 40px;
		background-image: url("../images/blog/profile.png");
		background-size: 100%;
	}
	#prevPostsWrap{
		border-top: solid 5px #418be6;
		padding: 10px 20px 10px 20px;
	}
	.prevPosts{
		padding: 2px 2px 3px 2px;
		border-bottom: dashed 1px #333;
		margin-bottom: 3px; 
	}
	.prevPosts a{
		font-family: sans-serif !important;
		color: #06a;
		font-size: 13px;
		text-decoration: none;
	}
	.prevPosts:hover{
		background-color: #b9d8ff;
	}
	.img img{
		width: 100%;
	}
	#space{
		display: block;
		height: 225px;
	}
	.rightBar{
		display: none;
	}
}
@media screen and (min-width: 501px){
	.wrapper{
	background-image: url("../images/shapes.png");
	background-size: 100%;
	background: blur(10px);
	padding-bottom: 30px;
	position: relative;
	}
	.contents{
		padding-top: 15px;
		font-family: sans-serif;
	}
	h1{
		text-align: center;
		margin-bottom: 20px;
		font-family: sans-serif;
		font-size: 30px;
		color: #06a;
	}
	p, li{
		font-family: sans-serif;
	}
	.title{
		width: 50%;
		margin: 0 0 20px 0;
		height: 20px;
		border: solid 2px #0066aa94;
	}
	.text{
		width: 100%;
		height: 150px;
		margin-bottom: 20px;
		border: solid 2px #0066aa94;
	}
	.fileBtn{
		width: 20%;
		height: 40px;
		background-color: #fff;
		border: solid 2px #06a;
		color: #06a;
		font-family: sans-serif;
		padding: 8px 10px;
		margin: 10px 0;
		border-radius: 5px;
	}
	.fileBtn:hover{
		background-color: #06a;
		color: #fff;
		cursor: pointer;
	}
	.sendBtn{
		width: 40%;
		height: 35px;
		background-color: #06a;
		color: #fff;
		font-size: 20px;
		letter-spacing: 1px;
		border:  unset;
		border-radius: 20px;
		margin: 20px 0 0 50%;
		transform: translateX(-50%);
	}
	.sendBtn:hover{
		background-color: #07c;
		cursor: pointer;
	}
	h2{
		font-family: arial;
		font-size: 18px;
		font-weight: 100;
	}
	h3{
		font-size: 14px;
		margin: 0;
		color: #444;
	}
	.blogBlock{
		scroll-margin-top: 150px;
		background-color: #fff;
		padding: 20px 50px 20px 50px;
		width: 50%;
		border-radius: 5px;
		margin-left: 12%;
		margin-top: 30px;
	}
	#blogInput{
		width: 90%;
		margin: auto;
	}
	#blogInputWrap{
		background-color: #fff;
		padding: 30px;
		width: 50%;
		border-radius: 20px;
		margin: auto;
		margin-top: 30px;
	}
	.cBtn{
		color: #06a;
		background-color: unset;
		border: unset;
		text-decoration: underline;
	}
	.cBtn:hover{
		cursor: pointer;
	}
	#profile{
		float: right;
		position: sticky;
		border-radius: 5px;
		right: 5%;
		margin-top: 1%;
		top: 190px;
		width: 20%;
		background-color: #fff;
	}
	#profile h2{
		text-align: center;
		font-size: 16px;
		text-transform: none;
		padding: 20px 0 10px 0;
	}
	#profile p{
		text-align: center;
		width: 70%;
		margin: auto;
		font-size: 14px;
		padding: 10px 0 20px 0;
	}
	#profilePic{
		margin: auto;
		width: 80px;
		height: 80px;
		border-radius: 40px;
		background-image: url("../images/blog/profile.png");
		background-size: 100%;
	}
	#prevPostsWrap{
		border-top: solid 5px #418be6;
		padding: 10px 20px 10px 20px;
	}
	.prevPosts{
		padding: 2px 2px 3px 2px;
		border-bottom: dashed 1px #333;
		margin-bottom: 3px; 
	}
	.prevPosts a{
		font-family: sans-serif !important;
		color: #06a;
		font-size: 13px;
		text-decoration: none;
	}
	.prevPosts:hover{
		background-color: #b9d8ff;
	}
	.img img{
		width: 100%;
	}
	#space{
		display: none;
	}
	.rightBar{
		background-color: #fff;
		position: fixed;
		border-radius: 10px;
		width: 80px;
		height: 108px;
		top: 170px;
		left: -30px;
	}
	.facebook{
		text-align: right;
		background-color: #ffffff;
		border-radius: 10px;
		position: fixed;
		width: 80px;
		top: 170px;
		left: -30px;
		transition: left;
	}
	.facebook img{
		margin-right: 5px;
		width: 50px;
	}
	.facebook:hover{
		left: 0px;
	}
	.instagram{
		text-align: right;
		background-color: #ffffff;
		border-radius: 10px;
		position: fixed;
		width: 80px;
		top: 224px;
		left: -30px;
		transition: left;
	}
	.instagram img{
		width: 50px;
	}
	.instagram:hover{
		left: 0px;
	}
}