/* CSS Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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,
table,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

body {
  padding: 60px 16px;
  color: #ffffff;
  background-color: #000000;
  background-image: url("../images/bg-maramay--mobile.jpg");
  background-size: cover;
  background-position: top center;
  min-height: 100vh;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
}

.container {
  max-width: 600px;
  margin: 0 auto;
}

.responsive-video {
  aspect-ratio: 16 / 9;
  margin-bottom: 40px;
}

.small-text {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 16px;
}

.main-text {
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

.highlight {
  background: #f07d30;
  background: linear-gradient(
    10deg,
    rgba(240, 125, 48, 1) 15%,
    rgba(221, 41, 72, 1) 85%
  );
}

.logo {
  display: block;
  margin-bottom: 250px;
}

.logo img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.wpp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
}

@media(max-width: 991.98px) {
    body {
        padding-bottom: 100px;
    }
}

@media (min-width: 992px) {
  body {
    background-image: url("../images/bg-maramay.jpg");
    background-position: center center;
  }

  .container {
    max-width: 1750px;
  }

  .responsive-video {
    margin-bottom: 0px;
  }

  .small-text {
    text-align: left;
  }

  .main-text {
    font-size: 1.25rem;
    text-align: left;
  }

  .logo {
    margin-bottom: 200px;
  }

  .logo img {
    max-width: 247px;
  }

  .row {
    display: flex;
    align-items: center;
  }

  .col {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col:nth-child(2) {
    padding: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .small-text {
    font-size: 1.25rem;
    margin-bottom: 24px;
  }

  .main-text {
    font-size: 1.5rem;
  }

    .logo {
    margin-bottom: 300px;
  }

  .col:nth-child(2) {
    padding: 40px 100px;
  }
}
