

/*  --------- 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{
    padding: 1em 2em;
    border: 1px solid gray;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(200, 137, 137);
    font-weight: bold;
    font-size: 0.8rem;
    margin-right: 1em;
}

a.nav-enquiries {
    background-color: black;
    color:white;
}

.nav-enquiries{
    padding: 1em 2em;
    border: 1px solid gray;
    border-radius: 25px;
    font-family: Arial, Helvetica, sans-serif;
    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;
    }
}



/* ---------- form -------------*/

.title{
    width: 70dvw;
    margin: 2em 30% 2em 20%;
   
 }

 .title h1{
    font-size: 1.4rem;
    font-family: "Merriweather", serif;
    font-weight: 800;
    font-style: normal;
 }

 .title p{
    font-family: Arial, Helvetica, sans-serif;
 }
 
 .form-container{
     width: 50dvw;
     margin: 1em auto 1em auto;
 }
 
 .col-25{
     float: left;
     width: 25%;
 }
 
 .col-75{
     float: right;
     width: 75%;
 
 }
 
 @media screen and (max-width: 1200px) {
     .col-25, .col-75, input[type=submit] {
       width: 100%;
       margin-top: 0;
     }
 }
 
 
 .row:after {
     content: "";
     display: table;
     clear: both;
 }
 
 input[type=text],input[type=email] {
     width: 100%;
     border: 0.5px solid black;
     resize: vertical;
 }
 
 input[type=submit]{
     float: right;
     border-radius: 20px;
     padding: 0.3em 2em;
     background-color: white;
     border: 0.5px solid black;
     margin: 1em auto 1em auto;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
 }

 input[type=submit]:hover{
    box-shadow: 1px 1px 1px gray;
 }
 
 label{
     padding: 0.5em 0 0.5em 0 ;
     display: inline-block;
     font-family: Arial, Helvetica, sans-serif;
     font-weight: bold;
 }
 
 
 #enquiry{
     width: 100%;
     height:120px;
 
 }
 
/*  -------- ring size chart ----------------- */

 div.ring-size{
     width: 70dvw;
     margin: 2em auto 2em auto;
     align-items: center;
     text-align: center;
    
 }
 
 .ring-size h1{
     margin: 0 auto 1em 7%;
     text-align: left;
     font-family: "Merriweather", serif;
     font-weight: 800;
     font-style: normal;
     font-size: 1.4rem;
 }
 
 .ring-size table{
     line-height: 3em;
     font-family: Arial, Helvetica, sans-serif;
     color:gray;
     overflow-x: auto;
     width: 100%;
     
 }
 
 
 .ring-size th{
     padding-left: 4em;
     padding-right: 4em;
     font-size: 0.8rem;
     width: 30%;

 }
 .ring-size td{
     width: 30%;
 }
 
tr.bg-color:nth-child(odd){
     background-color: #f2f2f2;
 
 }
 
 hr{
     width: 70dvw;
     margin-left: auto;
     margin-right: auto;
     border: 0.2px solid rgb(187, 187, 187);
 }

 .ring-size p{
    margin: 0 auto 1em auto;
    padding-bottom: 1em;
    text-align: center;
    width: 26%;
    border-bottom: 0.5px solid gray;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(128, 128, 128, 0.623);
    
 }
 

 @media (width<1200px){
    .ring-size th{
        font-size: 0.6rem;
        padding: 0 1em 0 1em;
    }

    .ring-size td{
      font-size: 0.5rem;
    }

    .ring-size table{
      line-height: 2em;
    }

    .ring-size p{
      margin: 0 auto 1em auto;
      padding-bottom: 1em;
      text-align: center;
      width: 40%;
    }
 }


/*---------- 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;
        }
}