@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

nav {
    max-width: 100vw;
    height: 130px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-bottom: solid black 1px;
    position: relative;
}
nav .logo {
    font-family: "Otomanopee One";
    font-size: 30px;
    margin: 10px;
    cursor: pointer;
}
nav .blackBar {
    width: 50vw;
    height: 2px;
    border-bottom: solid black 1px;
}
nav .navLinks {
    display: flex;
    justify-content: center;
    align-items: center;
}
.hamburger-menu {
    display: none;
    cursor: pointer;
    padding: 10px;
    font-size: 34px;
    top: 30px; 
    position: absolute;
    right: 10px;
}
nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Outfit";
    font-size: 18px;
    margin: 10px;
}
nav ul a {
    width: 180px;
    list-style: none;
    text-align: center;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
nav ul a:hover {
    cursor: pointer;
    text-decoration: underline;
}
nav .icons {
    position: absolute;
    right: 30px;
    top: 40px;
}
nav .icons img{
    height: 40px;
    margin-left: 15px;
}
nav .icons img:hover{
    cursor: pointer;
}
 
/* Main Image */
.mainImage {
    background-image: url("/images/backgroundImage.png");
    background-size: cover;
    max-width: 100vw;
    height: 500px;
    color: white;
}
.imageWrapper{
    width: 100vw;
    height: 500px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(35, 35, 35, 0.66) 24.17%, rgba(171, 97, 55, 0) 100%);
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.imageWrapper h2{
    font-family: "Outfit";
    font-size: 48px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
    margin-top: 150px;
}
.imageWrapper h3{
    font-family: "Outfit";
    font-size: 38px;
    font-weight: 300;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
    margin-top: 20px;
    max-width: 800px;
}
.imageWrapper button{
    width: 500px;
    height: 70px;
    background: #F47F13;
    border: 1px solid #000000;
    box-shadow: 6px 6px 3px rgba(0, 0, 0, 0.75);
    border-radius: 20px;
    margin-top: 45px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.75);
}
.imageWrapper button:hover{
    border: 3px solid #000000;
}
.imageWrapper button a{
    color: white;
    font-size: 38px;
    font-family: "Outfit";
    text-decoration: none;
    font-weight: 600;
    cursor: pointer;
}
.socials {
    height: 220px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.socials h2{
    font-family: "Outfit";
    font-weight: 600;
    font-size: 34px;
    margin-top: 20px;
}
.socials .socialIcons {
    margin: 30px;
}
.socials .socialIcons img {
    width: 90px;
    height: 90px;
    margin: 10px;
    border-radius: 20px;
}
.socials .socialIcons img:hover {
    box-shadow: 2px 2px 2px black;
}
/* Explore our Instagram */
.exploreOurInsta {
    max-width: 100vw;
    width: 100vw;
    padding-bottom: 40px;
    background-color: white;
    color: black;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-bottom: solid black 1px;
}
.exploreOurInsta .text{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.exploreOurInsta .text h2{
    margin-top: 40px;
    font-family: "Outfit";
    font-size: 48px;
    font-weight: 700;
}
.exploreOurInsta .text h3{
    margin-top: 15px;
    font-family: "Outfit";
    font-size: 40px;
    font-weight: 600;  
}
.exploreOurInsta .text h3 a{
    color: black;
    text-decoration: none;
}
.exploreOurInsta .text h3:hover{
    text-decoration: underline;
    cursor: pointer;
}
.exploreOurInsta .instagramPosts {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    max-width: 80vw;
}
.exploreOurInsta .instagramPosts a img {
    width: 380px;
    height: 380px;
    object-fit: cover;
    margin-bottom: 20px;
    border-radius: 15px;
    border: solid black 1px;
    margin: 10px;
}
.exploreOurInsta .instagramPosts a:hover img {
    box-shadow: 2px 2px 2px black;
}

/* Business Card */
.businessCard {
    max-width: 100vw;
    background-color: black;
    height: 450px;
    display: flex;
    justify-content: center;
    color: white;
    align-items: center;
}
.businessCard img{
    height: 300px;
    margin: 40px;
}
.businessCard .text{
    font-family: "Outfit";
    max-width: 400px;
    font-size: 20px;
}
.businessCard .text h2{
    font-size: 34px;
    margin: 10px;
    font-weight: 400;
}
.businessCard .text h3{
    font-size: 34px;
    margin: 10px;
    font-weight: 400;
}
.businessCard .text h3:hover{
    cursor: pointer;
    text-decoration: underline;
}
.businessCard .socialIcons {
    margin-left: 10px;
}
.businessCard .socialIcons img{
    margin: 5px;
    width: 60px;
    height: 60px;
}

/* Footer */
footer {
    height: 50px;
    max-width: 100vw;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
footer div {
    min-width: 50vw;
    display: flex;
    justify-content: space-evenly;
    font-family: "Outfit";
    font-size: 20px;
}
footer div h4 a {
    text-decoration: none;
    color: black;
}
footer div h4 a:hover {
    text-decoration: underline;
    cursor: pointer;
}

@media only screen and (max-width: 1140px) {
    /* Navbar */
    nav {
        height: 88px;
    }
    nav .logo {
        font-size: 20px;
        margin-top: 18px;
    }
    nav .blackBar {
        display: none;
    }
    nav .icons {
        display: none;
    }
    .hamburger-menu {
        display: block;
        top: 10px;
    }
    nav .navLinks {
        display: none;
        position: absolute;
        z-index: 1;
        top: 75px;
    }
    nav .navLinks ul {
        flex-direction: column;
        background-color: white;
        width: 100vw;
        border-top: solid black 1px;
        border-bottom: solid black 1px;
    }
    nav .navLinks ul a{
        margin: 3px 0px;
        font-size: 26px;
    }
    .navLinks.active {
        display: block; 
        flex-direction: column;
    }
    /* Main Image */
    .imageWrapper h2 {
        font-size: 40px;
        margin-top: 100px;
        max-width: 380px;
    }
    .imageWrapper h3 {
        font-size: 30px;
        max-width: 360px;
    }
    .imageWrapper button {
        width: 80vw;
        text-wrap: nowrap;
    }
    .imageWrapper button a{
        font-size: 30px;
    }
    /* Explore our Instagram */
    .exploreOurInsta .text h2 {
        font-size: 40px;
    }
    .exploreOurInsta .text h3 {
        font-size: 30px;
    }
    .exploreOurInsta .instagramPosts a img {
        width: 32vw;
        max-height: 200px;
    }
    /* Business Card */
    .businessCard {
        flex-direction: column;
        height: auto;
        text-align: center;
    }
    .businessCard .text h3{
        font-size: 30px;
    }
    .businessCard img {
        height: auto;
        width: 80vw;
    }
    /* Footer */
    footer {
        margin-top: 20px;
    }
    footer div {
        font-size: 18px;
    }
    footer div h4{
        text-align: center;
    }
}