
body {
	background: #503494;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	line-height: 2em;
}

a {
	color: rgba(255,255,255,.5);
	text-decoration: none;
}

a:hover, a:active {
	color: rgba(255,255,255,.75);
	text-decoration: none;
}


.bg-dark {
	background-color: #3E226B !important;
}
.bg-pc {
	background-color: #503494 !important;
}

.pc-heading {
	background-color: white;
	color: #503494;
	font-size: 1.1rem;
	font-weight: bold;
	border-radius: 15px;
	-webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    margin-bottom: 50px;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	padding: 10px;
}

.pc-card {
	max-width: 586px;
}

.title-image {
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #3E226B;
}

.pc-image {
	border: 1px solid #3E226B;
}

.pc-logo {
	width: 100px;
	height: 100px;
}

.ab-heading {
	max-width: 586px;
}

.ab-header {
	border-bottom-right-radius: 50% 15% !important;
	border-bottom-left-radius: 50% 15% !important;
	border-top-right-radius:50% 15% !important;
	border-top-left-radius: 50% 15% !important;
}

footer {
	height: 200px;
	border-bottom-right-radius: 0 0 !important;
	border-bottom-left-radius: 0 0 !important;
	border-top-right-radius:50% 15% !important;
	border-top-left-radius: 50% 15% !important;	
}

.pc-title {
	font-size: 1.5rem;
	font-weight: bold;
}


@media ( min-width : 576px) {
	.pc-heading {
		hfont-size: 1.3rem;
	}
	.pc-title {
	font-size: 2rem;
	}
	
	.pc-logo {
		width: 150px;
		height: 150px;
	}
	
}
@media ( min-width : 765px) {
	footer {
		height: 100px;
	}
}

@media ( min-width : 1200px) {
	.pc-heading {
		font-size: 1.6rem;
	}
	.pc-title {
		font-size: 3rem;
	}
	
	.pc-logo {
		width: 200px;
		height: 200px;
	}
}

