.button2{
    min-height: 38px;
    min-width: 180px;
    vertical-align: middle;
    margin: 0 7px 12px 7px;
    line-height: 14px;
    padding: 11px 25px 10px 25px;
    border: 1px solid white;
    color: white;
    /*background: #0e0e0e;*/
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    display: block;
    -moz-transition: background-color .3s,opacity .3s;
    -o-transition: background-color .3s,opacity .3s;
    -webkit-transition: background-color .3s,opacity .3s;
    transition: background-color .3s,opacity .3s;
}
.button2.outline.white {
}
.button2.outline.white:hover{
    color: #0e0e0e;
    background: #fff;
}
.button2.outline.black{
    border-color:#0e0e0e;
    color:#000;
    margin: 0 15px;
    min-width: 180px;
}
.button2.outline.black:hover{
    color: #fff;
    background: #0e0e0e;
}
.h1{
	font-weight: 200;
}