@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;
}
#quoteTyrion {
	width: 100%;
	height: 100%;
	background-image: url("../images/tyrionLong.png");
	background-position: center;
	background-size: cover;
 	background-repeat: no-repeat; 
	padding-left: 100px;
	padding-top: 450px;
	padding-right: 1000px;
	box-sizing: border-box;
	font-family: 'game_of_thronesregular';
	color: #c8b598;
	letter-spacing: 2px;
	line-height: 140%;
	font-size: 40px;
}

@media screen and (min-width: 1200px) and (max-width: 1600px){
	#quoteTyrion {
		background-size: cover;
		background-image: url("../images/tyrionLong.png");
		background-position: center;
		padding-right: 800px;
		padding-top: 450px;
		font-size: 30px; 
	}
}
@media screen and (min-width: 1100px) and (max-width: 1200px){
	#quoteTyrion {
		background-size: cover;
		background-image: url("../images/tyrionLong.png");
		background-position: center;
		padding-right: 700px;
			padding-top: 450px;
		font-size: 30px; 
	}
}
@media screen and (min-width: 850px) and (max-width: 1100px){
	#quoteTyrion {
		background-size: cover;
		background-image: url("../images/tyrionLong.png");
		background-position: center;
		padding-right: 500px;
		padding-top: 450px;
		font-size: 25px; 
	}
}
@media screen and (max-width: 850px){
	#quoteTyrion {
		padding-left: 50px;
		padding-top: 100px;
		padding-right: 80px;
		background-image: url("../images/tyrionMob.png");
		background-size: cover;
		background-position: right;
		font-size: 15px; 
	}
}