#button {
    display: inline-block;
    background-color: #bdc6d0;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #5e3b15;
  }
  #button:active {
    background-color: #5e3b15;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }


@media(min-width: 1200px) {

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Roboto Slab', serif;
}

img.logo {
    width:25%;
}
a {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #5e3b15;
    margin: 20px;
}
a:hover {
    color: #784c1b;
}
.masthead {
    height: 80vh;
    min-height: 520px;
    background-image: url(img/banner.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bannerheading {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 100px;
    padding-top: 60px;
    color: #5e3b15;
}
.bannerbutton {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 55px;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 50px;
    background: #353535;
    color: #ede6e4;
    letter-spacing: 10px;
    width: 65%;
}

/* About Us */
#about {
    margin-top: 50px;
}
#about h3 {
    margin-bottom: -20px;
}
h3 {
    font-family: 'Spectral', serif;
    font-size: 55px;
    font-weight: 700;
    color: #5e3b15;
}

.elephent img {
    margin-top: -30px;
}
.aboutpara {
    padding: 20px;
    text-align: justify;
    padding-left: 50px;
    font-size: 18px;
}


/* What we buy */
#why {
    margin-top: 30px;
    margin-bottom: 70px;

}
#why h3 {
    margin-bottom: -20px;
}
.whatunderline {
    width: 25%;
}
.webuypara {
    text-align: justify;
    font-size: 18px;
}
.fingermobile {
    display: none;
}
.textbox {
    background: #bdc6d0;

}
.textbox span {
    font-family: 'Spectral', serif;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    color: #3f4a51;
}
h4 {
    font-family: 'Spectral', serif;
    font-weight: 700;
    text-align: left;
    font-size: 27px;
    padding: 15px;

}
.colm {
    flex: 1; /* additionally, equal width */
    background: #bdc6d0;
    
  }
  .colm2 {
    margin-left: 6px;
  }
.textbox1 {
    display: flex;
    margin-bottom: 8px;
}
.fingerdesktop {
    margin-top: 60px;

}


/* Refferal */
#referral {
    margin-top: 50px;
}
#referral h3 {
    margin-bottom: -10px;
}
.refferalunderline {
    width: 30%;
}
.refrealpara {
    text-align: justify;
    font-size: 18px;
}



/* Footer */
.footer {
    background: #353535;
    padding-top: 50px;
    padding-bottom: 20px;
}
label {
    color: #bdc5d0;
    font-size:18px;
    text-align: right;
}
.text-align {
    text-align: right;
}

#contact h3 { 
    margin-bottom:-8px;
    color: #bdc5d0;
}
#contact img {
    width: 60%;
    margin-bottom: 40px;
}
input,textarea {
    width: 100%;
    padding: 5px;
}
input[type=submit] {
    background:#bdc5d0;
    border:1px solid #bdc5d0;
}
input[type=submit]:hover {
    background: black;
    color:white;
    border:1px solid black;
}
.copyright {
    color:#bdc5d0;
    font-size:18px;
}
.footerp {
    font-size: 18px;
}


}




@media(min-width: 992px) and (max-width: 1199px) { 
    html {
        scroll-behavior: smooth;
    }
    
    body {
        font-family: 'Roboto Slab', serif;
    }
    
    img.logo {
        width:25%;
    }
    a {
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        color: #5e3b15;
        margin: 15px;
    }
    a:hover {
        color: #784c1b;
    }
    .masthead {
        height: 70vh;
        min-height: 520px;
        background-image: url(img/banner.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bannerheading {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 80px;
        padding-top: 60px;
        color: #5e3b15;
    }
    .bannerbutton {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 50px;
        margin: 0 auto;
        padding: 15px;
        margin-bottom: 50px;
        background: #353535;
        color: #ede6e4;
        letter-spacing: 10px;
        width: 85%;
    }
    /* About Us */
    #about {
        margin-top: 50px;
    }
    #about h3 {
        margin-bottom: -20px;
    }
    h3 {
        font-family: 'Spectral', serif;
        font-size: 55px;
        font-weight: 700;
        color: #5e3b15;
    }
    .elephent img {
        margin-top: -10px;
        width: 300px;
    }
    .aboutpara {
        padding: 20px;
        text-align: justify;
        padding-left: 70px;
        font-size: 16px;
    }

    /* What we buy */
    #why {
        margin-top: 30px;
        margin-bottom: 50px;


    }
    #why h3 {
        margin-bottom: -20px;
    }
    .whatunderline {
        width: 25%;
    }
    .webuypara {
        text-align: justify;
        font-size: 16px;
    }
    .fingermobile {
        display: none;
    }

    /* Boxes */
    .textbox {
        background: #bdc6d0;
    
    }
    .textbox span {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
        color: #3f4a51;
    }
    h4 {
        font-family: 'Spectral', serif;
        font-weight: 700;
        text-align: left;
        font-size: 27px;
        padding: 15px;
    
    }
    .colm {
        flex: 1; /* additionally, equal width */
        background: #bdc6d0;
        
      }
      .colm2 {
        margin-left: 6px;
      }
    .textbox1 {
        display: flex;
        margin-bottom: 8px;
    }
    .fingerdesktop {
        margin-top: 40px;

    }
    /* Refferal */
    #referral {
        margin-top: 50px;
    }
    #referral h3 {
        margin-bottom: -10px;
    }
    .refferalunderline {
        width: 30%;
    }
    .refrealpara {
        text-align: justify;
        font-size: 16px;
    }

    /* Footer */
    .footer {
        background: #353535;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    label {
        color: #bdc5d0;
        font-size:18px;
        text-align: right;
    }
    .text-align {
        text-align: right;
    }

    #contact h3 { 
        margin-bottom:-8px;
        color: #bdc5d0;
    }
    #contact img {
        width: 60%;
        margin-bottom: 40px;
    }
    input,textarea {
        width: 100%;
        padding: 5px;
    }
    input[type=submit] {
        background:#bdc5d0;
        border:1px solid #bdc5d0;
    }
    input[type=submit]:hover {
        background: black;
        color:white;
        border:1px solid black;
    }
    .copyright {
        color:#bdc5d0;
        font-size:18px;
    }
    .footerp {
        font-size: 18px;
    }

}


@media(min-width: 768px) and (max-width: 991px) { 
    html {
        scroll-behavior: smooth;
    }
    
    body {
        font-family: 'Roboto Slab', serif;
    }
    
    img.logo {
        width:25%;
    }
    a {
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        color: #5e3b15;
        margin: 15px;
    }
    a:hover {
        color: #784c1b;
    }
    .masthead {
        height: 70vh;
        min-height: 520px;
        background-image: url(img/banner.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bannerheading {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 70px;
        padding-top: 60px;
        color: #5e3b15;
    }
    .bannerbutton {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 40px;
        margin: 0 auto;
        padding: 15px;
        margin-bottom: 50px;
        background: #353535;
        color: #ede6e4;
        letter-spacing: 10px;
        width: 40%;
    }
    /* About Us */
    #about {
        margin-top: 50px;
    }
    #about h3 {
        margin-bottom: -20px;
    }
    h3 {
        font-family: 'Spectral', serif;
        font-size: 50px;
        font-weight: 700;
        color: #5e3b15;
    }
    .aboutunderline {
        width: 30% !important;
    }
    .elephent img {
        margin-top: -10px;
        width: 250px;
    }
    .aboutpara {
        padding: 20px;
        text-align: justify;
        padding-left: 70px;
        font-size: 15px;
    }
    
    /* What we buy */
    #why {
        margin-top: 30px;
        margin-bottom: 50px;

    }
    #why h3 {
        margin-bottom: -20px;
    }
    .whatunderline {
        width: 35%;
    }
    .webuypara {
        text-align: justify;
        font-size: 16px;
    }
    .fingermobile {
        display: none;
    }
    .fingerdesktop {
        width: 100%;
        margin-top: 40px;

    }
    /* Boxes */
    .textbox {
        background: #bdc6d0;
    
    }
    .textbox span {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
        color: #3f4a51;
    }
    h4 {
        font-family: 'Spectral', serif;
        font-weight: 700;
        text-align: left;
        font-size: 20px;
        padding: 15px;
    
    }
    .colm {
        flex: 1; /* additionally, equal width */
        background: #bdc6d0;
        
        }
        .colm2 {
        margin-left: 6px;
        }
    .textbox1 {
        display: flex;
        margin-bottom: 8px;
    }
        /* Refferal */
#referral {
    margin-top: 50px;
}
#referral h3 {
    margin-bottom: -10px;
}
.refferalunderline {
    width: 30%;
}
.refrealpara {
    text-align: justify;
    font-size: 16px;
}

    /* Footer */
    .footer {
        background: #353535;
        padding-top: 50px;
        padding-bottom: 20px;
    }
    label {
        color: #bdc5d0;
        font-size:18px;
        text-align: right;
    }
    .text-align {
        text-align: right;
    }

    #contact h3 { 
        margin-bottom:-8px;
        color: #bdc5d0;
    }
    #contact img {
        width: 35%;
        margin-bottom: 40px;
    }
    input,textarea {
        width: 100%;
        padding: 5px;
    }
    input[type=submit] {
        background:#bdc5d0;
        border:1px solid #bdc5d0;
    }
    input[type=submit]:hover {
        background: black;
        color:white;
        border:1px solid black;
    }
    .copyright {
        color:#bdc5d0;
        font-size:18px;
    }
    .footerp {
        font-size: 18px;
    }


}



@media(max-width: 767px) {
    html {
        scroll-behavior: smooth;
    }
    
    body {
        font-family: 'Roboto Slab', serif;
    }
    
    img.logo {
        margin-top: -60px;
        width:60%;
        position: relative;
        bottom: -70px;
    }
    a {
        font-family: 'Roboto Slab', serif;
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        color: #5e3b15;
        margin: 15px;
    }
    a:hover {
        color: #784c1b;
    }
    .menu {
        display: none;
    }
    .masthead {
        height: 70vh;
        min-height: 520px;
        background-image: url(img/bannermobile.png);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }
    .bannerheading {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 60px;
        padding-top: 20px;
        color: #5e3b15;
    }
    .bannerbutton {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 30px;
        margin: 0 auto;
        padding: 10px;
        margin-bottom: 50px;
        background: #353535;
        color: #ede6e4;
        letter-spacing: 10px;
        width: 70%;
    }
    /* About Us */
    #about {
        margin-top: 30px;
    }
    #about h3 {
        margin-bottom: -20px;
    }
    h3 {
        font-family: 'Spectral', serif;
        font-size: 45px;
        font-weight: 700;
        color: #5e3b15;
    }
    .aboutunderline {
        width: 40% !important;
    }
    .elephent {
        display: none !important;
    }
    .aboutpara {
        padding: 30px;
        padding-top: 0px;
        text-align: center;
        font-size: 20px;
    }
    /* What we buy */
    #why {
        margin-top: 0px;


    }
    #why h3 {
        margin-bottom: -20px;
    }
    .whatunderline {
        width: 50%;
    }
    .webuypara {
        padding: 30px;
        text-align: center;
        font-size: 20px;
        padding-bottom: 0px;
    }
    .fingerdesktop {
        display: none;
    }
    .whysection {
        background: #fcf7f0;
        padding-top: 60px;
        padding-bottom: 60px;
    }
     /* Boxes */
    .textbox {
        background: #bdc6d0;
    
    }
    .textbox span {
        font-family: 'Spectral', serif;
        font-weight: 700;
        font-size: 16px;
        display: inline-block;
        color: #3f4a51;
    }
    h4 {
        font-family: 'Spectral', serif;
        font-weight: 700;
        text-align: left;
        font-size: 20px;
        padding: 15px;
    
    }
    .colm {
        flex: 1; /* additionally, equal width */
        background: #bdc6d0;
        
        }
        .colm2 {
        margin-left: 6px;
        }
    .textbox1 {
        display: flex;
        margin-bottom: 8px;
    }

            /* Refferal */
#referral {
    margin-top: 50px;
}
#referral h3 {
    margin-bottom: -10px;
}
.refferalunderline {
    width: 30%;
}
.refrealpara {
    text-align: center;
    font-size: 20px;
    padding: 30px;
    padding-top: 0px;
}

  /* Footer */
.footer {
    background: #353535;
    padding-top: 50px;
    padding-bottom: 20px;
}

label {
    color: #bdc5d0;
    font-size:18px;
    text-align: center;
}
.text-align {
    text-align: center;
}

#contact h3 { 
    margin-bottom:-8px;
    color: #bdc5d0;
    text-align: center;
}
#contact img {
    width: 55%;
    margin-bottom: 40px;
}
input,textarea {
    width: 100%;
    padding: 5px;
}
input[type=submit] {
    background:#bdc5d0;
    border:1px solid #bdc5d0;
}
input[type=submit]:hover {
    background: black;
    color:white;
    border:1px solid black;
}
.copyright {
    color:#bdc5d0;
    font-size:18px;
}
.footerp {
    font-size: 18px;
    text-align: center;
}
.mobilecontact {
    text-align: center;
}

}