*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
-moz-osx-font-smoothing: grayscale;
outline: none;
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
border:0;
margin:0;
padding:0
}

/* bitter-regular - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/bitter-v28-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v28-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v28-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v28-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v28-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v28-latin-regular.svg#Bitter') format('svg'); /* Legacy iOS */
}
/* bitter-700 - latin */
@font-face {
  font-family: 'Bitter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/bitter-v28-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/bitter-v28-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/bitter-v28-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/bitter-v28-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/bitter-v28-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/bitter-v28-latin-700.svg#Bitter') format('svg'); /* Legacy iOS */
}

a, .animate {
text-decoration:underline;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease; 
color: rgba(20,52,35,1);
}

.bitter {
font-family: 'Bitter', serif !important;
}

html { 
font-size: 62.5%;
height: 100%;
position: relative
}

img {
max-width:100%;
height: auto;
vertical-align:bottom;
-webkit-transform: translateZ(0);
}

body {
height:100% !important;
font-family: 'Open sans', sans-serif !important;
font-weight: 400;
font-size: 1.6rem;
line-height: 150%;
position: relative;
color: rgba(20,52,35,1);
}

#topWrapper {
text-align: center;
background-color: #A21916
}

#textWrapper {
margin: 0 auto;
max-width: 1000px;
padding: 50px;
}

#leftContent h2,
#leftContent p {
margin: 30px 0 0 0
}

#rightContent {
margin: 30px 0 0 0
}

#rightContent p {
margin: 0 0 30px 0
}

#rightContent p.bank {
font-weight: bold
}

#rightContent ul {
list-style: none;
margin: 0 0 30px 0
}

#rightContent ul li {
padding: 5px 5px 5px 15px;
background: url(../images/list.png) no-repeat left center;
background-size: 7px
}

.gallery {
display: flex;
gap: 20px;
margin: 0 0 30px 0
}

.gallery .item {
width: 25%;
font-size: 1.5rem;
line-height: 120%;
}

.gallery strong {
display: inline-block;
margin: 0 0 5px 0;
}

.gallery .item img {
margin: 0 0 7px 0
}

#footerWrapper {
margin: 0 auto;
max-width: 1000px;
padding: 0 50px 50px 50px;
font-size: 1.4rem
}

#footerWrapper .spacer {
margin: 0 5px
}

/* ----------------------------------------------------------------------------- MAX WIDTH 768 PX */

@media only screen and (max-width:768px) {
	
#textWrapper {
display: block;
padding: 30px;
}

#rightContent {
margin: 30px 0 0 0
}

.gallery {
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr 1fr;
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.gallery .item {
width: auto;
}

#footerWrapper {
padding: 0 30px 30px 30px;
}

#footerWrapper .spacer {
display: block;
height: 0;
opacity: 0;
visibility: hidden
}
	
}

@media only screen and (max-width:480px) {


.gallery {
display: block;
}

.gallery .item {
margin: 0 0 30px 0
}
	
}