/* === Baseline Reset CSS === */

/* Box sizing reset */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin & padding */
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,
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;
  vertical-align: baseline;
}

/* Set core body defaults */
html {
  font-size: 100%; /* 16px by default */
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  font-family: "Riccione", "Georgia",serif;
  background-color: #fff;
  color: #002fa3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  min-height: 100vh; /* Ensures the body takes up at least the full viewport height */
  margin: 0; /* Removes default body margin */
  width:100%;
}

@font-face {
  font-family: "Riccione";
  src: url('fonts/RiccioneSerial-Xlight.otf');
}


/* Remove list styles */
ol, ul {
  list-style: none;
}

/* Remove link underlines by default */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset images */
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Reset form elements */
button, input, optgroup, select, textarea {
  font: inherit;
  color: inherit;
  margin: 0;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Make sure tables don’t have spacing */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Provide a strong focus outline for accessibility */
:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* === Optional Base Typography === */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
  font-size:54px;
  text-align:center;
  line-height:1;
  font-family:"Riccione";
}


.fullbody {
  width: 90%; margin-left:auto;margin-right:auto;margin-top:40px;
}

.bodylogo {
  max-width:300px; margin-left:auto;margin-right:auto;
}

.bodycopy {
position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
max-width:1260px;
width:90%;
}

.contact {
  border:1px solid #002fa3;
  border-radius:30px;
  width:150px;
  padding:14px;
  margin-top:60px;
  margin-left:auto;margin-right:auto;
  text-align:center;
  font-family:helvetica, sans-serif;
  text-transform: uppercase;
  font-size:12px;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

li {
  float: left;
    font-family:helvetica, sans-serif;
font-size:12px;
}

li a {
  display: block;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
}

ul.listleft {
  width:50%;
  float:left;
}

ul.listright {
  width:50%;
  float:right;
}

ul.listright li {
  float:right;
  text-align:right;
    padding: 20px;
      text-align: center;
display:block;

}


@media all and (max-width: 1024px) {
  /* put your css styles in here */

li {
  float: left;
    font-family:helvetica, sans-serif;
font-size:22px;
}

.contact {
  border:1px solid #002fa3;
  border-radius:30px;
  width:200px;
  padding:14px;
  margin-top:60px;
  margin-left:auto;margin-right:auto;
  text-align:center;
  font-family:helvetica, sans-serif;
  text-transform: uppercase;
  font-size:22px;
}
.bodylogo {
  max-width:400px;
  width:70%; margin-left:auto;margin-right:auto;
}

p {
  margin-bottom: 1rem;
  font-size:54px;
  text-align:center;
  line-height:1;
  font-family:"Riccione";
}

}
