html,body {
  height: 100%;
  width: 100%;
}

body {
  background-color: #1d1d1d;
  color: #1d1d1d;
  margin: 0;
  font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size:14px;
  line-height:1.428571429;
}

.body-main {
  background-color: black;
}

/* Navbar */
.navbar-custom {
  background-color: black;
}

.navbar-custom-link {
  color: #e0e0e0;
  text-transform: uppercase;
  cursor: pointer;
  padding-right: 0px;
  margin-right: 0px;
  font-size: 2rem;
  font-weight: 600;
}

.section-dark {
  background-color: #161616;
  border-radius: 0.0rem;
}

.section-a {
  background-color: #161616;
}

.section-b {
  background-color: #181818;
}

.section-light {
  background-color: #161616;
  border-radius: 2.5rem;
}

.section-standout {
  background-color: #af903b;
  border-radius: 2.5rem;
}

.divider {
  border: 0px;
  height: 5rem;
  border-style: none;
  background-color: #000000;
  border-radius: 0px;
}

.gold {
  background-color: #a4a199 !important;
}

.rounded-corners {
  border-radius: 2.5rem;
}

.divider-short {
  border: 0px;
  height: 2px;
  border-style: none;
  background-color: rgb(57, 57, 57);
  border-radius: 25px;
  width: 50%;
  justify-content: center;
}

.container {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  justify-content: center;
}

.container-fluid {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
}

.text-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: rgb(223, 223, 223);
}

.text-title-big {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #393939
}

.text-title-big-darker {
  font-family: 'Poppins', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #65625c
}

.text-large {
    font-family: 'Veranda', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    color: rgb(190, 190, 190);
}

.text-small {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 0.5vw);
  font-weight: 600;
  color: rgb(190, 190, 190);
}

.text-small-subtitle {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 0.5vw);
  font-weight: 600;
  color: #969490;
}

.text-large-sub {
  font-family: 'Veranda', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  color: rgb(190, 190, 190);
}

.text-quote {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 1vw);
  font-weight: 400;
  font-style: italic;
  color: rgb(190, 190, 190);
}

.text-quote-smaller {
  font-family: 'Veranda', sans-serif;
  font-size: calc(1rem + 0.5vw);
  font-weight: 400;
  font-style: italic;
  color: rgb(190, 190, 190);
}

.text-regular {
    font-family: 'Veranda', sans-serif;
    /* font-size: calc(1rem + 1vw); */
    /* font-size: clamp(5rem, 5vw+1rem, 5rem); */
    font-size: 1.6rem;
    font-weight: 400;
    color: rgb(123, 123, 123);
    text-align: left;
    line-height: 1.5;
}

.text-regular-center {
  font-family: 'Veranda', sans-serif;
  /* font-size: calc(1rem + 1vw); */
  /* font-size: clamp(5rem, 5vw+1rem, 5rem); */
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(123, 123, 123);
  text-align: center;
  line-height: 1.5;
}

.text-irish {
  font-family: 'Veranda', sans-serif;
  /* font-size: calc(1rem + 1vw); */
  /* font-size: clamp(5rem, 5vw+1rem, 5rem); */
  font-size: 1.5rem;
  font-weight: 400;
  color: rgb(161, 161, 161);
  text-align: left;
  line-height: 1.5;
  font-style: italic;
}

.text-latest {
  font-family: 'Courier New', sans-serif;
  font-size: 2rem;
  color: rgb(205, 56, 56);
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .text-regular {
    font-size: 1.3rem;
  }

  .text-regular-center {
    font-size: 1.3rem;
  }

  .text-irish {
    font-size: 1.3rem;
  }

  .text-large {
    font-size: 2rem;
  }

  .text-title {
    font-size: 2.5rem;
  }

  .text-title-big {
    font-size: 3rem;
  }
  .text-title-big-darker {
    font-size: 3rem;
  }
}

a:link {
  color: rgb(208, 208, 208);
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: rgb(137, 137, 137);
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: rgb(233, 233, 233);
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: rgb(176, 176, 176);
  background-color: transparent;
  text-decoration: underline;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:normal;line-height:1.1;color:#333}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}
h1,.h1{font-size:45px;line-height:48px}
h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}

a{color:#3282e6;}
a:hover,a:focus{color:#165db5;text-decoration:underline}

.text-center{text-align:center}


.black {
    background-color: black!important;
}

.red {
    background-color: red!important;
}

.blue {
  background-color: blue!important;
}

.pink {
  background-color: pink!important;
}

.white {
  background-color: white!important;
}

.yellow {
  background-color: rgb(255, 221, 0)!important;
}

.brown {
  background-color: brown;
}

.purple {
  background-color: purple;
}

.orange {
  background-color: orange;
}

.magenta {
  background-color: magenta!important;
}

.auto-resizable-iframe {
  max-width: 420px;
  margin: 0px auto;
}

.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.text-title-large {
  font-family: 'Poppins', sans-serif;
  margin-right: 1em !important;
  color: #bdbdbd;
  font-size: 2rem;
  text-transform: uppercase;
}

.section-footer {
  background-color: #000000;
  border-radius: 0rem;
}

.button-general {
  width: 100%;
  text-align: center;
  vertical-align: bottom;
  height: calc((.2em + 4vmin) + (.2em + 4vmax));
  line-height: calc((.2em + 4vmin) + (.2em + 4vmax));
  border-radius: 10px;
  background-color: #ab8e2f;
  color: rgb(18, 18, 18);
  font-size: calc((.4em + 1vmin) + (.4em + 1vmax));
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  outline: none;
  border-style: none;
}

.button-general a {
  color: rgb(18, 18, 18);
}

.button-general:focus {
  outline: none;
}
