article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: ''; clear: both; height: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

.visuallyHidden:not(:focus):not(:active) { position: absolute; width: 1px; height: 1px; margin: -1px;border: 0;padding: 0;white-space: nowrap;clip-path: inset(100%);clip: rect(00 0 0);overflow: hidden;}


/* My Styles */

* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
} 

.wrapper {
    width: 80%;
    margin: 0 auto;
}

img {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}

h2 {
    text-transform: uppercase;
    font-family: Italiana;
    font-size: 2.1875rem;
    color: #ffffff;
    padding-bottom: 10px;
}

h3 {
    font-family: Italiana;
    font-size: 1.875rem;
    color: #ffffff;
    text-transform: uppercase;
}

h4 {
    font-family: Italiana;
    font-size: 1.5625rem;
    text-transform: uppercase;
}

li {
    list-style: none;
    font-family: Lato;
    font-size: 1.5rem;
    color: #faba63;
}

.readMore {
    border: 1px solid #faba63;
    background-color: transparent;
    font-family: Italiana;
    font-size: 25px;
    line-height: 1.5625rem;
    text-align: center;
    color: #ffffff;
    padding: 10px 10px;
}

.readMore:hover {
    background: #fff;
    color: #faba63;
}

a {
    text-decoration: none;
    color: #faba63;
}

/* Header Styles */
header {
    background-image: url("../desktopAssets/group-4.png");
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    position: relative; /* position referencing for icons */
}

header li {
    margin: 15px 40px 0 0;
    float: left;
}

header a:hover {
    color: white;
}

header .menuBar {
    position: absolute;
    top: 25px;
    right: 25px;
    font-size: 1.8125rem;
    color: #ffffff;
    visibility: hidden;
}

.logo {
    text-align: right;
    white-space: nowrap;
    position: relative;
    top: 140px;
    left: -550px;
}

h1 {
    text-transform: uppercase;
    font-family: Italiana;
    font-size: 8.125rem;
    line-height: 0.87;
    letter-spacing: normal;
    color: #ffffff;
    font-stretch: normal;
}

h1 span {
    display: block;
}

.jewlers {
    font-family: Lato;
    font-size: 2.1875rem;
    font-weight: 300;
    line-height: 1.02;
    color: #faba63;
}

.icons {
    text-align: center;
    width: 5%;
    float: right;
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.icons i {
    color: #ffffff;
    font-size: 1.5rem;
    display: block;
    margin: 10px;
}

.icons i:hover {
    color: #faba63;
}

/* About Styles */
.about {
    background-image: url("../desktopAssets/image-5.png");
    background-size: cover;
    padding: 5% 0;
}

.left {
    width: calc(100% - 70%);
    float: left;
    margin-right: 3%;
    
}

.handCraftedImage {
    max-width: 100%;
    min-width: 100%;
}

.right {
    width: calc(100% - 30% - 3%);
    float: left;
    color: #ffffff;
    /* border: 1px solid red; */
}

.right p {
    font-family: Lato;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 28px;
}

/* Gallery Styles */
.gallery {
    background-color: #201e1f;
    padding-bottom: 10%;
}

.gallery h2 {
    text-align: center;
    padding: 5% 0;
}

.galleryContainer {
    width: 100%;
    /* border: 1px solid red; */
}
.galleryContainer img {
    max-width: calc(100%/3 - 2%);
    min-width: calc(100%/3 - 2%);
    float: left;
}

.galleryContainer img:nth-of-type(2) {
    margin: 0 3%;
}

/* Options Styles */
.options {
    background-image: url("../desktopAssets/image-5.png");
    background-size: cover;
    text-align: center;
}

.catologue,
.events,
.collaborations {
    width: calc(100%/3);
    float: left;
    padding: 5% 0 7%;
}

.options i {
    color: #faba63;
    font-size: 3.125rem;
    padding-bottom: 20px;
}

/* Products Styles */
.products {
    background-color: #201e1f;
    color: #ffffff;
}

.description1Container {
    width: calc(50%);
    float: left;
    padding: 7% 0 3%;
}



.textContainer1 {
    padding: 0 10% 0 20%;
    margin: 0 auto;
}

.textContainer2 {
    padding: 0 20% 0 10%;
    margin: 0 auto;
}

.textContainer1 p,
.textContainer2 p {
    font-family: Lato;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.45;
    margin-bottom: 28px;
}

.materials {
    display: block;
}

.product1 img,
.product2 img {
    max-width: 100%;
    min-width: 100%;
}

.product1Pic, 
.product2Pic {
    width: 50%;
    float: right;
}

.product2Pic {
    width: 50%;
    float: left;
}

.mobilePic {
    max-width: 100%;
    min-width: 100%;
    display: none;
}

.description2Container {
    width: calc(50%);
    float: left;
    padding: 7% 0 5%;
}

/* Stay Updated Styles */
.stayUpdated {
    background-image: url("../desktopAssets/image-5.png");
    background-size: cover;
    color: #ffffff;
}

.stayUpdated .wrapper {
    padding: 10% 0;
}

.menu {
    width: 24%;
    float: left;
    text-transform: uppercase;
}

.menu li {
    color: #ffffff;
    display: block;
    font-size: 1.0625rem;
    padding-bottom: 10px;
}

.menu a {
    color: #fff;
}


.menu a:hover {
    color: #faba63;
}

.menu li:last-child {
    padding-bottom: 0;
}

.subscribe {
    width: 49%;
    float: left;
    text-align: center;
}

.subscribe h4 {
    padding-bottom: 10px;
    text-transform: uppercase;
}

.subscribe p {
    padding-bottom: 15px;
    font-size: 1.0625rem;
}

.subscribe input {
    height: 40px;
    width: 75%;
    float: left;
    text-align: center;
}

.subscribe button {
    width: 25%;
    height: 40px;
    background-color: #000000;
    border: 1px solid #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-family: italiana;
    font-size: 1.125rem; 
    font-weight:600;
}

.subscribe button:hover {
    background-color: #faba63;
    color: #000;
}



.contact {
    width: 27%;
    float: left;
}

.contact h4 {
    text-align: right;
    padding-bottom: 10px;
}

.contact p {
    font-family: Lato;
    font-size: 1.0625rem;
    line-height: 1.45;
    text-align: right;
}

/* Footer Styles */

footer {
    background-color: #201e1f;
    padding: 10px 0;
}

footer p {
    font-family: Lato;
    font-size: 1.125rem;
    line-height: 1.61;
    text-align: center;
    color: #ffffff;
}

/* Responsiveness */
@media(max-width: 1300px) {

    .materials {
        display: inline-block;
    }

    .description2Container {
        padding-bottom: 3%;
    }
}

@media(max-width: 1190px) {
    .phoneNumber {
        display: block;
    }

    h2 {
        font-size: 1.875rem;
    }

    .textContainer1 p,
    .textContainer2 p {
        font-size: 1.125rem;
    }
}

/* IPad/Tablet Responsiveness */
@media(max-width: 1096px) {
    .logo {
        text-align: right;
        white-space: nowrap;
        position: relative;
        top: 140px;
        left: -380px;
    }
    .description1Container,
    .description2Container {
        padding: 5% 0 3%;
    }

    .right p {
        font-size: 1.125rem;
        font-weight: 300;
        line-height: 1.45;
}
    .readMore {
        border: 1px solid #faba63;
        background-color: transparent;
        font-family: Italiana;
        font-size: 1.5625rem;
        line-height: 1.16;
        text-align: center;
        color: #ffffff;
        padding: 10px 10px;
    }

    .menu {
        width: 20%;
    }

    .contact {
        float: right;
    }
}

@media(max-width: 1024px) {
    h2 {
        font-size: 1.5rem;
    }
}

@media(max-width:970px) {

    header h1 {
        font-size: 7rem;
    }

    .left {
        width: 100%;
    }

    .right {
        width: 100%;
        text-align: center;
        padding-top: 5%;
    }

    .right p {
        text-align: left;
    }

    .description1Container,
    .description2Container {
        display: block;
        width: 100%;
    }

    .product1Pic {
        float: right;
    }

    .description1Container {
        float: left;
    }

    .product1Pic,
    .product2Pic {
        width: 100%;
    }

    h2 {
    font-size: 2.5rem;
    }

    .galleryContainer img {
        max-width: calc(50% - 3%);
        min-width: calc(50% - 3%);
        /* float: left; */
    }

    .galleryContainer {
        margin: 0 auto;
    }

    .galleryContainer img:nth-of-type(2) {
        margin: 0;
        float: right;
    }

    .galleryPic3,
    .desktopPic {
        display: none;
    }

    .mobilePic {
        max-width: 100%;
        min-width: 100%;
        display: block;
    }

    .textContainer1,
    .textContainer2 {
        text-align: center;
        padding: 0 5%;
    }

    .textContainer1 h2,
    .textContainer2 h2 {
        font-size: 1.8rem;
        padding: 7.5% 0;
    }

    .textContainer1 p,
    .textContainer2 p {
        font-size: 1.25rem;
        text-align: left;
    }

    .menu {
        width: 100%;
        float: none;
        text-align: center;
    }

    .menu li {
        display: inline;
        font-size: 1rem;
        margin-right: 5%;
    }

    .subscribe,
    .subscribe input,
    .subscribe button {
        width: 100%;
    }

    .contact {
        width: 100%;
    }
    .contact h4,
    .contact p {
        text-align:center;
    }

    .phoneNumber {
        display: inline;
    }

    .stayUpdated .wrapper {
        padding: 5% 0;
    }

    .subscribe {
        padding: 5% 0;
    }

    .subscribe button {
        font-size: 1.5rem; 
    }

}

@media(max-width: 768px) {

    header h1 {
        font-size: 6rem;
    }

    header .menuBar {
        visibility: visible;
    }

    .wrapper {
        width: 90%;
    }

    

    nav {
        display: none;
    }

    .logo {
        text-align: right;
        white-space: nowrap;
        position: relative;
        top: 140px;
        left: -250px;
    }

    .icons {
        display: none;
    }

    .catologue {
        padding-top: 15%;
    }

    .collaborations {
        padding-bottom: 15%;
    }

    .catologue,
    .events,
    .collaborations {
        width: 100%;
    }

    .description1Container,
    .description2Container {
        text-align: center;
    }

    .description1Container p,
    .description2Container p {
        text-align: left;
    }

}

@media(max-width: 570px) {
    .logo {
        top: 140px;
        left: -150px;
    }

    .logo h1 {
        font-size: 5.75rem;
    }
}

/* Mobile Responsiveness */

@media(max-width: 426px) {
    header {
        background-image: url("../mobileAssets/image-1-mobile.png");
        background-size: cover;
        background-position: right 0%;
    }

    .wrapper {
        width: 90%;
    }

    .logo h1 {
        font-size: 4.75rem;
    }

    
    .icons {
        display: none;
    }

    .left {
        width: 100%;
        padding: 7.5% 0 5%;
    }

    .handCraftedImage {
        max-width: 100%;
        min-width: 100%;
    }

    .readMore {
        margin: 5% 0 7.5%;
    }

    .right {
        width: 100%;
        padding: 5% 0 0;
        text-align: center;
    }

    .right p {
        text-align: left;
    }

    h2 {
        font-size: 1.875rem;
    }

    .gallery h2 {
        padding: 10% 0 15%;
    }

    .desktopPic {
        display: none;
    }

    .mobilePic {
        max-width: 100%;
        min-width: 100%;
        display: block;
    }

    .textContainer1,
    .textContainer2 {
        text-align: center;
        padding: 0 5%;
    }

    .textContainer1 h2,
    .textContainer2 h2 {
        font-size: 1.8rem;
        padding: 7.5% 0;
    }

    .textContainer1 p,
    .textContainer2 p {
        font-size: 1.25rem;
        text-align: left;
    }

    .menu {
        width: 100%;
        float: none;
    }

    .menu li {
        display: inline;
        font-size: 1rem;
        margin-right: 5%;
    }

    .subscribe,
    .subscribe input,
    .subscribe button {
        width: 100%;
    }

    .contact {
        width: 100%;
        padding: 4% 0 3%;
    }
    .contact h4,
    .contact p {
        text-align:center;
    }

    .subscribe h4,
    .contact h4 {
        font-size: 1.25rem;
    }

    .subscribe p,
    .contact p {
        font-size: .75rem;
    }

    .phoneNumber {
        display: inline;
    }
}

@media(max-width: 375px) {
    .logo h1 {
        font-size: 3.5rem;
    }

    .menu li {
        font-size: .9rem;
    }

    h2,
    .textContainer1 h2,
    .textContainer2 h2 {
        font-size: 1.5rem;
    }

    .textContainer1 p,
    .textContainer2 p,
    .right p {
        font-size: 1rem;
    }
}