/*
* littlelink.io
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/*
* Built using on:
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/

/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Buttons
- Brand Styles

*/

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.button,
button {
  display: inline-block;
  text-decoration: none;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  font-size: 22px;
  width: 300px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 12px 12px 12px;
  letter-spacing: 0.1px;
  white-space: wrap;
  outline: none;
  border-radius: none;
  cursor: pointer;
}     

/* Brand Icons
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  padding: 0px 8px 3.5px 0px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}

/* Brand Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Default */
.button.button-1 {
  color: #ffffff;
  background-color: #ee7043;
  border: 3px solid #ffffff;
}
.button.button-1:hover,
.button.button-1:focus {
  filter: brightness(90%);
}

/* Default 2 */
.button.button-2 {
  color: #ffffff;
  background-color: #ee40d7;
  border: 3px solid #ffffff;
}
.button.button-2:hover,
.button.button-2:focus {
  filter: brightness(90%);
}

/* Default 3 */
.button.button-3 {
  color: #000000;
  background-color: #dadad9;
  border: 3px solid #000000;
}
.button.button-3:hover,
.button.button-3:focus {
  filter: brightness(90%);
}

/* Gradient */
.button.button-4 {
  color: #ffffff;
  background-image: linear-gradient(
    25deg,
    #0099ff,
    #5f5dff,
    #a033ff,
    #c740cc,
    #ff5280,
    #ff7061
  );
}
.button.button-4:hover,
.button.button-4:focus {
  filter: brightness(90%);
}

/* Linear Gradient */
.button.button-5 {
  color: #ffffff;
  background-image: linear-gradient(-135deg, #1400c8, #b900b4, #f50000);
}
.button.button-5:hover,
.button.button-5:focus {
  filter: brightness(90%);
}

/* Background Image */
.button.button-6 {
  color: #ffffff;
  background-image: linear-gradient(-45deg, #ff8d10, #ec1187);
}
.button.button-6:hover,
.button.button-6:focus {
  filter: brightness(90%);
}

