html {
    scroll-behavior: smooth;
}

h1 {
    color: black;
    font-style: bold;
    font-size: 220%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

h2 {
    color: black;
    font-style: bold;
    font-size: 200%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.title {
    color: black;
    font-style: bold;
    font-size: 400%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.btitle {
    color: black;
    font-style: bold;
    font-size: 120%;
    text-align: left;
    font-family: "Lato", sans-serif;
}

.bdescription {
    font-size: 100%;
    text-align: left;
    font-family: "Lato", sans-serif;
}

.bnews {
    font-size: 80%;
    text-align: left;
    font-family: "Lato", sans-serif;
}

.ctitle {
    color: black;
    font-style: bold;
    font-size: 220%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.checkouttitle {
    font-size: 140%;
    text-align: left;
    font-family: "Lato", sans-serif;
}

.checkoutdesc {
    font-size: 100%;
    text-align: left;
    font-family: "Lato", sans-serif;
}

.cdescription {
    font-size: 130%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.cstock {
    color: black;
    font-style: bold;
    font-size: 150%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.coutstock {
    font-style: bold;
    font-size: 150%;
    text-align: center;
    font-family: "Lato", sans-serif;
    color: red;
}

.description {
    font-size: 130%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.point {
    font-size: 50%;
}

.question {
    font-size: 150%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.mission {
    text-align: center;
    font-family: "Lato", sans-serif;
}

.image {
    width: 500px;
    height: 500px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.cimage {
    width: 250px;
    height: 350px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bimage {
    width: 330px;
    height: 330px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

nav {
    background-color: black;
    color: white;
}

.navbar {
    background-color: #987456 !important;
    font-family: "Lato", sans-serif;
}

.nav-item {
    color: white !important;
    font-family: "Lato", sans-serif;
}

.abt {
    width: 75%;
}

.navbar-toggler {
    color: white;
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #987456 !important;
    color: white;
    text-align: center;
    font-family: "Lato", sans-serif;
}

.map {
    color: white;
    font-style: bold;
    font-size: 80%;
    text-align: center;
    font-family: "Lato", sans-serif;
}

input[type=button],
input[type=submit],
input[type=reset] {
    background-color: #000000;
    border: none;
    color: white;
    padding: 10px 52px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    font-family: "Lato", sans-serif;
}

input[type=text],
input[type=password] {
    font-family: "Lato", sans-serif;
    color: black;
}

.signup {
    margin: 0 auto;
    width: 150px;
}

.login {
    margin: 0 auto;
    width: 150px;
}

.addcart {
    margin: 0 auto;
    width: 150px;
    text-align: center;
    height: 45px;
    color: white;
    background-color: #000000;
    font-family: "Lato", sans-serif;
    border: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 110%;
    padding: 10px 12px;
}

.order {
    text-align: center;
    font-family: "Lato", sans-serif;
    color: black;
    font-style: bold;
    font-size: 20px;
}


/* Fake image */

.fakeimg {
    background-color: #aaa;
    width: 100%;
    padding: 20px;
}


/* Add a card effect for articles */

.card {
    background-color: white;
    padding: 20px;
    margin-top: 20px;
}


/* Clear floats after the columns */

.row:after {
    content: "";
    display: table;
    clear: both;
}


/* Left column */

.leftcolumn {
    margin: 0 auto;
    width: 75%;
}

@-webkit-keyframes NO {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes NO {
    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@-webkit-keyframes arrive {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes arrive {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes move {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

@keyframes move {
    0% {
        background-position: 0 0;
    }
    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}
