@charset "utf-8";
* {
  font-family: 'Martel Sans', sans-serif;
}

body {
    background-image: -webkit-linear-gradient(86deg,rgba(177,175,175,1.00) 0%,rgba(132,132,132,1.00) 20.73%,rgba(102,101,101,1.00) 44.56%,rgba(107,104,104,1.00) 50.78%,rgba(135,134,134,1.00) 78.24%,rgba(195,188,188,1.00) 100%);
    background-image: -moz-linear-gradient(86deg,rgba(177,175,175,1.00) 0%,rgba(132,132,132,1.00) 20.73%,rgba(102,101,101,1.00) 44.56%,rgba(107,104,104,1.00) 50.78%,rgba(135,134,134,1.00) 78.24%,rgba(195,188,188,1.00) 100%);
    background-image: -o-linear-gradient(86deg,rgba(177,175,175,1.00) 0%,rgba(132,132,132,1.00) 20.73%,rgba(102,101,101,1.00) 44.56%,rgba(107,104,104,1.00) 50.78%,rgba(135,134,134,1.00) 78.24%,rgba(195,188,188,1.00) 100%);
    background-image: linear-gradient(4deg,rgba(177,175,175,1.00) 0%,rgba(132,132,132,1.00) 20.73%,rgba(102,101,101,1.00) 44.56%,rgba(107,104,104,1.00) 50.78%,rgba(135,134,134,1.00) 78.24%,rgba(195,188,188,1.00) 100%);
}

body .calculator {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    width: 460px;
    background-color: #F4577A;
    border: 3px solid #D13D5E;
    -webkit-box-shadow: 0px 0px 5px #8C3D3F;
    box-shadow: 0px 0px 5px #8C3D3F;
}

body .calculator table .calcScreen {
    font-family: 'Martel Sans', sans-serif;
    width: 450px;
    height: 95px;
    background-color:#777374;
    border: solid #3E3C3C;
    color: #cfcdcd;
    font-size: xx-large;
    margin-left: auto;
    margin-right: auto;
    outline: none;
    border-radius: 30%;
    background-color: #777374;
}

body .calculator table .ACbutton {
  font-family: 'Martel Sans', sans-serif;
  width:450px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  background-color: #362E2E;
  color: #c2c2c2;
  border: 0px solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: x-large;
  outline: none;
}

body .calculator table .ACbutton:hover {
   
    background-color: #5B5858;
}

body .calculator table .normalButton {
  font-family: 'Martel Sans', sans-serif;
  width: 110px;
  height: 100px;
  background-color: #2E2D2D;
  color: #c2c2c2;
  border: 0px solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: x-large;
  outline: none;
}

body .calculator table .normalButton:hover {
  background-color: #555555;
}

body .calculator table .sumButton {
  font-family: 'Martel Sans', sans-serif;
  width: 95px;
  height: 65px;
  background-color: black;
  color: #c2c2c2;
  border: 0px solid;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: x-large;
}

body .calculator table .sumButton:hover {
  background-color: #142883;
}
/*# sourceMappingURL=calculatorWeb3.css.map */
