* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
}

/* NAVBAR */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  position: fixed;
  width: 100%;
  background: white;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.nav-links a {
  margin-left: 20px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* HERO SECTION */
.hero {
  height: 100vh;
  background: linear-gradient(
    rgba(0,0,0,0.4),
    rgba(0,0,0,0.4)
  ),
  url("images/hero.jpg") center/cover no-repeat;

  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}

.hero h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 20px;
  margin-bottom: 20px;
}
.hero {
  height: 100vh;
  background: url("images/hero.jpg") center/cover no-repeat;
}

.btn {
  display: inline-block;
  padding: 12px 24px;
  background: green;
  color: white;
  text-decoration: none;
  font-weight: bold;
  width: fit-content;
}

.abott {
  height: 100vh;
  background: url("images/abott.jpg") center/cover no-repeat;
}
.abott {
  height: 100vh;                     /* full screen */
  background: url("images/abott.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;            /* stack h1 and p vertically */
  justify-content: center;           /* vertical centering */
  align-items: center;               /* horizontal centering */
  text-align: center;
  padding: 0 20px;                   /* side padding on small screens */
  color: white;                      /* simple black text */
}
.abott h1,
.abott p {
  margin: 0;
}

.abott h1 {
  font-size: 4rem;                   /* big title */
  font-weight: bold;
}

.abott p {
  font-size: 1.8rem;                 /* subtitle */
  margin-top: 20px;
  max-width: 700px;                  /* prevent very wide lines */
}
.reddit{
  height: 100vh;
  background: url("images/reddit.jpg") center/cover no-repeat;
}
.reddit {
  height: 100vh;                     /* full screen */
  background: url("images/reddit.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;            /* stack h1 and p vertically */
  justify-content: center;           /* vertical centering */
  align-items: center;               /* horizontal centering */
  text-align: center;
  padding: 0 20px;                   /* side padding on small screens */
  color: white;                      /* simple black text */
}
.reddit h1,
.reddit p {
  margin: 0;
}

.reddit h1 {
  font-size: 4rem;                   /* big title */
  font-weight: bold;
}

.reddit p {
  font-size: 1.8rem;                 /* subtitle */
  margin-top: 20px;
  max-width: 700px;                  /* prevent very wide lines */
}
.bun{
  height: 100vh;
  background: url("images/bun.jpg") center/cover no-repeat;
}
.bun {
  height: 100vh;                     /* full screen */
  background: url("images/bun.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;            /* stack h1 and p vertically */
  justify-content: center;           /* vertical centering */
  align-items: center;               /* horizontal centering */
  text-align: center;
  padding: 0 20px;                   /* side padding on small screens */
  color: white;                      /* simple black text */
}
.bun h1,
.bun p {
  margin: 0;
}

.bun h1 {
  font-size: 4rem;                   /* big title */
  font-weight: bold;
}

.bun p {
  font-size: 1.8rem;                 /* subtitle */
  margin-top: 20px;
  max-width: 700px;                  /* prevent very wide lines */
}
.bong{
  height: 100vh;
  background: url("images/bong.jpg") center/cover no-repeat;
}
.bong {
  height: 100vh;                     /* full screen */
  background: url("images/bong.jpg") center/cover no-repeat;
  display: flex;
  flex-direction: column;            /* stack h1 and p vertically */
  justify-content: center;           /* vertical centering */
  align-items: center;               /* horizontal centering */
  text-align: center;
  padding: 0 20px;                   /* side padding on small screens */
  color: white;                      /* simple black text */
}
.bong h1,
.bong p {
  margin: 0;
}

.bong h1 {
  font-size: 4rem;                   /* big title */
  font-weight: bold;
}

.bong p {
  font-size: 1.8rem;                 /* subtitle */
  margin-top: 20px;
  max-width: 700px;                  /* prevent very wide lines */
}
