.btn{
    background-color: #000000;
    border:  none;
    text-transform: uppercase;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    white-space: normal;
    font-size: 12px;
    padding: 11px 19px;
    vertical-align: top;
    color: #FFFFFF;
    transition: 0.05s all ease;
}

.btn:hover,
.btn:focus{
    background-color: #000000;
    color: #FFFFFF;
    transition: 0.05s all ease;
}

.btn.white,
.btn.white:hover,
.btn.white:focus{
    background-color: #FFFFFF;
    color: #000000;
}

#header .nav > li {
    float: left;
}

#header .nav > li > a,
#header .nav > li > span{
    color: #000000;
    text-transform: uppercase;
    display: block;
    padding: 10px 15px;
    position: relative;
}


h1,
h2,
h3{
    font-size: 35px;
}

@media(max-width:767px){
    .btn-primary{
        width:100%;
        margin-bottom:10px;
    }
}