/* -- custom css for Bootstrap 3.x --*/

/* move special fonts to HTML head for better performance */
@import url(http://fonts.googleapis.com/css?family=Voltaire);

.media-heading {
  color: black;
  font-weight: bold;
}

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}

html,
body {
  height: 100%;
  width: 100%;
  font-family:Arial,sans-serif;
  background-color: #200a16;
}

/* fix bs3 horizontal scrollbar bug */
.row { margin: 0; padding: 0 }


/* use special fonts in certain elements */
h1,h2,h3,h4,.lead,.btn,.navbar a {
  /*text-transform:uppercase;*/
  font-family:'Voltaire',Arial,sans-serif;
  letter-spacing:2px;
}

h1 {
  font-size:50px;
}

/* make images gray */
img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.icon-bar {
   background-color:#fff;
}

.scroll-down a, .scroll-top a {
   color:#ffffff;
}

.scroll-down {
   position:fixed;
   bottom:20%;
   right:0%;
   color:#f9f9f9;
}

.scroll-top {
  background-color:#dbdbdb;
}

.vert {
  vertical-align: middle;
  width:100%;
  padding-top:4%;
  text-align:center;
}

.header .btn-lg {
   font-size:28px;
   border-color:#eeeeee;
   padding:15px;
   background-color:transparent;
   color:#ffffff;
}

.header .btn-lg:hover {
   background-color:#eeeeee;
   color:#777777;
}

.navbar a {
  color:#fff;
  font-size:14px;
}

.navbar-bold.affix {
  background-color:#d46054;
}

.navbar-bold {
  background-color:#f68076;
  font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.navbar-bold li a:hover, .navbar-bold li.active {
  background-color:#d46054;
}

    
.header h1 {
  font-size:80px;
  -webkit-text-stroke: 1px rgba(f,f,f,0.1);
  color:#431a6d;
  color:#fff;
  margin-left:-5px;
  margin-bottom:5px;
  text-transform:uppercase;
}

.header .lead {
  color:#d46054;
  font-size:25px;
}

.header {
  height: 100%;
  background: #f68076 url('/images/logo.jpg') repeat center center fixed;
  /*background: #f68076 url('https://unsplash.imgix.net/41/EOZpjI3oSqKPNnF2S4Tp_Untitled.jpg?q=75&fm=jpg&s=3973fb1f254f1cfa01d166a6d548ef50') repeat center center fixed;*/
  /*background: #f68076 url('https://ununsplash.imgix.net/17/unsplash_527bf4b4ae00d_1.JPG?q=75&fm=jpg&s=5b2bee139e6e81b50880cd776af1a047') repeat center center fixed;*/
}

/* use alt in navbar and header for different color */

.alt {
  /*background-color: #6E28C9;*/
  background-color: #993D69;
  /*background-color: #099DB2;*/
  /*background-color: #14B5CC;*/
}

.alt .lead {
  /*color: #3B0496;*/
  color: white;
}

.alt.affix {
  /*background-color:#4C06AB;*/
  /*background-color:#71254d;*/
  /*background-color:#71254d;*/
  background-color: #993D69;
}

.alt li a:hover, .alt li.active {
  /*background-color:#5D17BA;*/
  /*background-color:#3e142b;*/
  background-color:#71254d;
}



.blurb {
  padding: 120px 0;
  background-color:#fefefe;
}

.blurb .panel {
  background-color:transparent;
}

.bright {
  /*background: #dbdbdb url('http://www.bootply.com/assets/example/pt_topo.png') repeat center center fixed; */
  background: #dbdbdb url('/images/logo2.jpg') repeat center center fixed; 
  color:#777;
}

.featurette {
  background: #222334;
  /*background: #c0ae00;*/
  padding: 50px 0;
  color: #ffffff;
  /*color: #822a58;*/
}

.featurette-item {
  margin-bottom: 15px;
}

.featurette-item > i {
  border: 3px solid #ffffff;
  /*border: 3px solid #822a58;*/
  border-radius: 50%;
  display: inline-block;
  font-size: 56px;
  width: 140px;
  height: 140px;
  line-height: 136px;
  vertical-align: middle; 
  text-align: center;
}

.featurette-item > i:hover {
  font-size: 68px;
}

.callout {
  color: #ffffff;
  padding-top:7%;
  height: 100%;
  width: 100%;
  background: url('http://www.bootply.com/assets/example/bg_suburb.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.gallery {
  padding: 50px 0;
}

.call-to-action {
  background: #eeeeee;
  padding: 50px 0;
}

.call-to-action .btn {
  margin: 10px;
}

footer {
  padding: 40px 0;
  background-color: #200a16;
  color: white;
  bottom: 0;
  margin-bottom: -150px;
  position: relative;
}

.panel-custom {
  border: 0px;
}

.panel-plan {
  background-color: white !important;
}

#plan-free {
  
}

#plan-basic {}

#plan-premium {}

/* -- end custom css for Bootstrap 3.x --*/

.btn-large-sec-header {
  background-color: white !important;
  color: #822a58 !important;
}

.btn-large-sec-header:hover {
  background-color: white !important;
  color: black !important;
}

.btn-price { 
  color: #F7F7F7; 
  background-color: #822A58; 
  border-color: #822A58; 
} 
 
.btn-price:hover, 
.btn-price:focus, 
.btn-price:active, 
.btn-price.active, 
.open .dropdown-toggle.btn-price { 
  color: #F7F7F7; 
  background-color: #49247A; 
  border-color: #822A58; 
} 
 
.btn-price:active, 
.btn-price.active, 
.open .dropdown-toggle.btn-price { 
  background-image: none; 
} 
 
.btn-price.disabled, 
.btn-price[disabled], 
fieldset[disabled] .btn-price, 
.btn-price.disabled:hover, 
.btn-price[disabled]:hover, 
fieldset[disabled] .btn-price:hover, 
.btn-price.disabled:focus, 
.btn-price[disabled]:focus, 
fieldset[disabled] .btn-price:focus, 
.btn-price.disabled:active, 
.btn-price[disabled]:active, 
fieldset[disabled] .btn-price:active, 
.btn-price.disabled.active, 
.btn-price[disabled].active, 
fieldset[disabled] .btn-price.active { 
  background-color: #822A58; 
  border-color: #822A58; 
} 
 
.btn-price .badge { 
  color: #822A58; 
  background-color: #F7F7F7; 
}

.panel-plan i {
  color: #4b1833;
}

#map-canvas {
  height: 400px !important;
}

.price {
  color: #822a58;
  font-size: 45px;
  font-family: 'Voltaire',Arial,sans-serif;
}

.price small {
  font-size: 15px;
  opacity: 0.5;
}

.features-list li {
  font-family: 'Voltaire',Arial,sans-serif;
  font-size: 1.5em;
  width: 100%;
  box-sizing: border-box;
  text-align: justify;
}

#plans-title {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: white;
  border-radius: 5px;
}

#ordered-lead {
  text-transform:uppercase;
  font-size: 1.4em;
  font-family:'Voltaire',Arial,sans-serif !important;
  letter-spacing:2px;
}

.well-custom {
  color: white;
  background-color: #993D69;
  height: 300px;
}
