@import url(http://fonts.googleapis.com/css?family=Roboto+Slab:400,700,300);

body{
    
    background:#303030 url(../../assets/img/m_pattern.png) repeat;
    color: #fff;
}

.hero-unit {
    background-color: #e5007d;
    border-radius: 0;
    color: inherit;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    margin-bottom: 30px;
    padding: 60px;

  -moz-box-shadow:    0px 3px 6px 0px #000000;
  -webkit-box-shadow: 0px 3px 6px 0px #000000;
  box-shadow:         0px 3px 6px 0px #000000;

  
  background: #ea0088; /* Old browsers */
background: -moz-linear-gradient(45deg,  #ea0088 0%, #e5007d 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ea0088), color-stop(100%,#e5007d)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(45deg,  #ea0088 0%,#e5007d 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(45deg,  #ea0088 0%,#e5007d 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(45deg,  #ea0088 0%,#e5007d 100%); /* IE10+ */
background: linear-gradient(45deg,  #ea0088 0%,#e5007d 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea0088', endColorstr='#e5007d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
h1, h2, h3, h4{
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    
}
p{
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
.hero-unit h2{
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin: 40px 0 40px 0;
}

.darkBg{
    padding: 12px 20px;
    background: #303030;
    display: inline-block;
}

.darkBg i{
    margin: 0 10px 0 0;
}
.contact {
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 100%;
    text-align: center;
    width: 100%;
}
.pull-rgt{
    text-align: right;
}
a{
    color: #fff;
}
a:hover, a:focus{
    text-decoration: none;
    color: #e5007d;
}
.hero-unit, .container{
   
    margin: 0 auto;
}
.hero-unit{
    margin: 40px 20px;
    -webkit-border-radius: 36px;
-moz-border-radius: 36px;
border-radius: 36px;
}
	