﻿/*@import url(http://fonts.googleapis.com/css?family=Nunito:300);*/

/*body { font-family: "Nunito", sans-serif; font-size: 24px; }*/
a    { text-decoration: none; }
p    { text-align: center; }
sup  { font-size: 36px; font-weight: 100; line-height: 55px; }

.button
{
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #e18225;

  font-size: 24px;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  
  /*margin: 5em auto;
  
  position: absolute;*/ 
  top:0; right:0; bottom:0; left:0;
  
  /*padding: 20px 0;*/
  width: 200px;
  /*height:30px;*/

  background: #e18225;
  border: 1px solid #e18225;
  border-radius:10px;
  color: #FFF;
  overflow: hidden;
  
  transition: all 0.5s;
}

.buttonSend
{
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  color: #e18225;

  font-size: 18px;
  font-family: "Nunito", sans-serif;
  font-weight: 300;
  
  /*margin: 5em auto;
  
  position: absolute;*/ 
  top:0; right:0; bottom:0; left:0;
  
  /*padding: 20px 0;*/
  width: 150px;
  height:40px;

  background: #e18225;
  border: 1px solid #e18225;
  border-radius:10px;
  color: #FFF;
  overflow: hidden;
  
  transition: all 0.5s;
}

.button:hover, .button:active 
{
  text-decoration: none;
  color: #000;
  border-color:#000;
  
  border-radius:10px;
  background: #FFF;
}

.buttonSend:hover, .buttonSend:active 
{
  text-decoration: none;
  color: #000;
  border-color:#000;
  
  border-radius:10px;
  background: #FFF;
}

