@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

html, body {
  font-family: "Nunito Sans", sans-serif;
  color: #333;
  font-size: 16px;
}

h1, h2, h3, h4 {
  font-family: 'Bebas Neue', 'Impact', sans-serif;
}

p {
  line-height: 1.6;
  max-width: 50em;
}

button, input, .cta {
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  outline: none;
}

.white-bg {
  background-color: #ffffff;
}
.dark-bg {
  background-color: #141414;
  color: #ffffff;
}


.wrap, .tab-row {
  margin: 0 auto;
  max-width: 1000px;
}

.nav {
  position: fixed;
  z-index: 3;
  width: 100%;
  transition: 300ms ease;
}

.brand {
  float: left;
  line-height: 60px;
  color: white;
  font-weight: 500;
  padding-left: 1rem;
}
.brand span {
  font-size: 1.2em;
  font-family: 'Bebas Neue', 'Impact', sans-serif;
}
.brand img {
  vertical-align: middle;
  height: calc(60px - 1rem);
  margin-right: 0.5rem;
}
.top-menu li {
  display: block;
  float: left;
  height: 60px;
}
.top-menu li a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: #fff;
  padding: 0 1em;
}
.top-menu li a:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}

.mobile-open {
  display: block;
}

.hamburger-btn {
  float: right;
  display: block;
  border: none;
  background: transparent;
  color: #fff !important;
  height: calc(60px - 1rem);
  width: calc(60px - 1rem);
  padding: 0;
  position: relative;
}
@media screen and (min-width: 640px) {
  .hamburger-btn {
    display: none;
  }
}
.hamburger-btn:hover {
  background: rgba(0, 0, 0, 0.1);
}
.hamburger-btn .hamburger-line {
  height: 2px;
  width: calc(60px - 2rem);
  background: #fff;
  display: block;
  position: absolute;
  left: calc(0.5rem - 1px);
  transition: transform 150ms ease-in, top 150ms ease-out 150ms, bottom 150ms ease-out 150ms, opacity 150ms ease 75ms;
}
.hamburger-btn .hamburger-line:first-child {
  top: 0.75rem;
}
.hamburger-btn .hamburger-line:nth-child(2) {
  top: calc(50% - 1px);
}
.hamburger-btn .hamburger-line:last-child {
  bottom: 0.75rem;
}

.hamburger-cross .hamburger-line {
  transition: transform 150ms ease-out 150ms, top 150ms ease-in, bottom 150ms ease-in, opacity 150ms ease 75ms;
}
.hamburger-cross .hamburger-line:first-child {
  transform: rotate(45deg);
  top: calc(50% - 1px);
}
.hamburger-cross .hamburger-line:nth-child(2) {
  top: calc(50% - 1px);
  opacity: 0;
}
.hamburger-cross .hamburger-line:last-child {
  transform: rotate(-45deg);
  bottom: calc(50% - 1px);
}

.scroll {
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.scroll .top-menu li a, .scroll .brand {
  color: #fff;
}
.scroll .hamburger-line {
  background: #fff;
}

.hero {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-image: url(img/IMG_20220102_202241.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  color: #fff;
  display: table;
  width: 100%;
  text-align: center;
  text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
}
.hero:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000000, #000000);
  opacity: 0.6;
  z-index: -1;
}
.hero h1 {
  font-size: 4em;
  margin-bottom: 1rem;
}
.hero p {
  font-size: 2em;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-weight: 300;
}
.hero .content {
  display: table-cell;
  vertical-align: middle;
}

h1, h2, p {
  margin: 1em 0;
}

h2 {
  font-size: 2rem;
  line-height: 0.5;
}

a {
  color: #e14;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.pl40 {
  padding-left: 40px;
}

.tab-row {
  display: block;
}

.tab-row {
  display: table;
}

.main {
  background: #f8f8f8;
}

.main section {
  padding: 100px 1rem;
}

.feature {
  background-image: url(img/Mungo_Park.jpeg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top;
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}
.feature:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #000000, #000000);
  opacity: 0.9;
  z-index: -1;
}

.footer {
  background: #141414;
  color: #ddd;
  padding: 2rem;
}
.footer li {
  line-height: 1.5;
}
.footer a {
  color: #aaa;
}
.footer hr {
  border: 0;
  height: 1px;
  background: #a2aebb;
}

.col-12, .col-6, .col-4 {
  width: 100%;
}


.service {
  background: #fff;
  margin: 20px auto;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  vertical-align: middle;
  -webkit-box-flex: 1;
  flex: 1;
  display: block;
  width: 200px;
  height: 75px;
  flex-wrap: wrap;
  border: 2px solid #48bb48;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.service h4 {
  font-size: 22px;
}

.service i {
  font-size: 3.45rem;
  margin: 1rem 0;
}


.navbar-toggler:focus {
    box-shadow: none;
}


.thumbnail {
  max-width: 250px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}

.enlarge {
    max-width: 300px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.enlarge:hover {
    max-width: 310px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}


@media screen and (min-width: 640px) {
  .col-12, .col-6, .col-4 {
    float: left;
  }
}
.tab-row > .col-12, .tab-row > .col-6, .tab-row > .col-4 {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  float: none;
}

@media screen and (max-width: 640px) {
  .thumbnail {
    max-width: 400px !important;
  }
}



button.cta, a.cta {
    margin: 10px;
    font-size: 20px;
    padding: 8px 0px;
    width: 190px;
    display: inline-block;
    background: #48bb48;
    color: white;
    border: none;
    cursor: pointer;
    transition: 200ms ease;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
    border-radius: 7px;
}
button.cta:hover, a.cta:hover {
  background: #e14;
  box-shadow: 0 0.25em 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}