
/*  --------- header --------  */


header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


header img{
    width: 120px;
    padding: 1em;
}

.contact a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin-right: 1em;
}

.contact a:hover{
    font-weight: bold;
}


.links a{
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    margin-right: 1em;
}

.links a:hover{
    box-shadow: 1px 1px 1px gray;
}

.tel span{
   font-weight: 900;
}

.tel-img{
    display: none;
    width: 70px;
}

.tel-text{
    display: inline-block;

}    

.email-text{
    display: inline-block;
}

.email-img{
    display: none;
    width: 70px;
}
    

.nav-gallery, .nav-enquiries{
    padding: 1em 2em;
    border: 0.5px solid gray;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 1em;
}


@media (width<1200px) {
    .tel-img, .email-img{
        display: inline-block;
    }
    .tel-text, .email-text{
       display: none;
    }
    a.nav-link{
        padding:1em 1em;
    }

    a.nav-link{
        font-size: 0.7rem;
    }

    .nav-gallery, .nav-enquiries{
    margin-right: 0em;
    font-size: 0.7rem;
}
}




/*  -------- banner ----------- */

.banner img{
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: 0 80%;
}

.banner-text{
    background-color: rgba(106, 106, 106, 0.767);
    color: white;
    font-family: "Spectral", serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2rem;
    padding: 1em;
    border-left: 4px solid white;
    border-right: 4px solid white;
    text-shadow: 1px 1px 3px rgb(62, 62, 62);
    position: absolute;
    left: 60%;
    top: 15%;
}


.banner-cap{
    background-color: rgb(182, 155, 87);
    display: grid;
    grid-template-columns: 20% 80%;
    align-items: center;
    padding: 1em;
    
}

#empress{
   grid-row: 1/3;
   padding-left: 1em;
   padding-right: 1em;
   text-align: center;
   font-size: 2.5rem;
   font-weight: bold;
   border-right: 1px solid black;
   font-family: "Spectral", serif;
   font-weight: 600;
   font-style: normal;
   
}

#necklace{
    grid-column: 2/3;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    padding-left: 1em;
    
    
}

.banner-cap span{
    font-weight: bold;
}

#price{
    grid-column: 2/3 ;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
    padding-left: 1em;
    
}

@media (width<1200px) {
    .banner-text{
        font-size: 1.4rem;
        position: absolute;
        left: 50%;
        top: 18%;
    }

    .banner img{
        position: relative;
        height: 300px;
    }

    #empress{
         font-size: 1.1rem;
         text-align: center;
    }
    #necklace{
        font-size: 1rem;
    }
    #price{
        font-size: 0.8rem;
    }


}



/* ----------- intro-1 ----*/


.intro-1 figure{
    width: 70%;
    height: auto;
    margin: 1em 1em 2em 4em;
    align-items: center;
}

figcaption{
    text-align: center;
}


.intro-1{
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 5em;
}

.intro-1 div{
    margin: 2em;
}

.intro-1 h2{
    font-family: "Spectral", serif;
    font-weight: 650;
    font-style: normal;
} 

.intro-1 p{
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
}

.intro-1 figcaption{
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 0.8rem;
    margin-top: 1em;
}

@media (width<1200px) {

    .intro-1{
       grid-template-columns: 1fr;
       gap: 1em;
     }
    .intro-1 img{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
     }

    .intro-1 figure{
        margin: 0em auto 1em auto;
     }

    .intro-1 div{
        text-align: center;
        margin-top: 2em;
     }
}


/* -------display -------*/

.display{
    margin-top: 2em;
    width: 60dvw;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}


.display h2{
    text-align: center;
    border-bottom: 1px solid rgb(199, 199, 199);
    margin-bottom: 1em;
    font-family: "Spectral", serif;
    font-weight: 650;
    font-style: italic;
}

.cards{
    display: grid;
    grid-template-columns: 30% 30% 30%;
    gap: 1em;
    margin-bottom: 2em;
    
}

.display img{
    width: 300px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.display p{
    text-align: right;
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: italic;
}

@media (width<1200px){
    h2{
        font-size: 0.95rem;
      }

    .display{
        width: 90dvw;
      }

    .display p{
        text-align: center;
        font-family: "Spectral", serif;
        font-weight: 400;
        font-size: 0.9rem;
    }

}

/*-------- bottom ----------*/

.bottom {
    text-align: center;
    padding-top: 2em;
    width: 70dvw;
    margin: 6em auto 2em auto;
    border-top:  1px solid rgb(199, 199, 199);
    font-family: "Spectral", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1rem;
}

.bottom a{
    color: black;
}

.bottom a:hover{
    font-weight: bold;
}

@media (width<1200px){
      .bottom{
        margin: 2em auto 2em auto;
        font-size: 1rem;
      }
}


/*---------- footer ----------*/

footer{
    margin-top: 4em;
    margin-bottom: 2em;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2em; 
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

}

footer img{
    width:150px;
    padding: 1em;
}

footer a{
    text-decoration: none;
    font-size: 0.8rem;
    color: black;
}

footer a:hover{
    border-bottom: 0.5px solid gray;
}

#affiliated{
    border-right: 1px solid gray;
    line-height: 4em;
    padding-right: 2em;
    font-size: 0.9rem;
    text-align: right;
}

.find-us p{
    text-align: left;
    font-size: 0.8rem;
    padding-left: 1.5em;
}



@media (width<1200px){
    footer{
        display: flex;
        flex-direction: column;
        margin-top: 2em;
     }

    .affiliated{
        display: flex;
        flex-direction: column;
    }

    #affiliated{
        line-height: 1rem;
        border-right: 0px;
        border-bottom: 1px solid gray;
        padding-right: 0;
        padding-bottom: 1em;
    }    
    
    .find-us p{
       text-align: center;
       padding: 0;
        }
}