@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;
}
#quoteCersei {
	width: 100%;
	height: 100%;
	background-image: url("../images/cerseiLong.jpg");
	background-position: left;
	background-size: cover;
 	background-repeat: no-repeat; 
	padding-left: 100px;
	padding-top: 300px;
	padding-right: 800px;
	box-sizing: border-box;
	font-family: 'game_of_thronesregular';
	color: #c09a60;
	letter-spacing: 2px;
	line-height: 140%;
	font-size: 40px;
}

@media screen and (min-width: 1300px) and (max-width: 1800px){
	#quoteCersei {
		background-size: right;
		padding-top: 300px;
		padding-right: 800px;
		background-image: url("../images/cerseiLong.jpg");
		background-position: left;
		font-size: 36px; 
	}
}
@media screen and (min-width: 1000px) and (max-width: 1300px){
	#quoteCersei {
		background-size: right;
		padding-top: 300px;
		padding-right: 450px;
		background-image: url("../images/cerseiLong.jpg");
		background-position: left;
		font-size: 30px; 
	}
}

@media screen and (max-width: 1000px){
	#quoteCersei {
		padding-left: 50px;
		padding-top: 100px;
		padding-right: 80px;
		background-image: url("../images/cerseiMob.jpg");
		background-size: cover;
		background-position: center;
		font-size: 20px; 
	}
}

