2015-01-09 08:09:29 -08:00
|
|
|
@import url(https://fonts.googleapis.com/css?family=Love+Ya+Like+A+Sister);
|
|
|
|
|
|
|
|
html,
|
|
|
|
body,
|
2017-05-04 14:39:03 -07:00
|
|
|
div,
|
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2015-01-09 08:09:29 -08:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
body, h1, h2, h3, h4, h5, h6 {
|
|
|
|
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2017-05-03 08:07:44 -07:00
|
|
|
body {
|
2017-05-04 14:39:03 -07:00
|
|
|
/* Flex box: center everything horizontally */
|
2017-05-03 08:07:44 -07:00
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
2017-05-04 14:39:03 -07:00
|
|
|
font-size: 12pt;
|
2017-05-03 08:07:44 -07:00
|
|
|
}
|
|
|
|
|
2017-05-04 14:39:03 -07:00
|
|
|
h1 {
|
|
|
|
font-family: "Love Ya Like A Sister", Georgia, serif;
|
|
|
|
font-size: 4.5em;
|
|
|
|
margin-bottom: 0.25em;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-04 14:39:03 -07:00
|
|
|
h1, a:hover {
|
|
|
|
/*color: #ee2e64;*/
|
|
|
|
color: #3486ff;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-04 14:39:03 -07:00
|
|
|
h1 small {
|
2015-01-09 08:09:29 -08:00
|
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 a:hover {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
2017-05-04 14:39:03 -07:00
|
|
|
p, li, dt, dd {
|
|
|
|
font-weight: 200;
|
|
|
|
line-height: 1.4em;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|
|
|
|
|
2017-05-04 14:39:03 -07:00
|
|
|
a {
|
|
|
|
color: #44accf;
|
2015-01-09 08:09:29 -08:00
|
|
|
text-decoration: none;
|
2017-05-04 14:39:03 -07:00
|
|
|
-webkit-transition: color 100ms;
|
|
|
|
transition: color 100ms;
|
2015-01-09 08:09:29 -08:00
|
|
|
}
|