/**
 * 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;  
}

