/**
 * Mailvelope - secure email with OpenPGP encryption for Webmail
 * Copyright (C) 2012  Thomas Oberndörfer
 */

.brand {
  font-family: 'Courgette';
}

.row {
  margin-bottom: 40px;
}

.hero-unit h1, .hero-unit h2 {
  font-family: 'Courgette';
}

.mv-header {
  background-image: url(../img/header_bg.jpg);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1);
  background-image: -webkit-linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1)), url(../img/header_bg.jpg);
  background-image: linear-gradient(right, rgba(255,255,255,0), rgba(255,255,255,1)), url(../img/header_bg.jpg);
  background-image: linear-gradient(to left, rgba(255,255,255,0), rgba(255,255,255,1)), url(../img/header_bg.jpg);
  background-repeat: repeat-x;
  background-position: right center;
}

.shiny-box {
  padding: 10px 20px;
  margin-bottom: 10px;
  border: 1px solid #d9d9d9; 
  -webkit-box-shadow: 0 0 6px rgba(92, 92, 92, 0.15); 
  -moz-box-shadow: 0 0 6px rgba(92, 92, 92, 0.15); 
  box-shadow: 0 0 6px rgba(92, 92, 92, 0.15); 
  border-radius: 7px; 
  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px;  
}

.wrapper,
.span610 {
  width: 611px;
}

.blue {
  color: #0088cc;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.padding20 {
  padding: 20px 0;
}

.steps {
  font-size: 16px;
  font-weight: bold;
  padding: 35px 0;
}

