body, h1, h2 { font-family: Lato,sans-serif; }
body {
  background-image: 
    linear-gradient(rgba(4, 29, 57, 0.75), rgba(4, 29, 57, 0.75)),
    url("/my_files/design_files/kitchen-luxury.jpg");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


.homeContainer .container-row {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 0px;
}

.container-row { position: relative; }
.searchResultsWrapper, .searchError, .listingDetailWrapper {
    max-width: 1100px;
    margin: 20px auto;
}
h3, h4 {
    font-weight: 700;
    color: #adadad;
    text-transform: uppercase;
}
h3 { font-size: 24px; line-height: 1.33; }
h4 { font-size: 18px; line-height: 1.23; }

nav {
    background: #2c4465; 
}

#menu > ul > li > a {
    color: #dcdcdc;
    background: transparent;
}
#menu > ul > li > a:hover { color: #ffffff; }

#contentWrapper { background: #ffffff; width: auto; }

input.default, button.default, .buttonDefault {
    background: #3977b3;
    color: #fff;
    border-radius: 7px;
    border: 0px;
}
input.default:hover, button.default:hover, .buttonDefault:hover { background: #4b3500; }

#layoutWrapper #layoutBottom {
    padding: 30px 0px;
    width: 100%;
    background: #212227;
    border-radius: 40px 40px 0 0;
    position: relative;
    color: #ddd;
    z-index: 99;
}

#

#title{ 
    position: relative;
    padding: 50px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    color: #fff;
}

#title .title {
  font-size: clamp(20px, 5vw, 48px);
  text-align: center;
  text-shadow: 0 0 20px #000;

  white-space: normal;
  overflow-wrap: break-word;

  max-width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}


.intro {
    font-family: 'Arizonia', cursive;
    font-size: 4em;
    color: #ffd117;
    text-align: center;
    background: rgba(255,255,255,0.7);
    padding: 20px;
    border-radius: 16px;
    margin: -146px auto 0 auto;
    max-width: 500px;
    position: relative;
    z-index: 99;
}

/***********Footer*******************/

.social-section h2{
  text-align: center;
  color: white;
}

.social-links {
  margin-top: 15px;
  margin-bottom: 15px;
}

.social-links a {
  text-decoration: none;
  margin: 0 10px;
  font-size: 24px;
  color: #ffffff;
  transition: color 0.3s ease, transform 0.2s ease;
}

.social-links a:hover {
  transform: scale(1.2);
}

/* Brand colors on hover */
.social-links a:hover .fa-instagram {
  color: #e1306c;
}

.social-links a:hover .fa-youtube {
  color: #ff0000;
}

.social-links a:hover .fa-tiktok {
  color: #574d4d;
}

.social-links a:hover .fa-facebook-f {
  color: #1877f2;
}

/*********Media Queries**********/

@media (min-width: 768px) {
    body { background-position: 0px 0px; }


 #title { 
        position: relative;
        padding: 50px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto 100%;
        color: #fff;
    }
}

@media (min-width: 992px) {
    #menu > ul > li > ul {
        background: #1277e0e6;
        border-radius: 0 0 8px 8px;
    }
    #menu > ul > li > ul > li:hover a { background: #2c4465; }
    .footerLogo { width: 15% }
}
