﻿ @font-face {
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/open-sans-v34-latin-regular.eot');
     src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
 }

 @font-face {
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/open-sans-v34-latin-700.eot');
     src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     min-height: 100%;
 }

 body {
     font-family: 'Open Sans', Arial, sans-serif;
     font-size: 14px;
     line-height: 23px;
     text-align: left;
     color: #231f20;
     font-weight: 400;
 }

 #wrapper {
     margin: 0.75rem auto;
     padding: 0 1.5625rem;
     max-width: 610px;
     background-color: #fff;
     overflow: hidden;
     position: relative;
     border: solid thin #cbcbcb;
 }

 header {
     margin: 0 -2.1875rem;
     padding: 0.625rem 2.1875rem;
     border-top: 11px solid #0c1e63;
 }

 footer {
     margin: 0.625rem -1.5625rem 0;
     padding: 0 1.5625rem;
     display: flex;
     justify-content: space-between;
     background: #e1e1e1;
     border-bottom: 11px solid #0c1e63;
     align-items: flex-start;
 }

 footer p {
     margin-bottom: 0 !important;
     padding: 10px 0;
     font-size: 95%;
 }

 footer img {
     display: block;
 }

 h1 {
     margin: 0.4375rem 0 20px;
     font-size: 1.3375rem;
     line-height: 1.6875rem;
     color: #0c1e63;
     font-weight: 700;
     border-top: 2px solid #0c1e63;
     padding: 11px 0 0;
 }

 p:not(:last-child) {
     margin: 0 0 1.4375rem;
 }
 p span{
    display: block;
    margin-top: 7px;
    }
article p:first-of-type{text-align: justify;}
 :is(a:link, a:visited, a:hover, a:active) {
     color: #231f20;
     text-decoration: none;
 }

 img {
     max-width: 100%;
 }

 @media screen and (max-width: 610px) {
     #wrapper {
         border: none;
         margin: 0;
         hyphens: auto;
     }
     article p:first-of-type{text-align: left;}
     :is(p a, p span) {
         white-space: nowrap;
     }

     br {
         display: none;
     }

     footer {
         gap: 10px;
     }

     footer p {
         width: 79%;
     }
 }

 @media screen and (max-width: 480px) {

     footer {
         flex-direction: column;
         align-items: center;
         padding: 0.625rem 1.5625rem;
     }

     footer p {
         width: auto;
         margin-bottom: 0.625rem !important;
         text-align: center;
     }
 }