@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
a:visited {
  color: #FFFFFF; }

h1 {
  font-size: 28px;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; } }

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 1px; }

.container {
  padding: 0 10px; }

ul {
  padding: 0; }

li {
  list-style-type: none; }

@media (min-width: 768px) {
  .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 80px; } }

.header {
  background: #000000;
  color: #FFFFFF; }
  .header a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700; }
  .header .logo:hover {
    background: none;
    color: inherit;
    text-decoration: none; }

.internal-header {
  overflow: hidden;
  position: relative; }

.internal-header a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  letter-spacing: 2px; }

.internal-header a.icon {
  background: black;
  position: absolute;
  right: 15px;
  top: 15px; }

.internal-header a:hover {
  background-color: #ddd;
  color: black; }

.active {
  background-color: #04AA6D;
  color: white; }

.navigation {
  display: none; }

@media (min-width: 768px) {
  .internal-header {
    display: flex; }
    .internal-header a {
      display: inline-flex; }
    .internal-header .icon {
      display: none; }
    .internal-header .logo {
      width: 15%; }
    .internal-header .navigation {
      display: block;
      width: 85%;
      text-align: end; }
  .nav-item {
    display: inline; } }

.footer {
  background: #000000;
  color: #FFFFFF;
  margin-top: 40px; }

.footer-row {
  display: grid; }
  .footer-row a {
    text-decoration: none;
    color: #FFFFFF; }
    .footer-row a:visited {
      color: #FFFFFF; }
    .footer-row a .footer-bmc {
      height: 40px;
      position: absolute;
      right: 0;
      bottom: 0; }
    .footer-row a .footer-logo {
      height: 150px;
      position: absolute;
      right: 0;
      bottom: 0; }
  .footer-row .newsletter-column {
    width: 100%;
    display: block;
    order: 1;
    margin: 20px 0; }
  .footer-row .footer-column {
    position: relative; }
    .footer-row .footer-column:first-child {
      margin-top: 40px; }
    .footer-row .footer-column ul li {
      padding: 8px 0; }
      .footer-row .footer-column ul li:hover {
        cursor: pointer;
        text-decoration: underline; }
  .footer-row .column {
    width: 100%;
    order: 2; }

.copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px; }

.footer-bmc {
  display: none; }

@media (min-width: 768px) {
  .footer-row {
    display: flex;
    padding-top: 40px; }
    .footer-row .newsletter-column {
      order: 2; }
      .footer-row .newsletter-column .footer-bmc {
        display: block;
        height: 20px;
        position: absolute;
        bottom: 0;
        right: 0; }
    .footer-row .footer-column:first-child {
      margin-top: 0; }
    .footer-row .footer-column li {
      padding: 8px 0; }
  .copyright {
    text-align: left; } }

.main {
  margin-top: 40px; }

.title-wrapper {
  text-align: center; }

.responsive {
  width: 100%;
  height: auto; }

.hero {
  background-image: url("/images/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: 200px;
  z-index: 1; }
  .hero .container {
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: auto;
    z-index: 10; }
    .hero .container .box {
      position: absolute;
      bottom: 0;
      right: 0; }

.images .column {
  padding: 5px; }

.nav-item {
  display: inline;
  padding: 10px 20px; }

.climbing {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/climbing.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }

.scotland {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/scotland.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.hut {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/hut.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }

.worldsend {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/worldsend.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.newsletter {
  background-image: url("/images/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: 160px;
  color: white; }
  .newsletter .wrapper {
    padding: 40px; }

.membership-card {
  height: 200px;
  margin-top: 20px; }

.member-title {
  margin-top: 40px; }

h1.title {
  font-size: 18px; }

@media (min-width: 768px) {
  .hero {
    height: 680px; }
  h1.title {
    font-size: 50px; }
  .images {
    display: flex; }
  .climbing,
  .scotland,
  .worldsend,
  .hut {
    height: 500px;
    background-position: center; } }

.merch-hero-banner {
  position: relative; }
  .merch-hero-banner .hero {
    background-image: url("/images/merch-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    height: 266px;
    color: #FFFFFF; }
    .merch-hero-banner .hero .center {
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #000000;
      padding: 15px; }

.purple-hoodie {
  height: 300px;
  width: 300px;
  background-image: url("/images/purple-hoodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.red-hoodie {
  height: 300px;
  width: 300px;
  background-image: url("/images/red-hoodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.black-hoodie {
  height: 300px;
  width: 300px;
  background-image: url("/images/black-hoodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.black-tee {
  height: 300px;
  width: 300px;
  background-image: url("/images/black-tee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.yellow-tee {
  height: 300px;
  width: 300px;
  background-image: url("/images/yellow-tee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.blue-tee {
  height: 300px;
  width: 300px;
  background-image: url("/images/blue-tee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

a {
  text-decoration: none; }

.bttn {
  display: block;
  padding: 11px 20px;
  background: #000000;
  font-weight: 700;
  border: 5px solid #000000;
  margin: 10px 0 20px 0; }
  .bttn:hover {
    background: #FFFFFF;
    color: #000000; }

.merchandise {
  text-align: center; }
  .merchandise a {
    color: #FFFFFF; }
    .merchandise a:visited {
      color: #FFFFFF; }

@media (min-width: 768px) {
  .merch-images {
    display: flex; }
    .merch-images p {
      padding: 0 20px; }
  .merchandise {
    margin-top: 40px; }
    .merchandise a {
      text-align: center; }
    .merchandise .bttn {
      width: 150px;
      margin: auto; }
    .merchandise .column {
      margin: 20px 0px; } }

.contact {
  margin-top: 40px;
  height: 100vh; }
  .contact .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 60px 20px;
    text-align: center;
    margin: 40px auto auto auto; }
  .contact .title {
    text-align: center; }
  .contact a {
    color: #000000;
    font-weight: 700; }
    .contact a:visited {
      color: #000000; }

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.contact-email {
  width: 150px; }

.about-hero-banner {
  position: relative; }
  .about-hero-banner .hero {
    background-image: url("/images/club.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
    color: #FFFFFF;
    height: 300px; }
  .about-hero-banner .center {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    padding: 15px;
    z-index: -1; }

.about .container {
  text-align: center; }

@media (min-width: 768px) {
  .about-hero-banner .centered {
    top: 50%; } }

.membership {
  margin-bottom: 20px;
  text-align: center; }
  .membership a {
    color: #000000;
    font-weight: 700; }
    .membership a:visited {
      color: #000000; }

.membership-hero-banner {
  position: relative; }
  .membership-hero-banner .hero {
    background-image: url("/images/membership-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
    color: #FFFFFF;
    height: 300px;
    background-position: right; }
  .membership-hero-banner .center {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    padding: 15px;
    z-index: -1; }

@media (min-width: 768px) {
  .membership-hero-banner .hero {
    background-position: center; } }

a:visited {
  color: #FFFFFF; }

h1 {
  font-size: 28px;
  letter-spacing: 1px; }

@media (min-width: 768px) {
  h1 {
    font-size: 40px; }
  h2 {
    font-size: 32px; } }

.about-hero-banner {
  position: relative; }
  .about-hero-banner .hero {
    background-image: url("/images/club.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
    color: #FFFFFF;
    height: 300px; }
  .about-hero-banner .center {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    padding: 15px;
    z-index: -1; }

.about .container {
  text-align: center; }

@media (min-width: 768px) {
  .about-hero-banner .centered {
    top: 50%; } }

.contact {
  margin-top: 40px;
  height: 100vh; }
  .contact .container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 60px 20px;
    text-align: center;
    margin: 40px auto auto auto; }
  .contact .title {
    text-align: center; }
  .contact a {
    color: #000000;
    font-weight: 700; }
    .contact a:visited {
      color: #000000; }

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%; }

.contact-email {
  width: 150px; }

.footer {
  background: #000000;
  color: #FFFFFF;
  margin-top: 40px; }

.footer-row {
  display: grid; }
  .footer-row a {
    text-decoration: none;
    color: #FFFFFF; }
    .footer-row a:visited {
      color: #FFFFFF; }
    .footer-row a .footer-bmc {
      height: 40px;
      position: absolute;
      right: 0;
      bottom: 0; }
    .footer-row a .footer-logo {
      height: 150px;
      position: absolute;
      right: 0;
      bottom: 0; }
  .footer-row .newsletter-column {
    width: 100%;
    display: block;
    order: 1;
    margin: 20px 0; }
  .footer-row .footer-column {
    position: relative; }
    .footer-row .footer-column:first-child {
      margin-top: 40px; }
    .footer-row .footer-column ul li {
      padding: 8px 0; }
      .footer-row .footer-column ul li:hover {
        cursor: pointer;
        text-decoration: underline; }
  .footer-row .column {
    width: 100%;
    order: 2; }

.copyright {
  font-size: 10px;
  text-align: center;
  margin-top: 40px;
  padding-bottom: 10px; }

.footer-bmc {
  display: none; }

@media (min-width: 768px) {
  .footer-row {
    display: flex;
    padding-top: 40px; }
    .footer-row .newsletter-column {
      order: 2; }
      .footer-row .newsletter-column .footer-bmc {
        display: block;
        height: 20px;
        position: absolute;
        bottom: 0;
        right: 0; }
    .footer-row .footer-column:first-child {
      margin-top: 0; }
    .footer-row .footer-column li {
      padding: 8px 0; }
  .copyright {
    text-align: left; } }

.header {
  background: #000000;
  color: #FFFFFF; }
  .header a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 700; }
  .header .logo:hover {
    background: none;
    color: inherit;
    text-decoration: none; }

.internal-header {
  overflow: hidden;
  position: relative; }

.internal-header a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
  letter-spacing: 2px; }

.internal-header a.icon {
  background: black;
  position: absolute;
  right: 15px;
  top: 15px; }

.internal-header a:hover {
  background-color: #ddd;
  color: black; }

.active {
  background-color: #04AA6D;
  color: white; }

.navigation {
  display: none; }

@media (min-width: 768px) {
  .internal-header {
    display: flex; }
    .internal-header a {
      display: inline-flex; }
    .internal-header .icon {
      display: none; }
    .internal-header .logo {
      width: 15%; }
    .internal-header .navigation {
      display: block;
      width: 85%;
      text-align: end; }
  .nav-item {
    display: inline; } }

.main {
  margin-top: 40px; }

.title-wrapper {
  text-align: center; }

.responsive {
  width: 100%;
  height: auto; }

.hero {
  background-image: url("/images/hero.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: 200px;
  z-index: 1; }
  .hero .container {
    position: relative;
    max-width: 1280px;
    height: 100%;
    margin: auto;
    z-index: 10; }
    .hero .container .box {
      position: absolute;
      bottom: 0;
      right: 0; }

.images .column {
  padding: 5px; }

.nav-item {
  display: inline;
  padding: 10px 20px; }

.climbing {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/climbing.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }

.scotland {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/scotland.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.hut {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/hut.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top; }

.worldsend {
  height: 200px;
  width: 100%;
  background-image: url("/images/insta/worldsend.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.newsletter {
  background-image: url("/images/hero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #000000;
  height: 160px;
  color: white; }
  .newsletter .wrapper {
    padding: 40px; }

.membership-card {
  height: 200px;
  margin-top: 20px; }

.member-title {
  margin-top: 40px; }

h1.title {
  font-size: 18px; }

@media (min-width: 768px) {
  .hero {
    height: 680px; }
  h1.title {
    font-size: 50px; }
  .images {
    display: flex; }
  .climbing,
  .scotland,
  .worldsend,
  .hut {
    height: 500px;
    background-position: center; } }

.membership {
  margin-bottom: 20px;
  text-align: center; }
  .membership a {
    color: #000000;
    font-weight: 700; }
    .membership a:visited {
      color: #000000; }

.membership-hero-banner {
  position: relative; }
  .membership-hero-banner .hero {
    background-image: url("/images/membership-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    position: relative;
    color: #FFFFFF;
    height: 300px;
    background-position: right; }
  .membership-hero-banner .center {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #000000;
    padding: 15px;
    z-index: -1; }

@media (min-width: 768px) {
  .membership-hero-banner .hero {
    background-position: center; } }

.merch-hero-banner {
  position: relative; }
  .merch-hero-banner .hero {
    background-image: url("/images/merch-header.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000000;
    height: 266px;
    color: #FFFFFF; }
    .merch-hero-banner .hero .center {
      position: absolute;
      top: 20%;
      left: 50%;
      transform: translate(-50%, -50%);
      background: #000000;
      padding: 15px; }

.purple-hoodie {
  height: 300px;
  width: 300px;
  background-image: url("/images/purple-hoodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.red-hoodie {
  height: 300px;
  width: 300px;
  background-image: url("/images/red-hoodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.black-hoodie {
  height: 300px;
  width: 300px;
  background-image: url("/images/black-hoodie.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.black-tee {
  height: 300px;
  width: 300px;
  background-image: url("/images/black-tee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.yellow-tee {
  height: 300px;
  width: 300px;
  background-image: url("/images/yellow-tee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

.blue-tee {
  height: 300px;
  width: 300px;
  background-image: url("/images/blue-tee.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto; }

a {
  text-decoration: none; }

.bttn {
  display: block;
  padding: 11px 20px;
  background: #000000;
  font-weight: 700;
  border: 5px solid #000000;
  margin: 10px 0 20px 0; }
  .bttn:hover {
    background: #FFFFFF;
    color: #000000; }

.merchandise {
  text-align: center; }
  .merchandise a {
    color: #FFFFFF; }
    .merchandise a:visited {
      color: #FFFFFF; }

@media (min-width: 768px) {
  .merch-images {
    display: flex; }
    .merch-images p {
      padding: 0 20px; }
  .merchandise {
    margin-top: 40px; }
    .merchandise a {
      text-align: center; }
    .merchandise .bttn {
      width: 150px;
      margin: auto; }
    .merchandise .column {
      margin: 20px 0px; } }

body {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  letter-spacing: 1px; }

.container {
  padding: 0 10px; }

ul {
  padding: 0; }

li {
  list-style-type: none; }

@media (min-width: 768px) {
  .container {
    max-width: 1280px;
    margin: auto;
    padding: 0 80px; } }
