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

@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;
    }
}

/* body */

/* Section 1 */

#main {
    background: url("Pictures/croppedcover.JPG");
    background-position: 60% 40%;
    -webkit-background-size: cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size: cover;
    height: 700px;
    object-fit: fill;
    margin: 0px 0px 0px 0px;
}
#main h1 {
    color: #F9F5F2;
    font-family: AbhayaLibreBold;
    font-weight:bold;
    text-align: center;
    font-size: 110px;
    padding-top: 250px;
    padding-bottom: 0px;
    margin-bottom:0px;
    font-style: italic;
}

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

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

/* Section 2 */

#container {
    background-color: #E5E3D7;
}

.container {
    display:inline;
    text-align:center;
}

.slideshow img{
    height:700px;
    width:95%
}

.slideshow {
    background-color: #D9C2B0 ;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2s;
    animation-name: fade;
    animation-duration: 2s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .5} 
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .5} 
    to {opacity: 1}
  }

/* Section 3 */
#ourproducts {
    height:300px;
    background-color: #F9F5F2;
    text-align:center;
}

#ourproducts h2 {
    font-size:45px;
    font-family: AbhayaLibreBold;
    font-weight: bold;
    padding-bottom:100px;
    color: #A8725E
}

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


/* Section 4 */
#listing{
    background-color: #F9F5F2 ;
    height:700px;
    text-align: center;
}

.listing {
    margin-left: 30px;
}

#productdescription {
    padding-bottom:15px;
    margin-right:70px;
    text-align:left;
    display:inline-block;
    padding-left: 30px;
}

#productpicture {
    margin-left:50px;
    text-align:left;
    display:inline-block;
}

#productpicture img {
    height:500px;
    width:550px;
    padding-top:20px;
}

#listing h2{
    font-family: AbhayaLibreRegular;
    font-size:28px;
    color:#A8725E;
    padding-bottom: 15px;
}

#listing h3{
    font-family: PoppinsRegular;
    font-size:15px;
    padding-top:15px;
    color:#524F4A;
    text-decoration: underline;
}

#listing p{
    font-family: PoppinsRegular;
    font-size: 15px;
    color: #524F4A;
    padding-top:15px;
    padding-bottom:16px;
}

#listing li{
    font-family: PoppinsRegular;
    font-size: 15px;
    color: #524F4A;
    margin-left: 18px;
}

#addon {
    font-style: italic;
}

#spacing0 p {
    padding-top:10px;
    font-size:0px;
}


/* flower */

#listing2{
    background-color: #F9F5F2 ;
    height:700px;
    text-align: center;
}

.listing {
    margin-left: 30px;
}

#productdescription2 {
    margin-right:70px;
    text-align:left;
    display:inline-block;
    padding-left: 30px;
}

#productpicture2 {
    margin-left:50px;
    text-align:left;
    display:inline-block;
}

#productpicture2 img {
    height:500px;
    width:550px;
    padding-top:20px;
}

#listing2 h2{
    font-family: AbhayaLibreRegular;
    font-size:28px;
    color:#A8725E;
    padding: bottom 15px;
}

#listing2 h3{
    font-family: PoppinsRegular;
    font-size:15px;
    padding-top:30px;
    color:#524F4A;
    text-decoration: underline;
}

#listing2 p{
    font-family: PoppinsRegular;
    font-size: 15px;
    color: #524F4A;
    padding-top:18px;
    padding-bottom:10px;
}


#spacing{
    padding-bottom:50px;
    padding-top:70px;
}

#spacing p{
    padding-top:15px;
    font-size:0px;
}
.shopbutton {
    background-color:#C09984 ;
    height:40px;
    width: 50%;
    border: none;
    box-shadow: inset 0 0 0 0 #A8725E;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}

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


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


@media only screen and (min-width:480px) and (max-width:1350px) {
    #listing{
        height: 1300px;
    }
    #productdescription {
        display:block;
        padding-left: 100px;
        padding-top: 50px;
    }
    #productpicture {
        display:block;
    }
    #listing2{
        height: 1300px;
        text-align: center;
    }
    #productdescription2 {
        display:block;
        padding-left: 100px;
        padding-top: 50px;
    }
    #productpicture2 {
        display:block;
    }
}

@media only screen and (max-width:480px){
    #ourproducts {
        height:150px;
        background-color: #F9F5F2;
    }
    
    #ourproducts h2 {
        font-size:30px;
        font-family: AbhayaLibreBold;
        font-weight: bold;
        color: #A8725E;
        padding-bottom: 50px;
    }
    #listing, #listing2{
        height: 700px;
        text-align: left;
        display:block;
        margin:0;
    }

    #productpicture img ,   #productpicture2 img{
        height:235px;
        width:300px; 
        padding-right:200px;
        margin:0;
    }

    #productdescription , #productdescription2 {
        display:block;
        padding-left: 40px;
    }
    #productpicture, #productpicture2 {
        text-align: left;
        margin-right: 200px;
        margin:0;
        padding-left: 30px;
    }

    #listing h2,  #listing2 h2 {
        font-family: AbhayaLibreRegular;
        font-size:15px;
        color:#A8725E;
        padding-bottom: 15px;
    }
    
    #listing h3,   #listing2 h3{
        font-family: PoppinsRegular;
        font-size:8px;
        padding-top:15px;
        color:#524F4A;
        text-decoration: underline;
    }
    
    #listing p, #listing2 p{
        font-family: PoppinsRegular;
        font-size: 8px;
        color: #524F4A;
        padding-top:8px;
        padding-bottom:8px;
    }

    #listing li{
        font-family: PoppinsRegular;
        font-size: 8px;
        color: #524F4A;
        margin-left: 9px;
    }
    .shopbutton {
        background-color:#C09984 ;
        height:25px;
        width: 50%;
        border: none;
        box-shadow: inset 0 0 0 0 #A8725E;
        -webkit-transition: ease-out 0.4s;
        -moz-transition: ease-out 0.4s;
        transition: ease-out 0.4s;
    }

    .buttontext {
    font-family:PoppinsRegular;
    color:#F9F5F2;
    font-weight: bolder;
    font-size: 10px;
    padding-top: 20px;
    }
    #spacing p,#spacing0 p{
        font-size:0px;
    }
}







/* 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:32px;
    height:18px;
    padding-left:5px;
    padding-right: 10px;
    padding-top:25px;
    padding-bottom: 10px;
}


footer h2 {
    color: #A8725E;
    font-weight: lighter;
    font-family: PoppinsRegular;
    font-size: 14px;
    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;
}