/* @CHARSET "ISO-8859-1"; */
/* Reset CSS
 * --------------------------------------- */

@font-face {
  font-family: Oswald;
  src: url(../font/Oswald-Regular.ttf);
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
}
table {
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
strong {
  font-weight: bold;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  /* color:#444; */
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
}

/* ***************************************** */
/* ***************************************** */

/* custom codes */

body {
  font-family: "Oswald", sans-serif;
  background: #d0d1c0;
}
.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative;
}
h1 {
  font-size: 6em;
}
p {
  font-size: 2em;
}
.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em;
}

.purchase-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;        /* Container takes full width */
  height: 100%;  
  margin-bottom: 4%;   /* Set desired height for the container */
}

.purchase-image img {
  width: 85%;       /* Resize the image */
  height: auto;
  margin-top: 11%;      /* Maintain aspect ratio */
}

.purchase-text {
  width: 85%;   /* Same width as the image */
  margin: 0 auto; /* Center horizontally */
  text-align: center;
  font-size: x-large;
  margin-bottom: 10%;
  text-align: left;
}

.links {
  margin-top: 5%;
  width: 100%;
}

.button-container {
  display: flex;
  flex-direction: column; /* Stacks buttons vertically */
  align-items: center; /* Centers buttons horizontally */
  margin-top: 4%;
}


.haag-btn {
  display: flex;
  justify-content: center;  /* Horizontal center */
  align-items: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 350px; /* or any max size you want */
  height: 70px;
  background-color: #ffffff;
  color: #000000;
  font-size: 170%;
  border: 2px solid black;
  border-left: #787876 6px ridge;
  border-bottom: #787876 6px outset;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.haag-btn:hover {
  background-color: #011167;
  color: #ffffff;
}




/* ***************************************** */
/* menu bar */

#menu {
  position: fixed;
  display: block;
  width: 100%;
  height: 60px;
  background-color: #000000;
  top: 0;
  margin: 0;
  z-index: 9;
}

#menu a {
  color: #ffffff;
  padding: 0 20px 0 10px;
  line-height: 60px;
}

#menu .logo {
  height: 55px;
}

#menu .fa-bars {
  color: #d0d1c0;
  font-size: 25px;
  padding: 0 10px;
  line-height: 60px;
  background: none;
  border: none;
}

/* ***************************************** */
/* overlay menu */

#overlay-menu {
  display: none;
}

#overlay-menu.reveal {
  display: block;
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000000;
  color: #818379;
  z-index: 100;
  text-align: center;
}

#overlay-menu.reveal a {
  color: #ffffff;
  padding: 0 20px 0 10px;
  position: relative;
  top: 100px;
  font-size: 3em;
  display: block;
}

#overlay-menu.reveal .fa-close {
  color: #ffffff;
  padding: 0 20px 0 10px;
  position: relative;
  top: 100px;
  font-size: 3em;
  background: none;
  border: none;
}


/* ***************************************** */
/* sections */

.section {
  background: #d0d1c0;
  color: #000000;
  text-align: justify;
  padding: 75px 0;
}

.section img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.section img.short {
  max-height: 485px;
}

.section .row {
  padding-top: 50px;
}

#section1 {
  text-align: left;
}

#section2 .haag-btn {
  margin: 20px 10px;
  width: 100%;
  background-color: #000000;
  color: #d0d1c0;
  height: 100px;
  font-size: 3em;
  border-right: #818379 10px solid;
  border-radius: 0;
}

#section2 .haag-btn a {
  color: #d0d1c0;
  text-decoration: none;
}

#section3 {
  text-align: center;
}

#section3 i {
  font-size: 40px;
  color: #000000;
}

#section3 a {
  padding: 20px;
}

#section3 .copyright {
  text-transform: uppercase;
  padding: 20px 0;
  display: block;
}

/* ***************************************** */
/* responsive codes */

@media only screen and (max-width: 480px) {
  #overlay-menu.reveal a {
    display: block;
  }

  #section0 img {
    height: auto;
    max-width: 100%;
  }

  #section1 h1 {
    font-size: 16px;
  }

  #section1 p {
    font-size: 14px;
  }

  #section2 .haag-btn {
    margin: 10px 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
  }
}
