/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Cutive+Mono);

body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1 {
  color: #fff;
  font-family: 'Cutive Mono';
  text-transform: uppercase;
}
h2 {
  color: #fff;
  font-family: 'Cutive Mono';
}
h4, h5, h6 {  color: #000; }


p {
  line-height: 1.5em;
  margin-bottom: 25px;
}

a {  color: #d52333; }
a:hover, a:focus {
  color: #498cc8;
  text-decoration: underline;
  outline: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
header {
  background: #000;
  padding-top: 35px;
  padding-bottom: 35px;
}
header h4 {
  color: white;
  font-weight: 700;
}
header p {  color: white }

footer {
  background: #000;
  padding-top: 30px;
  padding-bottom: 30px;
}

i {
  color: #d52333;
  font-size: 30px;
}
.btn i {
  color: #fff;
}
.btn span {
  font-size: .8em;
}

/***** MODAL *****/
.modal-content {  border-radius: 4px }
.modal-header {
  background: #2d2d2d;
}
.modal-header h4, .close {
  color: #fff;
}
.modal-body {
  background: #fff;
  font-size: 1em;
  color: #000;
}
.modal-footer {
  background: #fff;
  margin-top: 0px;
}