h3 {
	margin-top: 0;
	font-family: 'Great Vibes', cursive;
	font-size: 40px;
}
.background-image {
    background-image: url(b.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed;
    background-size: cover;
    background-color: #414a4f;
    z-index: -1;
}
.background-text {
	font-family: 'Nanum Pen Script', cursive;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 100px;
}
.background-text-guide {
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 100px;
}

h3 span {
	font-family: 'Nanum Pen Script', cursive;
	font-size: 20px;
	font-weight: normal;
}
a {
	color: white;
}
@media all and (max-width: 767px) {
        h3 {
		margin-bottom: 0;
		font-size: 20pt;
	}
	h3 span {
		font-size: 15px;
	}
        .background-text {
                font-size: 10pt;
		padding: 40px 20px;
        }
}
