/* reset */
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-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset */

html {
    height: 100%;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 24px;
    background: #006e98;
    color: #fff;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

strong {
    font-weight: bold;
}

p, h3 {
    text-shadow:0 0 3px #000c30;
    cursor: default;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
}

h3 {
    font-weight: bold;
    font-size: 2rem;
}

a {
    color: #ffae00;
    text-decoration: none;
    transition: color 50ms;
}

a:hover,
a:visited:hover {
    color: #ffd220;
    transition: color 100ms, text-shadow 100ms;
    text-shadow:0 0 5px #000c30;
}

img {
    height: auto;
    width: 100%;
    max-width: 1000px;
    /* max-height: 151px; */
    /* padding: 20px; */
    /* margin-top: -25%; */
    flex: 1 1 auto;
}

main {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 60rem;
    flex: 1 1 auto;
}

section.content {
    margin: 0 auto;
    max-width: 30rem;
    padding: 0 1rem 1rem;
}

p.by {
    font-size: 1.3rem;
    line-height: 2rem;
}

p.by span {
    font-weight: bold;
    display: block;
}

p.logline {
    text-align: initial;
    text-align: justify;
    padding: 0 1rem;
}

h3 span {
    font-size: 2.5rem;
    font-weight: normal;
    padding: 0 0.5rem;
    color: #fff;
    font-family: Georgia, "Times New Roman", Times, serif;
}

p.mail {
    margin-bottom: 0;
}

footer {
    width: 100%;
    background-color: #01658d;
    text-align: center;
    font-size: 0.75em;
    line-height: 3em;
    cursor: default;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
