@import url('https://fonts.googleapis.com/css2?family=Exo:wght@400;600;700;800&display=swap');

body, html {
    font-family: 'Exo', sans-serif !important;
}

.content p {
  font-size: 19px;
}

.logo > .container {
  padding: 15px;
  display: flex;
  justify-content: center;
  padding: 15px;
  justify-content: space-between;
}

.logo {
  background: rgb(227,38,33);
  background: linear-gradient(to right, rgba(227,38,33,1) 0%, rgba(190,0,0,1) 100%);
}

.navgegevens {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.navgegevens a {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

#caravanslogo {
  width: 400px;
}

nav {
  background-color: #ffffff;
  height: 60px;
  border-bottom: #e32621 3px solid;
  display: flex;
  align-items: center;

    
}

nav .container > ul {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  margin: 0px !important;
  padding: 0 !important;
}



nav .container ul li {
  width: 200px;
  text-align: center !important;
}

nav a {
  text-decoration: none !important;
  font-size: 23px !important;
  letter-spacing: 1pt;
  color: #313231 !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
}

nav .container ul li > a:hover {
  color: #e32621 !important;
}

footer {
  background: linear-gradient(to right, rgba(227,38,33,1) 0%, rgba(190,0,0,1) 100%);
  margin-top: 100px;
  color: #ffffff !important;
  padding: 20px;
}

footer .container .tekst {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer h2 {
  font-size: 14pt !important;
}

footer p {
  font-size: 11pt !important;
}

footer h2, footer p {
  text-align: left;
}

footer a {
  text-decoration: none !important;
  color: #ffffff !important;
}

.navbar-collapse {
  justify-content: center !important;
}

.navbar-toggler
{
color: #000000 !important;
}

.navbar-toggler:focus {
outline: 0;
color:  #000000;
box-shadow: none;
}

.wpcf7-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.wpcf7-form label{
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.elementor-5 .elementor-element.elementor-element-650a840 .elementor-heading-title {
  color: #e32621 !important;
}



.wpcf7-form-control {
  width: 500px;
  border: 1px #e32621 solid;
  border-radius: 3px;
  padding: 5px;
}

.wpcf7-submit {
  border: 1px #000000 solid !important;
  background-color: #e32621;
  color: #ffffff;
  transition: 0.2s;
}

.wpcf7-submit:hover {
  border: 1px #000000 solid !important;
  background-color: #ffffff;
  color: #e32621;
}

.wpcf7-textarea {
  height: 100px;
}

.elementor-widget-container p {
  font-weight: 600 !important;
}

.elementor-widget-container h2 {
  font-weight: 700 !important;
}

.tel-mail {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
  align-items: center;
}

.tel-mail a {
  text-decoration: none !important;
  color: #ffffff !important;
  font-size: 14px !important;
}

.fixed-footer {
  background: linear-gradient(to right, rgba(227,38,33,1) 0%, rgba(190,0,0,1) 100%);
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  z-index: 1000;
  height: 50px;
  display: flex;
  align-items: center;
}



@media only screen and (max-width: 600px) {

  .wpcf7-form-control {
    width: 300px;
  }
}

@media only screen and (max-width: 1000px) {

  nav .container ul li {
    width: 174px !important;
  }

  .navgegevens {
    display: none;
  }

  .logo > .container {
    justify-content: center !important;
  }
}

@media only screen and (min-width: 1000px) {

  .fixed-footer {
    display: none !important;
  }
}

@media only screen and (max-width: 783px) {

  nav .container ul li {
    width: auto !important;
    z-index: 10;
    background-color: white;
  }

  .navbar {
    padding: 0;
  }
}

