/*
	Read Only by HTML5 UP
	html5up.net | @ajlkn
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

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;
}

body {
  -webkit-text-size-adjust: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input,
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

/* Basic */

html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background: #fff;
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
  -moz-animation: none !important;
  -webkit-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

body,
input,
select,
textarea {
  color: black;
  font-family:
    "Just Another Hand",
    cursive,
    Brush Script MT,
    cursive;
  font-size: 2.75rem;
  font-weight: 400;
  line-height: 1.75em;
}

a {
  -moz-transition:
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -webkit-transition:
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -ms-transition:
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition:
    color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  border-bottom: solid 1px #e4e4e4;
  color: inherit;
  text-decoration: none;
}

a:hover {
  border-bottom-color: transparent;
  color: rgba(232, 232, 232, 0.5) !important;
}

strong,
b {
  color: #777;
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

p {
  margin: 0;
  font-size: 55px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #777;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 0.5625em 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  border: 0;
  color: inherit;
  text-decoration: none;
}

h2 {
  font-size: 2rem;
  line-height: 1.5em;
}

h3 {
  font-size: 2.75rem;
  line-height: 1.5em;
}

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em;
}

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
}

hr {
  border: 0;
  border-bottom: solid 2px #f4f4f4;
  margin: 2.25em 0;
}

hr.major {
  margin: 3.375em 0;
}

blockquote {
  border-left: solid 8px #e4e4e4;
  font-style: italic;
  margin: 0 0 2.25em 0;
  padding: 0.5em 0 0.5em 2em;
}

code {
  background: #555;
  border-radius: 5px;
  color: #fff;
  font-family:
    "Just Another Hand",
    cursive,
    Brush Script MT,
    cursive;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em;
}

pre {
  font-family:
    "Just Another Hand",
    cursive,
    Brush Script MT,
    cursive;
  font-size: 0.9em;
  margin: 0 0 2.25em 0;
}

pre code {
  -webkit-overflow-scrolling: touch;
  display: block;
  line-height: 1.5em;
  overflow-x: auto;
  padding: 1em 1.5em;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

/* Container */
.container {
  margin: 0 auto;
  max-width: calc(100% - 4.5em);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container.xsmall {
  width: 11.25em;
}

.container.small {
  width: 22.5em;
}

.container.medium {
  width: 33.75em;
}

.container.large {
  width: 56.25em;
}

.container.xlarge {
  width: 67.5em;
}

.container.max {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .container {
    width: 100% !important;
  }
}

@media screen and (max-width: 480px) {
  .container {
    max-width: calc(100% - 3.375em);
  }
}

/* Section */

section.special {
  text-align: center;
}

header p {
  color: #aaa;
  position: relative;
  margin: 0 0 1.6875em 0;
}

header h2 + p {
  font-size: 3rem;
  margin-top: -0.5em;
  line-height: 1.5em;
  margin-bottom: 1.2rem;
}

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.35em;
  line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.25em;
  line-height: 1.5em;
}

header.major h2 {
  color: rgba(0, 14, 57, 0.8);
  font-size: 2.8em;
}

header.major h2 + p {
  color: #777;
  font-size: 1.75em;
  font-weight: 700;
  margin-top: -0.75em;
}

.image {
  -moz-object-fit: cover;
  -webkit-object-fit: cover;
  -ms-object-fit: cover;
  object-fit: cover;
  display: flex;
  justify-content: center;
}

/* Photos */
.photos {
  display: flex;
  gap: 5px;
  justify-content: center;
  padding-top: 15px;
}

.pho {
  width: 15% !important;
  border-radius: 5px;
}

/* Main */
#main > section {
  border-top: solid 6px rgba(0, 14, 57, 0.8);
}

#main > section > .container {
  padding: 6em 0 4em 0;
}

#main > section:first-child {
  border-top: 0;
}

/* Footer */

#footer {
  background: #fafafa;
  border-top: 0;
  color: #c0c0c0;
  overflow: hidden;
  padding: 4em 0 2em 0;
}

#footer .copyright {
  line-height: 1em;
  list-style: none;
  padding: 0;
}

#footer .copyright li {
  border-left: solid 1px #d4d4d4;
  display: inline-block;
  font-size: 0.8em;
  margin-left: 1em;
  padding-left: 1em;
}

#footer .copyright li:first-child {
  border-left: 0;
  margin-left: 0;
  padding-left: 0;
}

#footer .copyright li a {
  color: inherit;
}

/* XLarge */

@media screen and (max-width: 1680px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 13pt;
  }

  /* Main */

  #main > section > .container {
    padding: 4em 0 2em 0;
  }
}

/* Large */

@media screen and (max-width: 1280px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 11pt;
  }
}

/* Medium */

#titleBar {
  display: none;
}

@media screen and (max-width: 1024px) {
  /* Basic */

  html,
  body {
    overflow-x: hidden;
  }

  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }

  /* Image */

  .image.left,
  .image.right {
    max-width: 40%;
  }

  .image.left img,
  .image.right img {
    width: 100%;
  }
}
/* Small */

@media screen and (max-width: 736px) {
  /* Basic */

  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }

  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br,
  h6 br {
    display: none;
  }

  h2 {
    font-size: 1.75em;
  }

  h3 {
    font-size: 1.5em;
  }

  h4 {
    font-size: 1em;
  }

  /* Image */

  .image.left {
    margin: 0 1.5em 1em 0;
  }

  .image.right {
    margin: 0 0 1em 1.5em;
  }

  .image {
    height: 12em;
  }

  /* Section */

  header br {
    display: none;
  }

  header.major h2 {
    font-size: 2.5em;
  }

  header.major h2 + p {
    font-size: 1.5em;
  }

  /* Main */
  #main > section > .container {
    padding: 2em 0 0 0;
  }

  .image {
    width: 100% !important;
  }

  img {
    width: 100% !important;
  }
}

/* XSmall */
@media screen and (max-width: 480px) {
  /* Basic */
  html,
  body {
    min-width: 320px;
  }

  body,
  input,
  select,
  textarea {
    font-size: 12pt;
  }

  .image {
    width: 100% !important;
  }

  img {
    width: 100% !important;
  }
}

.main {
  display: flex;
  flex-direction: column;
}

.facebook-link {
  font-weight: bold;
}

.form-container {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}

.image-container {
  display: flex;
  justify-content: center;
}
.image-container img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.text-container {
  margin: 0 auto;
  max-width: calc(100% - 4.5em);
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-wrap: break-word;
  min-height: 0;
  box-sizing: border-box;
}

section {
  display: flow-root;
}

.text-container p,
.text-container p * {
  margin: 0;
  display: block;
  box-sizing: border-box;
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;
  position: static !important;
  transform: none !important;
}

.text-container p {
  font-size: 55px;
  line-height: 1.1;
}

.text-container p::before,
.text-container p::after {
  display: none !important;
}

.bottom-text-container p,
.bottom-text-container p * {
  display: unset;
}

.image {
  width: 100% !important;
}
