@font-face {
    font-family: 'game_of_thronesregular';
    src: url('game_of_thrones-webfont.woff2') format('woff2'),
         url('game_of_thrones-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a{
	text-decoration: none;
}
#quoteJon {
	width: 100%;
	height: 100%;
	background-image: url("../images/jonLong.png");
	background-position: right;
	background-size: cover;
 	background-repeat: no-repeat; 
	padding-left: 100px;
	padding-top: 100px;
	padding-right: 600px;
	box-sizing: border-box;
	font-family: 'game_of_thronesregular';
	color: #d4d4d4;
	letter-spacing: 2px;
	line-height: 140%;
	font-size: 40px;
}


@media screen and (min-width: 900px) and (max-width: 1200px){
	#quoteJon {
		background-size: center;
		background-image: url("../images/jonLong.png");
		background-position: right;
		font-size: 30px; 
	}
}

@media screen and (max-width: 900px){
	#quoteJon {
		padding-left: 50px;
		padding-top: 100px;
		padding-right: 80px;
		background-image: url("../images/jonMob.jpg");
		background-size: cover;
		background-position: right;
		font-size: 25px; 
	}
}

