.bg-purple {
background: #743b8f url("../_images/bg.jpg") no-repeat center center;
background-size: 100% auto !important;
min-height: 100vh;
}

.bg-purple .navbar {
padding: 20px 0 20px 0 !important;
background: rgba(0,0,0,.4);
border: 0;
box-shadow: 0 0 5px rgba(0,0,0,.3);
}

.bg-purple .navbar-full {
height: auto !important;
}

.bg-purple .navbar-brand {
background: url("../_images/logo.png") no-repeat center center;
background-size: auto 100%;
}

.btn-primary,
.btn-primary:hover {
background: #743b8f;
}

.bg-purple .navbar-toggle  {
display: none;
}

a,
a:hover,
a:active {
color: #743b8f;
}

/* Mobile */

@media only screen and (max-width: 980px) {

}