@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #262222;
  padding: 1em;
  text-align: center;
}

a {
  color: #8c0303;
}
a:hover {
  color: #262222;
}

#bio {
  margin: 0.4em 0 1em;
}

#name {
  font-family: "Bree Serif", serif;
}

#links, #love {
  float: none;
  margin-top: 1em;
  line-height: 1.8em;
}
#links ul a, #love ul a {
  text-decoration: none;
}
#links ul a:hover, #links ul a:focus, #love ul a:hover, #love ul a:focus {
  text-decoration: underline;
}

@media all and (min-width: 1000px), only screen and (device-width: 768px) and (orientation: landscape) {
  #name #firstname, #name #lastname {
    width: 38%;
    margin-top: 1.5em;
  }
  #name #firstname {
    float: left;
  }
  #name #lastname {
    float: right;
  }
  #name #arthur {
    width: 24%;
    margin-left: 38%;
  }
  #name #arthur img {
    vertical-align: middle;
    max-width: 100%;
  }
  #links, #love {
    font-size: 1.5em;
  }
  #links ul, #love ul {
    list-style-type: none;
  }
  #links ul, #links ul li, #love ul, #love ul li {
    margin: 0;
    padding: 0;
    display: inline;
  }
  #links ul li:after, #love ul li:after {
    content: " ・ ";
  }
  #links ul li:last-child:after, #love ul li:last-child:after {
    content: "";
  }
}
@media all and (max-width: 999px), only screen and (device-width: 320px), only screen and (device-width: 768px) and (orientation: portrait) {
  #arthur {
    padding-top: 1.5em;
  }
  #arthur img {
    max-width: 80%;
  }
  #links, #love {
    font-size: 2em;
  }
  #links ul, #love ul {
    list-style: none;
  }
  #links ul li, #love ul li {
    list-style-image: none;
    list-style-type: none;
    margin-left: 0;
  }
  #links ul li a:hover, #love ul li a:hover {
    text-decoration: none;
  }
  #links ul li a:hover:before, #links ul li a:hover:after, #love ul li a:hover:before, #love ul li a:hover:after {
    content: " ・ ";
  }
}

/*# sourceMappingURL=site.css.map */
