body {
	font-family : Georgia, serif;
	font-style: italic;
	font-size: 36px;
	font-size: 3vw;
	line-height: 4vw;
	background-color: #000000;
	color: #606060;
}

div {
    width: 50%;
}
.quote {
    margin: 20% auto 0 auto;
}
span {
	color: #FFFFFF;
	font-style: normal;
}
.speaker {
    font-size: 1.5vw;
    margin: 3.5% auto 0 auto;
    text-align: right;
}
.about {
    font-size: 1.1vw;
    line-height: 1.7vw;
}
.about a {
	color: #606060;
}
.about a:hover {
	color: #FFFFFF;
}

.article .quote {
    margin: 10% auto 0 auto;
}
.article a {
    color: #FFFFFF;
    font-style: normal;
    text-transform: lowercase;
    text-decoration: none;
}
.article a:before {
    content: "[";
}
.article a:after {
    content: "]";
}
.article a:hover {
    color: #FFFFB0;
}


@media (min-width: 768px) {
    .long .quote {
        margin: 3% auto 0 auto;
    }
    .long .speaker {
        font-size: 2.5vw;
    }
}

@media (max-width: 767px) {
    div {
        width: 90%;
	    font-size: 5.20vw;
	    line-height: 7.1vw;
    }
    .quote {
        margin: 48% auto 0 auto;
    }
    .long .quote {
        margin: 8% auto 0 auto;
    }
    .speaker {
	    font-size: 4.5vw;
        margin: 3.5% auto 0 auto;
    }
    .about {
	    font-size: 4.5vw;
        line-height: 5vw;
    }
}
