@charset "UTF-8";
/* CSS Document */

h1, h2, h3 {
	text-align: center;
}

.read-text {
	margin-bottom: 20px;
	text-align: center;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
}

.heading-h2 {
	margin: 30px 0;
}

.btn-default {
	margin: 10px auto;
    padding: 16px 10px 16px 20px;
	width: 300px;
	background-color: #48217a;
    border-color: #3c1c66;
}

.btn-default a {
    color: #FFF;
	text-decoration: none;
	white-space: normal;
	letter-spacing: 1px;
}

.btn-default:hover {
    background-color: #301652;
    border-color: #200f36;
}

@media screen and (max-width:767px) {
.btn-default {
	width: 80%;
}
}