body {
    margin: 0;
    padding: 0;
}

/* MAIN AREA */
a.login:hover, a.grab:hover { text-decoration: none; color:#DD9701; }
a.navi-links:hover { text-decoration: none; color: white; transition:0.3s;}
b{ color:#DD9701; }

.page-logo {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 20px;
}


h5 {
    color: #766A4D;
}

/* NAVBAR */
.navi {
    font-family: 'Dosis', sans-serif;
    display:flex;
    background-color: black;
    padding: 10px;
}

.nav-link { color:#DD9701; }
.nav-link:hover { color: white; text-decoration: none;}

.navbar-toggler-icon {
    color: #DD9701;
}

.nav-logo{ width: 200px;}

.navi-items {
    display:flex;
    align-items: center;
    justify-content: space-around;
}

.navi-links {
    color: #DD9701;
    font-size: 1.2em;
    transition: 0.3s;
}

---------------------------------

.nav-item {
    margin-left: 20px;
}

.navbar-collapse {
    display:flex;
    justify-content: flex-end;
}

/* MENU */

.menu-container {
    display: flex;
    align-items:center;
    font-family: 'Dosis', 'sans-serif';
    background: 
        linear-gradient(
      rgba(221,151,1, 0.30), 
      rgba(221,151,1, 0.30)
    ),
        url('images/beans%20(1).png');
    color: #766A4D;
}

.menu-container h1 {
    font-family: 'Crimson Text', 'sans-serif';
    font-size: 4em;
    color: #DD9701;
}

.menu-container hr {
    background-color: #766A4D;
}

.logo-img-menu {
    width: 200px;
}


.reward-txt {
    box-shadow: 0px 3px 9px rgba(173, 118, 0, 0.4);
    border-radius: 2px;
    font-size: 1.4em;
    background-color: white;
    padding: 5px;
}


.reward-txt hr {
    background-color:#a39677;
}

.reward-txt .pts,.desc {
    display:flex;
    align-items:center;
    justify-content:center;
}

.menu-container h1 {
    font-family: 'Crimson Text', 'sans-serif';
    text-align:center;
    color: #000;
}

.menu-container hr {
    
}

.card-deck .card {
    transition: .5s;
    padding: 20px;
    border: none;
    outline: 1px solid #a39677;
    outline-offset: -10px;
    border-radius: 0px;   
    
}
.card:hover {
    transition: .5s;
    box-shadow: 0px 3px 9px rgba(173, 118, 0, 0.4);
}

.card-title {
    text-align:center;
}


/* CONTENT */
.content-container {
    display: flex;
    align-items: center;
    background:
    linear-gradient(
      rgba(255,255, 255, 0.80), 
      rgba(255,255,255, 0.80)
    ),
    url(images/breakfast.jpeg);
    background-size: cover;
    justify-content: center;
    height: 90vh;
    text-align:center;
}

.main-logo{
    width: 700px;
}

.content p {
    font-family: 'Crimson Text', serif;
    font-size: 1.8em;
}

.call{
    display:flex;
    align-items:center;
    justify-content: center;
}


.login, .grab {
    background-color: black;
    padding: 18px 90px;
    border-radius: 100px;
    color: #DD9701;
    transition: .5s;
    font-family: 'Dosis', 'sans-serif';
    font-size: 1.2em;
}

.grab {
    padding: 18px 50px;
}
.grab { background-color: white;  }

.login:hover, .grab:hover {
    transition: .5s;
    box-shadow: 0px 9px 9px rgba(118, 106, 77, 0.4);
}


/* LOGIN */
.login-container {
    display: flex;
    align-items: center;
    background: url('images/coffeebeans.jpg');
    background-size:cover;
    justify-content: center;
    height: 90vh;
    text-align:center;
}

.login-box {
    background-color: white;
    padding: 80px;
    box-shadow: 2px 4px 10px;
    border-radius: 10px;
}

.login-box h1 {
    font-family: 'Dosis', 'sans-serif';
    color:#DD9701;
    text-transform: uppercase;
}

.login-btn {
    background-color: #000;
    padding: 5px 60px;
    color: white;
    font-family: 'Dosis', 'sans-serif';
    transition: .5s;
    border-radius: 100px;
}

.login-btn:hover {
    text-decoration: none;
    color: white;
    transition: .5s;
    box-shadow: 0px 2px 9px rgba(118, 106, 77, 0.6);
}



/* COFFEE */
.coffee-container {
    background: 
        linear-gradient(
      rgba(221,151,1, 0.30), 
      rgba(221,151,1, 0.30)
    ),
        url('images/beans%20(1).png');
    font-family: 'Dosis', 'sans-serif;'
}
.coffee-container h1 {
    font-family: 'Crimson Text', 'serif';
    font-size: 4em;
    color: #000;
    text-align:center;
}

.coffee-container hr {
    background-color: #766A4D;
}

.coffee-txt { color: #766A4D;}

.menu-item {
    margin-top: 20px;
    margin-bottom: 20px;
    transition: .5s;
    padding: 20px;
    box-shadow: 0px 5px 9px rgba(173, 118, 0, 0.6);
    background-color: black;
    
/*    border: 1px solid #DD9701;*/
    outline: 1px solid white;
    outline-offset: -15px;

}
.menu-item:hover {
    transition: .5s;
    box-shadow: 0px 5px 9px rgba(173, 118, 0, 0.6);
}

.menu-item-img {
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

.coffee-name {
    font-family: 'Dosis', 'sans-serif';
    font-size: 1.5em;
    display: flex;
    align-items: center;
}

.add-cart {
    background-color: #000;
    padding: 10px 20px;
    color: white;
}

.add-cart:hover {
    color: #DD9701;
    text-decoration:none;
}

.link-item {
    color: #ffffff;
}

.link-item:hover {
    text-decoration: none;
    color: #DD9701;
}

.add {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DD9701;
    font-weight: bold;
    font-size: 40px;
    font-family: 'Dosis', 'sans-serif';
}

.sizes { display:flex; }

.size-btn {
    border: 1px solid #DD9701;
    color: #766A4D;
    transition: .5s;
    background-color: white;
    
}

.active, .size-btn:hover {
    background-color: #DD9701;
    color: white;
}

.modal-title { text-align:center;}
.modal-body h4 { color:#766A4D;}

.minus-btn, .plus-btn { 
    background-color: #DD9701;
    color: white;
    border: none;
    padding: 5px 10px;
}

/* CART */
.cart-container hr {
    background-color: #DD9701;
}


.cart-container {
    background: 
        linear-gradient(
      rgba(221,151,1, 0.30), 
      rgba(221,151,1, 0.30)
    ),
        url('images/beans%20(1).png');
    background-position: 20% 10%;
    font-family: 'Dosis', 'sans-serif;';
}

.cart-container h1 {
    font-family: 'Crimson Text', 'serif';
    font-size: 4em;
    color: #000;
    text-align:center;
}

.cart-container hr {
    background-color: #766A4D;
}

.cart-container .menu-item {
    color:#766A4D;
    background: white;
    border: none;
    font-size: 1.0em;
}

.cart-container .add {
    font-size: 1.6em;
    color:#766A4D;
    font-weight: normal;
}

.checkout-btn {
    text-align: right;
}

.checkout {
    background-color:#000000;
    padding: 20px 80px;
    font-size: 1.6em;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .5s;
}

.checkout:hover {
    text-decoration: none;
    color: white;
    transition: .5s;
    box-shadow: 0px 2px 9px rgba(118, 106, 77, 0.6);
}


/* CHECKOUT */

.checkout-container {
    background: 
        linear-gradient(
      rgba(221,151,1, 0.30), 
      rgba(221,151,1, 0.30)
    ),
        url('images/beans%20(1).png');
    font-family: 'Dosis', 'sans-serif;';
}

.checkout-form { 
    background-color: white;
    padding: 20px;
    box-shadow: 0px 2px 9px rgba(118, 106, 77, 0.6);
    
}

.checkout-container h1 {
    font-family: 'Crimson Text', 'serif';
    color: #000000;
    text-align:center;
}

.checkout-container hr {
    background-color: #DD9701;
}

.complete-btn {
    display:flex;
    align-items:center;
    justify-content: center;
}

.back-menu {
    background-color: black;
    padding: 10px 30px;
    border-radius: 5px;
    color: white;
    transition: .5s;
}

.back-menu:hover {
    box-shadow: 0px 2px 9px rgba(118, 106, 77, 0.6);
    text-decoration: none;
}

.complete {
    background-color:#000000;
    padding: 20px 80px;
    font-size: 1.6em;
    color: white;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
    transition: .5s;
}
.complete:hover {
    text-decoration: none;
    color: white;
    transition: .5s;
    box-shadow: 0px 2px 9px rgba(118, 106, 77, 0.6);
}


/* COMPLETE */
.complete-container {
     background: 
        linear-gradient(
      rgba(221,151,1, 0.30), 
      rgba(221,151,1, 0.30)
    ),
        url('images/beans%20(1).png');
    background-position: 20% 50%;
    font-family: 'Dosis', 'sans-serif;';
    height: 100vh;
    display:flex;
    align-items:center;
}

.complete-container h1 {
    font-family: 'Crimson Text', 'serif';
    color: #000;
    text-align:center;
}

.complete-container hr {
    background-color:#DD9701;
}

.complete-sub {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 9px rgba(118, 106, 77, 0.6);
}

.txt-message {
   position:absolute;
    width: 100%;
    height: 15vh;
    padding: 0px;
    top: 0px;
    left: 0px;
    z-index: 1;
    background-color: white;
    box-shadow: 0px 2px 9px rgba(255, 255, 255, 0.6);   
}

.txt-img {
    width: 100px;
    height: 100px;
    border-radius: 100px;
}

/* FOOTER */
.footer-container {
    background-color: #000;
    font-family: 'Crimson Text', 'serif';
    color: white;
    text-align:center;
    padding: 20px;
}

.soc-links { 
    color: white;
    transition: .5s;}
.soc-links:hover { 
    color: #DD9701;
    transition: .5s;}

h4 {
    font-family: 'Dosis', 'sans-serif';
    text-transform: uppercase;
    color:#DD9701;
}

.follow {
    font-size: 2.0em;
}



/* MEDIA QUERIES */
@media (min-width: 300px){
/*  INDEX  */
    .navi { text-align:center;
        display:flex;
        justify-content: center; }
    .nav-link { color: white; text-align:center;}
    .navbar { 
        display: flex;
        justify-content: center;
    }
    
    .main-logo { width: 300px;}
    .content p { font-size: 1.2em;}
    .gb, .ln { margin-top: 40px;}
    .grab, .login { font-size: 1.2em;} 

/*  SIGNIN  */
    .login-container .login-btn { padding: 10px 90px;}
    .login-box { padding: 40px;}
    
    
/*  MENU  */
    .menu-container { background-position: -100% 5%;}
    .menu-container h1 { font-size: 3em;}
    .reward-container .pts { font-size: 0.79em;}
    .reward-container .desc { font-size: .72em;}
    .reward-container .pts { border-bottom: 0.9px dashed #333;}
    
    .reward-container { padding: 20px;}
    .card-deck { padding: 5px;}
    
/*  CART  */
    .item-container {
        padding: 10px;
    }
    
/*  COFFEE  */
    .coffee-container { background-position: 5% 75%;}
    .coffee-container h1 { font-size: 2.5em;}
    .coffee-img { 
        display:flex;
        justify-content: center;
    }
    
    .coffee-container hr {
    background-color: #DD9701;
}
    .coffee-name { 
        display:flex; 
        justify-content:center;
        text-align:center;
    }
    
    .coffee-txt { color: white;}
    
    .size-btn { padding: 10px 20px; }
    
    .txt-message {
        display:flex;
        align-items:center;
        text-align:center;
        height: 30vh;
        width: 40vh;
        border-radius: 10px;
        top: 10px;
        left: 20px;
    }
}

@media (min-width: 700px){
/*  INDEX  */
    .navbar-logo { text-align: left;}
    .navbar-toggler { text-align: right;}
    .main-logo { width: 500px;}
    .content p { font-size: 1.8em;}
    .nav-link { text-align: right;}
    
/*  MENU  */
    .menu-container, .checkout-container{ background-position: 20% 50%;}
    .reward-container .pts { border-bottom: none;}
    
/*  COMPLETE  */
    /*  COMPLETE  */
    .txt-message {
        display:flex;
        align-items:center;
        text-align:center;
        height: 30vh;
        width: 60vh;
        border-radius: 10px;
        top: 10px;
        left: 40px;
    }

}


@media (min-width: 1000px){
/*  INDEX  */
    .nav-link { 
        color: #DD9701;
        font-size: 1.3em;
    }
    .grab { padding: 22px 30px;}
    .login { padding: 22px 80px}
    
/* LOGIN */
    .login-box { padding: 70px;}
    .login-btn { font-size: 1.2em;}
    
/*  MENU  */
    .reward-txt { 
        height: 100px;
        font-size: 1.6em;
    }
    
/* COFFEE */
    .coffee-container { background-position: 20% 50%;}
}

@media (min-width: 1400px){
/*  INDEX  */
    .nav-logo { width: 200px;}
    .nav-link { font-size: 1.6em};
    
    .content p { font-size: 3em;}
    .gb, .ln { font-size: 1.05em;}


/*  SIGNIN */
    .login-box { padding: 100px; font-size: 1.5em;}

/*  MENU  */
    .reward-txt { font-size: 1.9em;}
    .card-title { font-size: 1.7em;}

/* COFFEE  */
    .menu-item { font-size: 1.2em;}
    .add { font-size: 2.2em;}
    .modal-body p, .modal-body .size-btn, .add-cart { font-size: 1.2em; }

/*  FOOTER  */
    .footer-container { font-size: 1.3em;}

/*  CART  */
    .cart-container { font-size: 1.2em;}

/*  CHECKOUT  */
    .checkout-container { font-size: 1em;}
    
    
    /*  COMPLETE  */
    
    .complete-sub {
        margin-top: 20px;
        font-size: 1.2em;
    }
    
    .txt-message {
        display:flex;
        align-items:center;
        text-align:center;
        height: 30vh;
        width: 60vh;
        border-radius: 10px;
        top: 10px;
        font-size: 1.4em
    }


}