.main{
	padding:5%;
	text-align:center;
}

div {
	padding: 5px;
}
#congrats{
	margin:45px auto;
}

#congratsimg{
	width:339px;
}

#badge{
	position: absolute;
    /*right: 20px; */
    /*top: -120px;*/
	right: -0%;
	top: -350%;
}

#badgeimg{
	max-width: 100%;
	width:200px;
}



#stripe{
    position: relative;
}

#stripeimg{
	vertical-align:middle;
	width:968px;
	max-width: 100%;
}

#sharetext{

}

#social {
  display: inline-block;
}


@font-face {
    font-family: Felt-Tip-Roman;
    src: url('Felt%20Tip%20Roman.ttf');
}

.cvtitle {
    font-size: 60px;
	line-height:60px;
    font-family:Felt-Tip-Roman, Arial, Helvetica, sans-serif;
    text-transform: none;
    color: #000;
    font-weight: 300;
}

.cvtext1{
	font-size: 20px; 
	color: #000; 
	font-family: Verdana; 
}

.cvtext2{
	font-size: 16px; 
	color: #000; 
	font-family: Verdana; 
}

.cvtext3{
	font-size: 13px; 
	color: #000; 
	font-family: Verdana; 
}

#cvifooter{
	font-family: Arial, sans-serif;
    font-size: 13px;
	color: #666;
	text-align:left;
    margin: 0 49% 0 auto;
    width: 500px;
	max-width:100%;
    padding: 5px 0;
}

#cvinotice{
	font-family: Arial, sans-serif;
    font-size: 13px;
	color: #666;
	text-align: center;
    width: 1000px;
	max-width:100%;
    padding: 5px 0;
}
#cvifooter a{
	color: #000099;
}
#cvifooter a:hover{
	color: #000;
}

/* responsive styles */

@media (max-width:1350px){
	.cvtitle {
		 font-size: 55px;
	}
	#badge{
		right: -5%;
		top: -300%;
	}
	#badgeimg{
		max-width: 90%;
		height: auto;
	}
}
@media (max-width:1150px){
	.cvtitle {
		 font-size: 50px;
	}
	#stripe{
		margin-top:70px;
	}
	#sharetext{
		margin-top:50px;
	}
	#badge{
		right: -5%;
		top: -250%;
	}
	#badgeimg{
		max-width: 80%;
		height: auto;
	}
}

@media (max-width:950px){
	#stripe{
		margin-top:70px;
	}
	#badge{
		right: -5%;
		top: -250%;
	}
	#badgeimg{
		max-width: 70%;
		height: auto;
	}
}

@media (max-width:700px){
	#stripe{
		margin-top:50px;
	}
	#stripeimg{
		max-width: 90%;
	}
	#badge{
		right: -5%;
		top: -250%;
	}
	#badgeimg{
		max-width: 60%;
		height: auto;
	}
}

@media (max-width:590px){
	.cvtitle {
		 font-size: 40px;
	}
	#stripe{
		margin-top:40px;
	}
	#stripeimg{
		max-width: 80%;
	}
	#badge{
		right: -5%;
		top: -250%;
	}
	#badgeimg{
		max-width: 50%;
		height: auto;
	}
}

@media (min-width:1600px) {
	#badge{
		right: 10%;
	}
}

@media (min-width:1900px) {
	#badge{
		right: 14%;
	}
}

@media (min-width:2200px) {
	#badge{
		right: 20%;
	}
}

@media (min-width:2500px) {
	#badge{
		right: 22%;
	}
}