body{
	background: url("images/texture2.jpg") repeat;
}

.certi_container{
	width: 640px;
	border: 12px groove #7FBF7F;
	margin: 30px auto 20px auto;
	min-height: 570px;
	height:570px;
	font-family: 'Lora', serif;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	position: relative;
	background: url("images/texture.jpg") repeat;
}
.certi_container h1{
	text-shadow: 4px 3px 3px #CCC;
}
.certi_container .thistocertify{
	margin: 30px 0;
	font-style: italic;
}
.certi_container .certifyname{
	font-size: 26px;
	font-weight: 600;
}
.certi_container .dated{
	margin-top: 40px;
	font-style: italic;
}
.certi_container .coursename{
	font-size: 22px;
}
.certi_container .companylogo{
	position: absolute;
	bottom: 30px;
	width: 139px;
	height: 66px;
	left:50%;
	margin-left: -68px;
}

.backlink{
	float:left;
}

.backlink a{
	color: #000;
	text-decoration: none;
}

.backlink a:hover{
	color: #333;
}

.socialshare{
	float:right;
	text-align: right;
}

.socialshare p{
	margin:0;
}

.certi_footer{
	width: 690px;
	margin: 0px auto;
	font-family: 'Lora', serif;
	position: relative;
}

/**************** Share Buttons *****************/
ul.share-buttons{
  list-style: none;
  padding: 0;
}

ul.share-buttons li{
  display: inline;
}

ul.share-buttons .sr-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

ul.share-buttons img{
  width: 32px;
}
/**************** Share Buttons *****************/

@media only screen and (max-width: 360px) {
    
	.certi_container{
		width: 300px;
		border: 10px groove #7FBF7F;
		margin: 65px auto;
		min-height: 460px;
		height:460px;
		font-family: 'Lora', serif;
		padding: 15px;
		text-align: center;
		font-size: 12px;
	}
	.certi_container .thistocertify{
		margin: 25px 0;
		font-style: italic;
	}
	.certi_container .certifyname{
		font-size: 18px;
		font-weight: 600;
	}
	.certi_container .dated{
		margin-top: 30px;
		font-style: italic;
	}
	.certi_container .coursename{
		font-size: 16px;
	}
	.certi_container .companylogo{
		position: absolute;
		bottom: 20px;
		width: 100px;
		height: 66px;
		left:50%;
		margin-left: -50px;
	}
	.certi_container .companylogo img{
		width:100%;
		height:auto;
	}
}

@media only screen and (max-width: 320px) {
    
	.certi_container{
		width: 250px;
		border: 10px groove #7FBF7F;
		margin: 15px auto;
		min-height: 400px;
		height:400px;
		font-family: 'Lora', serif;
		padding: 15px;
		text-align: center;
		font-size: 10px;
	}
	.certi_container .thistocertify{
		margin: 20px 0;
		font-style: italic;
	}
	.certi_container .certifyname{
		font-size: 18px;
		font-weight: 600;
	}
	.certi_container .dated{
		margin-top: 30px;
		font-style: italic;
	}
	.certi_container .coursename{
		font-size: 16px;
	}
	.certi_container .companylogo{
		position: absolute;
		bottom: 30px;
		width: 100px;
		height: 66px;
		left:50%;
		margin-left: -50px;
	}
	.certi_container .companylogo img{
		width:100%;
		height:auto;
	}
}

@media only screen and (min-width: 480px) and (max-width: 640px) {
    
	.certi_container{
		width: 250px;
		border: 10px groove #7FBF7F;
		margin: 0 auto;
		min-height: 420px;
		height:420px;
		font-family: 'Lora', serif;
		padding: 15px;
		text-align: center;
		font-size: 10px;
	}
	.certi_container .thistocertify{
		margin: 20px 0;
		font-style: italic;
	}
	.certi_container .certifyname{
		font-size: 18px;
		font-weight: 600;
	}
	.certi_container .dated{
		margin-top: 30px;
		font-style: italic;
	}
	.certi_container .coursename{
		font-size: 16px;
	}
	.certi_container .companylogo{
		position: absolute;
		bottom: 30px;
		width: 100px;
		height: 66px;
		left:50%;
		margin-left: -50px;
	}
	.certi_container .companylogo img{
		width:100%;
		height:auto;
	}
}