
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rye&display=swap');
@import url('https://fonts.googleapis.com/css2?family=David+Libre:wght@400;500;700&display=swap');


@font-face {
    font-family: "Helvetica Neue";
    src: url(font/HelveticaNeueRoman.otf);
}

*{
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}
    
h1 {
    font-family: "Rye";
    font-size: 2rem;
    margin: 0 0 16px;
}

h2 {
    font-family: "Rye";
    font-size: 3rem;
    line-height: 1.2;
    margin: 0 0 24px;
    text-transform: uppercase;
}

h3 {
    font-family: "Rye";
    font-size: 1.8rem;
    margin: 16px 0 0;
}

h4 {
    font-family: "Rye";
    font-size: 1.1rem;
    margin: 14px 0 1px;
}

h5 {
    font-size: 1rem;
    font-style: italic;
    font-weight: lighter;
    margin: 15px 0;
}

p {
    color: #4f4f4e;
    font-family: "David Libre", serif;
    font-size: 1rem;
    line-height: 1.1;
    margin-bottom: 30px;
}

p.copyright {
    font-size: .8rem;
    margin-bottom: 15px;
}

p.social-text {
    color: #4f4f4e;
    font-family: "Rye";
}

p.terms {
    color:#d27260;
    font-size: .8rem;
    margin: 0;
}

footer {
    display: flex;
    flex-direction: column;
    padding: 10px 30px 30px;
}

header {
    background-color: #333;
    padding: 20px 30px 30px;
}

html {
  font-family: "Helvetica Neue", sans-serif;
}

img {
    margin: 0;
    padding: 0;
}

nav a {
	border-bottom: 1px solid #717171;
    color: white;
    display: block;
	padding: 16px 5px;
	text-decoration: none;
}

nav a:hover, nav a:focus {
	background-color: #fe668f;
	color: white;
	outline: none;
}

nav li {
    font-size: 1rem;
    list-style: none;
}

nav ul {
    padding-left: 0;
}

.tarotcard {
    background-color: white;
    margin: 40px 10px;
    width: 350px;
}

.foodname {
    padding-bottom: 8px;
}

.hero {
    align-items: center;
    background-image: url("images/chariot-hero.png");
    background-position: center;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: center;
    padding: 100px 40px;
    text-align: center;
}

.hero2 {
    align-items: center;
    background-image: url("images/selfie_june10_2015.jpg");
    background-position: center;
    background-size: cover;
    color: white;
    display: flex;
    flex-direction: column;
    height: 60vh;
    justify-content: center;
    padding: 100px 40px;
    text-align: center;
}
    
.thecards-section {
    align-items: center;
    background-color: #e8ceaf;
    display: flex;
    flex-direction: column;
    padding: 40px 0 30px;
    text-align: center;
}

.read-more-button {
    background-color: #B8345C;
    border-radius: 5px;
    color: white;
    font-size: .7rem;
    padding: 8px 12px;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
}

.highlights {
    margin: 15px 0 75px;
}

.highlights-container {
    padding-top: 20px;
}

.thedeck-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 35px 0 35px;
    padding: 5px 56px 0;
    text-align: center;
}

.signup-section {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 35px 0 35px;
    padding: 5px 56px 0;
    text-align: center;
}

.site-logo {
    color:#fe668f;
    font-family: "Rye";
    font-size: 1.5rem;
    margin: 16px 0 24px;
}

.site-logo img {
  transition: transform 0.3s ease;
}

/* Slightly scale up the image on hover */
.site-logo img:hover {
  transform: scale(1.08); /* 1.08 grows it by 8%; adjust as desired */
}

.services-subtitle {
    font-size: 1rem;
    line-height: 1.1;
    margin: 12px 64px;
}

.tell-me-button {
    background-color: #975446;
    border-radius: 6px;
    color: white;
    font-size: 1.25rem;
    height: 56px;
    padding-top: 18px;
    text-decoration: none;
    text-transform: uppercase;
    width: 232px;
}

@media (min-width: 940px) {

    footer {
        flex-direction: row;
        padding: 30px 16px;
    }

    header {
        align-items: center;
        display: flex;
        flex-direction: row;
        padding: 16px 32px;
    }

    nav a {
		border: none;
        display: inline-block;
	}
	
	nav li {
		display: inline-block;
        padding: 0 8px;
	}

    .copyright {
        margin-right: auto;
    }

    .foodcard {
        margin: 20px 5px;
    }

    .portfolio-grid {
        background-color: #e8ceaf;
        display: grid;
        grid-gap: 0 20px;
        grid-template-columns: repeat(2, 2fr);
        margin: 16px 8px 20px;
    }

    .highlights {
        padding: 16px 20px 0;
    }

    .highlights-container {
        display: flex;
        flex-direction: row;
        padding-top: 0;
    }

    .site-logo {
        margin-right: auto;
        margin-top: 25px;
    }

    .terms {
        padding: 10px;
    }
}

@media (min-width: 1425px) {

    .portfolio-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 500px) {

    .hero {
        padding: 60px 20px;
    }
}

/* =================================== */
/* RIDE ALONG SIGN-UP SECTION STYLES   */
/* =================================== */

/* Section wrapper & centering */
.signup-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
    background-color: #ffffff;
  }
  
  .signup-container {
    width: 100%;
    max-width: 500px;
    text-align: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #111111;
  }
  
  /* Typography */
  .signup-title {
    font-size: 3rem;
    font-weight: 400;
    margin-bottom: 16px;
    letter-spacing: -0.5px;
  }
  
  .signup-description {
    font-size: 1.15rem;
    line-height: 1.4;
    color: #222222;
    margin-bottom: 36px;
  }
  
  /* Form Layout */
  .signup-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  
  .form-group {
    width: 100%;
    text-align: left;
    margin-bottom: 28px;
  }
  
  .form-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 300;
    margin-bottom: 6px;
    color: #000000;
  }
  
  .form-input {
    width: 100%;
    height: 48px;
    padding: 8px 12px;
    border: 1px solid #111111;
    border-radius: 0; /* Keeps sharp rectangular corners */
    font-size: 1rem;
    outline: none;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  
  .form-input:focus {
    border-color: #000000;
    box-shadow: 0 0 0 1px #000000;
  }
  
  /* Submit Button */
  .signup-button {
    background-color: #975446;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 14px 48px;
    font-size: 0.95rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s ease, opacity 0.2s ease;
  }
  
  .signup-button:hover {
    background-color: #f6895d;
  }
  
  .signup-button:active {
    opacity: 0.9;
  }

  /* =================================== */
/* INSTAGRAM SOCIAL CTA STYLES         */
/* =================================== */

.social-section {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .instagram-link {
    display: inline-block;
    color: #000000;
    transition: transform 0.2s ease, opacity 0.2s ease;
  }
  
  .instagram-link:hover {
    opacity: 0.7;
    transform: scale(1.05);
  }
  
  .instagram-icon {
    width: 36px;
    height: 36px;
    stroke-width: 1.8px;
  }
  
  .social-text {
    margin-top: 16px;
    font-size: 1.05rem;
    color: #111111;
    line-height: 1.4;
  }
  
  .handle-link {
    color: #111111;
    text-decoration: none;
    font-weight: 500;
  }
  
  .handle-link:hover {
    text-decoration: underline;
  }