/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

/* Custom CSS Here */

html {
  font-family: "acumin-pro", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
}

/* If I declare a typeface for the HTML element, it will affect eveyrything on the page unless I make a more specific rule for particular elements */

html * {
  box-sizing: border-box;
}

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

main {
  background: white;
  margin: 2%;
  /* margin is outside the element */
  padding: 2%;
  /* paadding is inside the element */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: acumin-pro, sans-serif;
  font-weight: 100;
  font-style: normal;
}
/* This will override using Indivisible for the h1, and use 100 weight instead. For this rule, we have serialized h1-h6.  */

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}
.gallery figure img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

section.gallery {
  /* background-color: orangered; */
  margin: 1rem;
  border-radius: 1rem;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.gallery figure {
  background: white;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  border-radius: 0.5rem;
  /* when declaring 4 values, the order is top, right, bottom, left */
  width: 48%;
  height: 48%;
  transition: 0.3s ease-in-out transform;
  height: 600px;
}

section.gallery figure:hover {
  transform: rotate(0deg) scale(1.1);
  transition: 0.6s ease-in-out transform;
  z-index: 100;
}

/* When we write the number in the paranthesis, we can either name an object with an explicit number (e.g. "2" for the second item) OR we can name a repeating pattern*/

/* NAV CSS starts here */

nav {
  position: fixed;
  bottom: 0;
  width: 100%;
}

nav {
  background-color: rgba(255, 255, 255, 0.671);
}

nav a {
  display: block;
  background-color: rgba(255, 255, 255, 0.671);
  color: black;
  text-decoration: none;
  padding: 1rem;
}

nav a.on {
  /* background: rgb(94, 84, 42); */
  font-weight: 800;
}

nav a.hamburger {
  display: none;
  width: 3rem;
  padding: 0.5rem;
}

nav a:hover {
  background: white;
  font-weight: 800;
}

nav ul {
  display: flex;
  flex-wrap: nowrap;
  /* flex-direction: row is automatic and default; */
}

nav ul ul li {
  position: relative;
}

nav ul ul li ul {
  display: none;
}

nav ul ul li:hover ul {
  display: block;
  position: absolute;
  bottom: 3rem;
  left: 0;
}

@media screen and (max-width: 500px) {
  section.gallery figure {
    width: 100%;
  }

  nav ul ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }

  nav > ul > li > ul {
    display: none;
  }

  nav ul ul li:hover ul {
    position: static;
    top: auto;
    left: auto;
  }

  nav ul ul ul a {
    padding-left: 2rem;
  }
  nav a.hamburger {
    display: block;
    width: 3rem;
  }

  nav > ul > li:hover > ul {
    display: block;
  }
}

.timelinegallery {
  display: flex;
}

.full-bleed-container {
  height: 100vh;
}

/* .full-bleed-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */

blockquote {
  margin: 1em 0;
  padding: 0 1em;
  font-style: italic;
  text-align: center; /* if you want to center the pull quote */
}

blockquote p {
  margin-bottom: 0.5em;
}

blockquote cite {
  display: block;
  text-align: right;
  font-style: normal;
}

.pullquote {
  font-size: 1.25em;
  font-style: italic;
  text-align: center;
  margin: 1em 0;
  padding: 0.5em;
  border: 2px solid #ccc;
  border-radius: 10px;
}

.pullquote p {
  font-size: 1.5em;
  margin: 0;
  padding: 0;
}

.image-list img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  margin-right: 10px;
}

#home {
  background-color: transparent;
  width: 1200px;
  height: 2500px;
  position: center;
}

#agua {
  background-color: transparent;
  width: 1200px;
  height: 600px;
  position: center;
  padding-top: 20rem;
}

.wide-image {
  width: 100%;
}

.small-image {
  scale: 70%;
}

.small-image2 {
  scale: 90%;
  padding-top: 2rem;
}

.aboutp {
  padding-top: 3rem;
  padding-left: 20rem;
  padding-right: 20rem;
  padding-bottom: 3rem;
}

.marginpic {
  padding-bottom: 6rem;
}

.lefthelp {
  padding-left: 3rem;
}

.aguap {
  padding-right: 48rem;
}
