* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

div {
  vertical-align: baseline;
}

:root {
  --bg-color: #d45649;
  --white: #fff;
  --bgBlue: #519cd7;
  --bgGray: #99a5a5;
  --bgOrange: #e27f65;
  --black: #000;
  --lightBlack: #1f1f1f;
}

.text-links {
  display: none;
}

.logo {
  margin: 0 auto 1rem auto;
}

.logo-text {
  font-size: 1.6rem;
  font-weight: 800;
}

.fas,
.far {
  font-size: 18px;
}

.fa-globe {
  font-size: 40px;
  color: var(--white);
}

.fa-wifi {
  transform: rotate(40deg);
}

.fai {
  font-size: 40px;
}

.bg-color {
  background-color: var(--bg-color);
}

form .bg-color {
  background-color: var(--bg-color);
}

.text-orange {
  color: var(--bg-color);
}

.bgOrange {
  background-color: var(--bgOrange);
}

.bgGray {
  background-color: var(--bgGray);
}

.bgBlue {
  background-color: var(--bgBlue);
}

.bgBlack {
  background-color: var(--black);
}

.bgLightBlack {
  background-color: var(--lightBlack);
}

.btn-search {
  background-color: #457db4;
}

.clear-results {
  background-color: #e6ac5b;
}

nav {
  justify-content: center;
}

.nav-container {
  padding: 16px;
  flex-direction: column;
}

.nav-bar {
  padding: 0 1.5rem;
}

.hero-image {
  background: url(/assets/hero-img.jpg) center;
  height: 80vh;
  max-width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero-search {
  opacity: 0.9;
}

form {
  margin: 0 16px;
  padding: 8px;
}

.more .rounded-circle {
  height: 250px;
  width: 250px;
}

.top-line {
  border-top: 1px solid white;
}

.btm-line {
  border-bottom: 1px solid white;
}

.flex-footer,
.container2 {
  display: flex;
  flex-direction: column;
}

.f-flex {
  display: flex;
  justify-content: space-around;
}

.search-container {
  background-color: #eee;
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  width: 90%;
  height: 100%;
  margin: auto;
  text-align: center;
}

.title {
  color: grey;
  font-size: 16px;
}

button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.card img {
  width: 100%;
  height: 350px;
}

.camp-name img {
  width: 40px;
  height: 40px;
}

.details .btn-apply {
  background-color: #457db4;
  float: right;
}

iframe {
  width: 600px;
  height: 450px;
  border: 0;
}

.click {
  background-color: #f5f5f5;
}

form .filter-btn {
  background-color: #457db4;
}

form .filter-clear {
  background-color: var(--bg-color);
}

@media screen and (min-width: 768px) {
  .link-list {
    margin: auto;
    padding: 10px 25px;
  }

  .logo {
    margin: auto;
  }

  .logo-text {
    font-size: 28px;
    font-weight: 800;
  }

  .fas,
  .far {
    font-size: 20px;
  }

  .fai {
    font-size: 50px;
  }

  .fa-globe {
    font-size: 40px;
    height: 50px;
    color: var(--white);
  }

  .nav-container,
  .f-flex,
  .flex-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  form {
    width: 75%;
    margin: 0 auto;
    padding: 1rem 1rem 2rem 1rem;
  }

  .footer-v {
    display: block;
  }

  form .bg-color {
    background-color: #457db4;
  }

  .top-line,
  .btm-line {
    border: none;
  }

  .f-lines {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    position: relative;
  }

  .f-flex {
    font-size: 0.8rem;
  }

  .f-flex a {
    padding: 0 0.9rem;
  }

  .cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
  }

  form .filter-btn {
    background-color: #457db4;
  }

  form .filter-clear {
    background-color: var(--bg-color);
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: 100%;
  }

  .card img {
    width: 100%;
    height: 200px;
  }
}

@media screen and (min-width: 1024px) {
  .link-list {
    margin: auto;
    padding: 10px 25px;
  }

  .text-links {
    display: inline;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
  }

  form .bg-color {
    background-color: var(--bg-color);
  }

  .fai {
    font-size: 50px;
  }

  .more .flex-lg-row {
    flex-direction: row;
  }

  .col {
    text-align: left;
  }

  form .filter-btn {
    background-color: #457db4;
  }

  form .filter-clear {
    background-color: var(--bg-color);
  }

  .cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 100%;
    height: 100%;
  }

  .card img {
    width: 100%;
    height: 300px;
  }
}
