@import url('https://fonts.googleapis.com/css?family=Open+Sans|Calligraffitti|Cinzel');

.title-name {
   font-size: 1.6em;
   font-family: 'Calligraffitti', cursive;
}

a,
a:visited {
    cursor: pointer;
    text-decoration: none !important;
}

header h1 {
   display: flex;
	font-size: 1.7em;
   font-family: 'Cinzel', serif;
   line-height: 1.1em;
}

header h1 a {
    position: relative;
}

.sub-heading {
    position: absolute;
    right: 5px;
    font-size: .6em;
    line-height: .5em;
}

