@font-face {
    font-family: Montserrat;
    src: url(./montserrat/Montserrat-Regular.ttf);
}

* {
    font-family: Montserrat;
}

.footerbar {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: grey;
    color: white;
    text-align: center;
}

ul.footer {
    list-style-type: none;
    margin: auto;
    position: relative; 
    bottom: 0;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
    font-family: Montserrat;
}

.hidden {
    position: fixed;
    bottom: 0;
    right: 0;
    pointer-events: none;
    opacity: 0;
    transform: scale(0);
  }

.headerbar {
    width: 100%;
    border-bottom: 1px solid black;
    padding: 10px;
    padding-right: 0px;
    padding-left: 0px;
    clear: none;
}

input {
    font-family: FontAwesome;
}

input.box {
    font-family: Montserrat;
}

input, select, textarea {
    margin-top: 10px;
}

label {
    padding-bottom: 5px;
}

html,
body {
    -webkit-font-smoothing: antialiased;
}

button.copy {
    display: inline-block; 
    margin-right: 10px;
    padding: 15px;
    font-size: 1.2em; 
    outline: none; 
    border: none; 
}

button.copy:hover {
    cursor: pointer;
    background-color: grey;
    transition: 0.4s;
}

button.next {
    outline: none; 
    border: none; 
    padding: 10px; 
    background-color: #1a73e8; 
    color: white;
    font-size: 20px;
}

button.next:hover {
    background-color: black;
    cursor: pointer;
    transition: 0.4s;
}

button.back {
    outline: none; 
    border: none; 
    padding: 10px; 
    background-color: #1a73e8; 
    color: white;
    font-size: 20px;
}

button.back:hover {
    background-color: black;
    cursor: pointer;
    transition: 0.4s;
}

button.back2 {
    padding: 20px; 
    padding-left: 30px; 
    padding-right: 30px; 
    border-radius: 20px; 
    font-size: 20px; 
    border: none;
}

button.back2:hover {
    background-color: grey;
    cursor: pointer;
    transition: 0.4s;
}

button.placeorder {
    padding: 15px; 
    background-color: green; 
    color: white; 
    font-size: 1.2em;
}

button.placeorder:hover {
    background-color: #096126;
    cursor: pointer;
    transition: 0.4s;
}

button.save {
    padding: 15px; 
    font-size: 25px; 
    border-radius: 30px;
    border: none;
    color: white;
    background-color: grey;
    padding-left: 20px;
    padding-right: 20px;
}

button.save:hover {
    transition: 0.4s;
    cursor: pointer;
    background-color: #B1B3B0;
}

button.ready {
    background-color: #3ad342; 
    color: white; 
    border: none; 
    padding: 15px; 
    font-size: 25px; 
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

button.ready:hover {
    cursor: pointer;
    transition: 0.4s;
    background-color: #29902F;
}

button.navbutton {
    padding: 20px;
    font-size: 1.2em;
}

button.navbutton:hover {
    background-color: green;
    cursor: pointer;
    transition: 0.4s;
}

button.navbutton2 {
    padding: 10px;
    font-size: 1em;
}

button.navbutton2:hover {
    background-color: green;
    cursor: pointer;
    transition: 0.4s;
}

button.navbutton3 {
    background-color: red;
    border: none;
    outline: clear;
    color: white;
    padding: 10px;
    font-size: 1em;
}

button.navbutton3:hover {
    background-color: darkred;
    cursor: pointer;
    transition: 0.4s;
}

.login {
    padding: 50px; 
    border: 3px solid black; 
    border-radius: 20px;
}

button.add {
    position: relative;
    border: none;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 60px;
    background-color: #3ad342;
    color: white;
  }
 
  button.add:hover {
    cursor: pointer;
    transition: 0.4s;
    background-color: #29902F;
  }
 
  button.cancel {
    position: relative;
    border: none;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 60px;
    background-color: red;
    color: white;
  }

  button.cancel:hover {
    cursor: pointer;
    transition: 0.4s;
    background-color: #91170a;
  }

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-color: #eff0f1;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: none;
    border-radius: 20px;
    width: 500px; /* Could be more or less, depending on screen size */
  }
  
  /* The Modal (background) */
  .modal_login {
    display: block; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content/Box */
  .modal-content_login {
    background-color: #eff0f1;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
  }
 
  /* The Close Button */
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }



