.jewels {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D2007C;
	text-decoration: none;
	float: left;
  	text-align: center;
	height: 100%;
	width: 100%;
	margin-top: 80px;
}

.style3{
	font-size: 30px;
	
}

.main_logo{
display: block;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
	padding-top: 50px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.logo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #D2007C;
	text-decoration: none;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.contact {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	left: 0;
  	right: 0;
	display: block;
	width: 100%;
}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: d2007c;
	text-decoration: none;
}

.main_logo {
    text-align: center;

    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.2s; /* Firefox < 16 */
        -ms-animation: fadein 0.2s; /* Internet Explorer */
         -o-animation: fadein 0.2s; /* Opera < 12.1 */
            animation: fadein 0.2s;
}

.logo {
    text-align: center;

    -webkit-animation: fadein 0.2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 0.2s; /* Firefox < 16 */
        -ms-animation: fadein 0.2s; /* Internet Explorer */
         -o-animation: fadein 0.2s; /* Opera < 12.1 */
            animation: fadein 0.2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
