@font-face {
  font-family: 'Oswald';
  src: url('../fonts/oswald-v36-latin-regular.woff') format('woff'),
  url('../fonts/oswald-v36-latin-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/oswald-v36-latin-500.woff') format('woff'),
  url('../fonts/oswald-v36-latin-500.woff2') format('woff2');
  font-display: swap;
}

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/oswald-v36-latin-700.woff') format('woff'),
  url('../fonts/oswald-v36-latin-700.woff2') format('woff2');
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
}

html {
  height: 100%;
}

a {
  color: #8a8a8a;
}
a:hover, a:focus, a:active {
  color: #8a8a8a;
}

img {
  max-width: 100%;
}

h1 {
  font-family: "OswaldBold", Sans-Serif;
  font-size: 2.5em;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  h1 {
    padding-bottom: 20px;
  }
}

h2 {
  font-family: "OswaldBold", Sans-Serif;
  font-size: 2em;
  padding-bottom: 20px;
}

h3 {
  font-size: 1.8em;
  padding-bottom: 20px;
}

p {
  margin: 0;
}

.yellowBtn {
  font-family: "OswaldMedium", Sans-Serif;
  padding: 10px 40px;
  background: #ffdd00;
  color: #960613;
  font-size: 1.5em;
  display: block;
  margin: 20px 30px 0;
}
@media screen and (min-width: 768px) {
  .yellowBtn {
    display: inline-block;
    margin: 10px 0 0;
  }
}
.yellowBtn:hover, .yellowBtn:active, .yellowBtn:focus {
  color: #5c040c;
  text-decoration: none;
}

body {
  font-family: "Oswald", Sans-Serif;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 16px;
  }
}
body .content {
  padding-top: 40px;
  padding-bottom: 40px;
}
body .first-container {
  background-image: url("/images/stpatrick2020/BG01.jpg");
  background-size: cover;
  position: relative;
  height: 100vh;
  color: #000;
}
body .first-container .header {
  height: 15vh;
  display: flex;
  justify-content: center;
}
body .first-container .header img {
  max-height: 100%;
  display: block;
  margin: auto;
}
body .first-container .content {
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body .first-container .content img {
  max-height: 50vh;
  display: block;
}
body .first-container .moveDown {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}
body .first-container .moveDown img {
  margin: auto;
}
body .second-container {
  background-color: #005524;
  background-size: cover;
  background-position: center center;
  color: #000;
}
body .second-container .content .block {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  body .second-container .content .block {
    margin-bottom: 40px;
  }
}
body .second-container .content .block.reverseBlock {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  body .second-container .content .block.reverseBlock {
    flex-direction: row;
  }
}
body .second-container .content .block .bonusImg {
  padding: 0 10%;
}
body .second-container .content .help {
  padding-top: 20px;
}
body footer {
  color: #8a8a8a;
}
body footer .section {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  body footer .section {
    padding-bottom: 20px;
  }
}
body footer .section.copyright {
  padding-bottom: 0;
}
body footer .footer1 {
  background: #1a1a1a;
}
body footer .footer1 h3 {
  font-family: "OswaldBold", Sans-Serif;
  color: #fff;
}
body footer .footer1 .leftpart,
body footer .footer1 .rightpart {
  display: flex;
  justify-content: center;
  align-items: center;
}
body footer .footer1 .rightColumn {
  align-self: center;
}
body footer .footer1 .text1 {
  color: #fff;
}
body footer .footer1 .text3 a {
  color: #ffd500;
}
body footer .footer2 {
  background: #000;
}
body footer .footer2 .banking img,
body footer .footer2 .social img {
  max-width: 35px;
}
@media screen and (min-width: 768px) {
  body footer .footer2 .banking img,
body footer .footer2 .social img {
    max-width: 100%;
  }
}

/*# sourceMappingURL=lp_stpatrick2020.css.map */
