
.body{
  background: #064a42;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #fff;
}

#navbar{
  background-color: #064a42;
  border-bottom: solid yellow 2px; 
}

#Nav li a{
  color: #e2cc31;
}

#Nav li a:hover{
  color: #FFFFFF;
}

#jumbotron{
  background-color: #064a42;
  padding-top: 60px;
  
}

#container{
  border-radius: 30px;
}

.button {
  border-radius: 4px;
  background-color: #f4511e;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 15px;
  padding: 7px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}

/*  margin for Footer */
.transaction {
  margin-bottom:300px;
}

.profile {
  margin-bottom:120px;
  padding: 0px 0px 0px 0xp;
}

/* css for input*/
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: red;
  color: white;
  text-align: center;
}

/* Pickup */
.pickup{

    border-radius: 4px;
    background-color: #f4511e;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 15px;
    padding: 7px;
    width: 200px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;

}