@charset "UTF-8";
/* CSS Document */
.purple {
    color: #58089C;
}
.gold {
    color:#C58F1F;
}

.intro {
    height:auto;
    color:#ffffff;
    background: #09044D
}
.topper {
    text-align: center;
}
.supernature {
    font-size:1.5rem;
    line-height: 1.3rem;
    text-align: left;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
.supernature-small {
    font-size: 1rem;
    line-height: 1rem;
    text-align: right;
    font-style: italic;
}
.txt-box {
    margin: auto;
    width: 75%;
    padding-top:1.5rem;
}
.girl-img {
	margin: auto;
	width: 53%;
	height: auto;
	opacity: 1;
}
@media (max-width: 320px) {
    .girl-img {
	margin: auto;
	width: 100%;
	height: auto;
	opacity: 1;
    
}
}