
body {
    background: url(bg/bg002.jpg);
}

.brand-font {
    font-family: 'Kaushan Script', cursive;
}

.jumbotron.g-header {
    background-color: hsl(48, 29%, 46%);
    color: white;
}

.g-header {
    height: 100vh;
}

.g-navbar .navbar-brand {
    font-size: 26px;
}

.nomargin {
    margin: 0;
}

.v-center-container {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.v-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.g-navbar {
    background: hsl(48, 29%, 46%);
    border-radius: 0px;
}


.g-navbar .icon-bar {
    background: white;
}

.g-navbar a {
    color: white;
}

.g-navbar .nav>li>a:hover {
    color: hsl(48, 29%, 46%);
    background: white;
}

.g-section {
    background: white;
    margin-bottom: 40px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.5);
}

.g-btn {
    border-radius: 0;
    color: white;
    background-color: transparent;
    border-color: white;
}

.g-btn.active, .g-btn.focus, .g-btn:active, .g-btn:focus, .g-btn:hover, .open>.dropdown-toggle.g-btn {
    color: hsl(48, 29%, 46%);
    background-color: white;
}
