/*
color palette
#C09984 (dark pink)
#E5E3D7 (light sand)
#CBC3BA (middle sand/ nude clay)
#524F4A (almost black)
#A6A998 (green)
#D9C2B0 (light pink)
#F9F5F2 (cream white - logo font colour)
#A8725E (dark red - logo background colour)
#7B6A63 (dark brown)\
*/



div h1, h3, p, h2 ,a{
    margin: 0px 0px 0px 0px;
}

@font-face {
    font-family: AbhayaLibreBold;
    src: url('Font/AbhayaLibre-Bold.ttf');
    src: url('Font/AbhayaLibre-Bold.eot'); /* IE9 Compat Modes */
    src: url('Font/AbhayaLibre-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Font/AbhayaLibre-Bold.woff') format('woff'), /* Modern Browsers */
       url('Font/AbhayaLibre-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Font/AbhayaLibre-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: AbhayaLibreRegular;
    src: url('Font/AbhayaLibre-Regular.ttf');
    src: url('Font/AbhayaLibre-Regular.eot'); /* IE9 Compat Modes */
    src: url('Font/AbhayaLibre-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Font/AbhayaLibre-Regular.woff') format('woff'), /* Modern Browsers */
       url('Font/AbhayaLibre-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Font/AbhayaLibre-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: PoppinsRegular;
    src: url('Font/Poppins-Regular.ttf');
    src: url('Font/Poppins-Regular.eot'); /* IE9 Compat Modes */
    src: url('Font/Poppins-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('Font/Poppins-Regular.woff') format('woff'), /* Modern Browsers */
       url('Font/Poppins-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('Font/Poppins-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
}


/* header */

.header {
    top:0px;
    opacity:0.95;
}

.header:hover {
    opacity:1;
}

#freeshipping {
    background-color:#A8725E ;
    height: 32px;
    opacity:0.95;
}

#freeshipping h3{
    text-align: center;
    color:#F9F5F2;
    font-family: PoppinsRegular;
    font-size: 12px;
    font-weight: lighter;
    padding-top:6px;
}

#header {
    background-color: #F9F5F2;
    margin-bottom:0px;
    height:125px;
    position:sticky;
    z-index:1;
}
#header li{
    padding-left: 10px;
    padding-top: 50px;
    float: right;
    list-style-type: none;
}

#header li a {
    color: #524F4A;
    padding-right:20px;
    padding-top: 30px;
    font-family: PoppinsRegular;
    font-size: 18px;
    text-decoration: none;
}

#header li a:hover {
    text-decoration: underline;
    color:#A8725E;
}


#header img {
    padding-top: 10px;
    height: 105px;
    width: 115px;
}



/* body */

/* Section 1 */

#main {
    background: url("Pictures/cover_page_1.HEIC");
    background-position: 20% 50%;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    height: 800px;
    object-fit: fill;
    margin: 0px 0px 0px 0px;
    text-align: center;
    background-attachment: fixed;
}

@media only screen and (min-width: 420px) and (max-width: 1080px){
    #main {
        background: url("Pictures/cover_page_2.HEIC");
        height: 1400px;
        background-position: 40% 0%;
        background-attachment: fixed;
    }
}

@media only screen and (max-width: 420px) {
    #main {
        height: 1800px;
    }
}


.main-container {
    text-align:center;
    display:block;
    width: 100%;
    padding-top: 30px;
}

.maintitle {
    display:inline-block;
    height:100px;
    width:100px;
    text-align:left;
    padding-right:130px;
}


#main h1 {
    color: #F9F5F2;
    font-family: AbhayaLibreBold;
    font-weight:bold;
    font-size: 110px;
    padding-top: 250px;
    padding-bottom: 0px;
    margin-bottom:0px;
    font-style: italic;
}

#main h1 #dear {
    font-weight: lighter;
    font-family: AbhayaLibreRegular;
    padding-right: 20px;
}

#main p {
    font-family: AbhayaLibreRegular;
    font-size: 20px;
    color: #F9F5F2 ;
    padding-bottom: 300px;
    padding-top:0px;
    margin-top:10px;
}

.TxtRotate {
    position: absolute;
}

@media screen and (max-width: 420px) {
    .main-container {
        text-align:center;
        display:block;
        width: 100%;
        padding-top: 30px;
    }
    
    .maintitle {
        display:inline-block;
        height:100px;
        width:100px;
        text-align:left;
        padding-right:0px;
    }
    #main h1 {
        font-size: 47px;
        padding-top: 250px;
    }

    #main h1 #dear {
        font-weight: lighter;
        font-family: AbhayaLibreRegular;
    }

    #main p {
        font-family: AbhayaLibreRegular;
        font-size: 10px;
        color: #F9F5F2 ;
        padding-bottom: 300px;
        padding-top:0px;
        margin-top:10px;
    }
}

/* Section 2 */

#ourstory {
    background-color:#F9F5F2 ;
    height: 600px;
}
#ourstory h2 {
    font-family: AbhayaLibreRegular;
    text-align: center;
    color:#A8725E;
    font-size: 60px;
    padding-top: 200px;
    font-weight:lighter;
    transition: all 4s;
}

#ourstory p {
    text-align: center;
    color:#524F4A;
    font-family:PoppinsRegular;
    font-size: 20px;
    padding-top:25px;
    padding-bottom: 10px;
    transition: all 4s;
}

#ourstory:hover h2,
#ourstory:focus h2,
#ourstory:hover p,
#ourstory:focus p {
    transform:translate(0px, -50px);
}

.boldword{
    font-weight: bold;
}
    

@media screen and (max-width:420px){
    #ourstory h2 {
        font-size: 40px;
        padding-top: 180px;
        font-weight:lighter;
    }
    
    #ourstory p {
        text-align: center;
        color:#524F4A;
        font-family:PoppinsRegular;
        font-size: 10px;
        padding-top:20px;
        padding-bottom: 8px;
    }
    
}




/*product*/


#product1 {
    height: 900px;
    overflow:hidden;
}

#productwrapper1 {
    background: url("Pictures/IMG_1574.PNG");
    background-position: center;
    background-color: #F9F5F2;
    height : 100%;
    width : 100%;
    text-align:center;
    transition: all 3s;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    z-index: -1;
}

#product2 {
    height: 900px;
    overflow:hidden;
}

#productwrapper2 {
    background: url("Pictures/IMG_1575.PNG");
    background-position: center;
    background-color: #F9F5F2;
    height : 100%;
    width : 100%;
    text-align:center;
    transition: all 3s;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
}

#product1:hover #productwrapper1,
#product1:focus #productwrapper1 {
    transform: scale(1.1);
}

#product2:hover #productwrapper2,
#product2:focus #productwrapper2 {
    transform: scale(1.1);
}

#product1 p a{
    color:#F9F5F2;
    font-family:AbhayaLibreRegular;
    font-size: 30px;
    text-decoration: none;
}

#product1 p {
    padding-top: 290px;
    padding-bottom: 20px;
    transition: all 3s;
}


#product2 p a{
    color:#F9F5F2;
    font-family:AbhayaLibreRegular;
    font-size: 30px;
    text-decoration: none;
}

#product2 p {
    padding-top: 290px;
    padding-bottom: 20px;
    transition: all 3s;
}

#product1:hover #productwrapper1 p,
#product1:focus #productwrapper1 p{
    transform: scale(0.9) translate(0px,25px);;
}

#product2:hover #productwrapper2 p,
#product2:focus #productwrapper2 p{
    transform: scale(0.9) translate(0px,25px);;
}

.shopbutton {
    background-color:#C09984 ;
    height:40px;
    width: 30%;
    border: none;
    box-shadow: inset 0 0 0 0 #A8725E;
    -webkit-transition: ease-out 0.8s, transform 3s;
    -moz-transition: ease-out 0.8s, transform 3s;
    transition: ease-out 0.8s, transform 3s;
}


#product1:hover #shopbutton1,
#product1:focus #shopbutton1{
    transform: scale(0.9);
}

#product2:hover #shopbutton2,
#product2:focus #shopbutton2{
    transform: scale(0.9);
}


.shopbutton:hover, .shopbutton:focus {
    cursor: pointer;
    box-shadow: inset 600px 0 0 0 #A8725E;
}


.buttontext {
    font-family:PoppinsRegular;
    color:#F9F5F2;
    font-weight: bolder;
}


/* Section 3 */

#ourproducts {
    height: 350px;
    background-color: #E5E3D7;
    text-align:center;
}

#ourproducts h2 {
    color:#A8725E;
    font-family: AbhayaLibreRegular;
    font-size: 65px;
    text-decoration: none;
    padding-top:100px;
    font-weight: lighter;
}

#ourproducts p {
    color:#A8725E;
    font-family:AbhayaLibreRegular;
    font-size: 25px;
    text-decoration: none;
    padding-top: 10px;
}

@media screen and (max-width: 420px) {
    #ourproducts h2 {
        font-size: 45px;
        padding-top:130px;
    }
    
    #ourproducts p {
        font-size: 17px;
        padding-top: 8px;
    }
}



/* Section 4 */

#keepintouch {
    height:120px;
    background-color:#F9F5F2;
}

#keepintouch h3{
    padding-top:80px;
    text-align:center;
    font-family:PoppinsRegular;
    color: #A8725E;
    font-size:20px;
}

#keepintouch h3 a{
    padding-top:80px;
    text-align:center;
    font-family:PoppinsRegular;
    color: #A8725E;
    font-size:20px;
    text-decoration:none;
}

#keepintouch h3 a:hover{
    text-decoration: underline;
}

#gallery {
    margin-left:auto;
    margin-right:auto;
    display:block;
    background-color:#F9F5F2;
    height : 400px;
    text-align : center;
}

#gallery img {
    height: 200px;
    width: 200px;
    display:inline;
    padding: 35px 20px 30px 20px;
}

@media screen and (max-width: 1080px) {
    #gallery img {
        height: 150px;
        width: 150px;
        display:inline;
    }
}


@media screen and (max-width: 780px) {
    #gallery img {
        height: 120px;
        width: 120px;
        display:inline;
    }
}

@media screen and (max-width: 420px) {
    #freeshipping {
        height: 15px;
    }
    #freeshipping h3{
        font-size: 7px;
        padding-top:3px;
    }
    #header {
        height:60px;
    }
    #header li {
        padding-top: 20px;
    }
    #header li a {
        font-size: 8px;
        padding-right: 4px;
    }
    #header img {
        padding-top: 5px;
        height: 50px;
        width: 55px;
    }
}

/* footer */

footer {
    height:300px;
    background-color: #F9F5F2 ;
    margin-left: auto;
    margin-right: auto;
}

#iconsleft {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    padding-left: 20px;
    display:inline;
}

#iconsright {
    margin-left: auto;
    margin-right: auto;
    float:right;
    padding-right: 20px;
    display:inline;
}

#iconsright img {
    width:28px;
    height:28px;
    padding-left: 10px;
    padding-top:25px;
    padding-bottom: 10px;
}

#iconsleft img {
    width:42px;
    height:28px;
    padding-left:5px;
    padding-right: 10px;
    padding-top:25px;
    padding-bottom: 10px;
}


footer h2 {
    color: #A8725E;
    font-weight: lighter;
    font-family: AbhayaLibreRegular;
    font-size: 20px;
    float:left;
    padding-left:15px;
    padding-top: 30px;
    font-weight: bold;
}

#footlist {
    padding-top: 65px;
    padding-left:15px;
}

footer li a {
    color: #524F4A;
    padding-right:20px;
    padding-top: 5px;
    font-family: PoppinsRegular;
    font-size: 14px;
    text-decoration: none;
    display:block;
    margin: 0;
    width:10%;
}

footer li a:hover{
    text-decoration: underline;
    color:#A8725E;
}


footer li{
    list-style-type: none;
    display:block;
    text-align :left;
}

footer hr {
    padding:0;
    margin:0;
    text-align:left;
    width:100%;
    background-color:#A8725E;
    height:1px;
    border-width:0px;
    display:block;
}

#copyright {
    font-family: PoppinsRegular;
    font-size: 10px;
    text-align:center;
    margin-top:15px;
    margin-bottom:20px;
    color:#A8725E;
}
