.dragonCollection, .dragonCollection:hover, .dragonCollection:active, .dragonCollection:focus {
	background: rgba(223, 211, 177,0);
 	border-radius: 20px;
	border: 10px solid rgba(216, 174, 131, 0);
	text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
	font-family: "chelsea_market_regular";
	color: rgb(0, 33, 68);
	text-align: center;
	outline: none;
	text-decoration: none;
}

/* .dragonCollection:hover, .dragonCollection:active, .dragonCollection:focus {
	text-decoration: underline rgb(0, 33, 68);
} */

@media only screen and (orientation: landscape){
  .dragonCollection, .dragonCollection:hover, .dragonCollection:active, .dragonCollection:focus {
    font-size: 3vh;
  }
   #main, #main:hover, #main:active, #main:focus {
  	font-size: 4vh;
  }
}

@media only screen and (orientation: portrait){
  .dragonCollection, .dragonCollection:hover, .dragonCollection:active, .dragonCollection:focus {
    font-size: 6vw;
  }
    #main, #main:hover, #main:active, #main:focus {
  	font-size: 4vw;
  }
}


