/* Header */
body {
    display: none;
    position: relative;
}
.links {
    text-align: center;
    line-height: 50px;
}
.links a {
    text-decoration: none;
    color: black;
    display: inline-block;
    padding: 0 15px;
    font-size: 16px;
}
.activeLink {
    color:rgb(242,144,186)!important;
}
.header img {
    width: 30%;
    margin: 0 auto;
    display: block;
}
p {
    padding-left: 20px;
    padding-right: 20px;
}
h1 {
    text-align: center;
    font-size: 38px;
    font-weight: 200;
}
h2 {
    font-weight: 200;
    font-size: 38px;
    text-align: center;
}
h3 {
    font-weight: 200;
    font-size: 25px;
    text-align: center;
}
p {
    font-size: 18px;
}

/* Footer */
.footer {
    background: #faf7f9;
    padding: 40px 0 25px 0;
}
.call {
    text-align: center;
    margin: 20px 0 10px 0;
}
.priceBtn, .priceBtn:hover, .priceBtn:active {
    margin: 10px auto 10px auto;
    display: block;
    background-color: violet;
    color: white;
    padding: 0 40px 0 40px!important;
    border-color: violet;
}
.actionBtn {
    background-color: pink;
    border-color: pink;
    color: black;
}
.actionBtn:hover, .actionBtn:active {
    background-color: darkorchid;
    border-color: darkorchid;
}

.footer form {
    width: min(560px, 92%);
    margin: 20px auto 10px auto;
}
.footer p {
    text-align: center;
}
.footer h5 {
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 6px;
}
.footer .footer-subtitle {
    margin: 0 auto 14px auto;
    color: #4b4b4b;
    font-size: 16px;
}
.footer .footer-note {
    margin: 6px 0 0 0;
    color: #6b6b6b;
    font-size: 13px;
}
.footer .btn-outline-secondary {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    background-color: #111;
    border-color: #111;
    color: white;
}
.footer .btn-outline-secondary:hover, .footer .btn-outline-secondary:active {
    background-color: #2a2a2a;
    border-color: #2a2a2a;
    color:white;
}
.footer .form-control {
    border-color: #e6dfe4;
    border-radius: 10px;
}
.footer .input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.footer .input-group-append .btn {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.footer a {
    text-decoration: none;
    color: black;
}
.footer a:hover {
    text-decoration: none;
    color: pink;
}
.footer .error {
    color:red;
}
.footer p:last-of-type {
    color: #6b6b6b;
    font-size: 13px;
}

.messageWrapper {
    display: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    width: 50%;
    outline: 3px solid darkorchid;
    background: white;
    border-radius: 10px;
    bottom: 10px;
    z-index: 10;
}
.messageWrapper p {
    padding: 5px 20px 5px 20px;
    
}
.messageWrapper .closeMessageBtn {
    padding: 0 5px 0 5px;
    margin: 0 auto 5px auto;
    display: block;
    background-color: darkorchid;
    border-color: darkorchid;
    color: white;
}

/* MOBILE */
.dropdown {
    position: fixed;
    top:10px;
    right: 15px;
    z-index: 10;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ef70a8;
    --bs-btn-border-color: #ef70a8;
    padding: 0 7px 0 7px;
}

/*
@media all and (min-width:960px) and (max-width: 1024px) {
  
}

@media all and (min-width:801px) and (max-width: 959px) {
  
}

@media all and (min-width:769px) and (max-width: 800px) {
  
}
*/

@media (max-width: 1000px) {
    .header img {
        width: 50%;
    }
}

@media all and (min-width:569px) and (max-width: 768px) {
    .footer form {
        width: 90%;
    }
    .header img {
        width: 60%;
    }
}

@media all and (min-width:481px) and (max-width: 568px) {
  h1, h2 {
        font-size: 30px;
    }
    h3{
        font-size: 20px;
    }
    .footer form {
        width: 90%;
    }
    .header img {
        width: 80%;
    }
}

@media all and (min-width:361px) and (max-width: 480px) {
    h1, h2 {
        font-size: 22px;
    }
    h3{
        font-size: 15px;
    }
    .footer form {
        width: 90%;
    }
    .header img {
        width: 80%;
    }
}

@media all and (min-width:361px) and (max-width: 410px) {
    h1, h2 {
        font-size: 22px;
    }
    h3{
        font-size: 15px;
    }
    .header img {
        width: 80%;
    }
}
@media all and (min-width:0px) and (max-width: 360px) {
    .footer form {
        width: 100%;
    }
    h1, h2 {
        font-size: 22px;
    }
    h3{
        font-size: 15px;
    }
    .header img {
        width: 80%;
    }
}

/*Cookies*/
#cookie-banner {
  display: none;
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: white;
  padding: 1em;
  text-align: center;
  font-family: sans-serif;
  z-index: 1000;
}

#cookie-banner button {
  margin-left: 10px;
  padding: 0.5em 1em;
  border: none;
  cursor: pointer;
  border-radius: 4px;
}

#cookie-banner button.accept {
  background-color: #4caf50;
  color: white;
}

#cookie-banner button.reject {
  background-color: #f44336;
  color: white;
}

#cookie-banner a {
  color: #4fc3f7;
  text-decoration: underline;
}