
html,
body {
    width: 100%;
    height: 100%;
}

body {
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.text-vertical-center {
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: 50%;
}

/* Custom Button Styles */

.btn-dark {
    border-radius: 0;
    color: #fff;
    background-color: rgba(0,0,0,0.4);
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
    color: #fff;
    background-color: rgba(0,0,0,0.7);
}

.btn-light {
    border-radius: 0;
    color: #333;
    background-color: rgb(255,255,255);
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active {
    color: #333;
    background-color: rgba(255,255,255,0.8);
}

/* Custom Horizontal Rule */

hr.small {
    max-width: 100px;
}

.navbar {
    display: flex;
    max-height: 60px;
    color:#e9ecef;
}

.navbar-brand {
    padding-top: 0px;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

.nav-item {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0;
    margin: 0;
    padding: 0;
    z-index: 3;
}

@media (max-width: 991.98px) {.navbar-brand {
    font-size: 1.4em;
    padding-top: 3px;
  }}

@media (max-width: 700px) {.navbar-brand {
    font-size: 1.1em;
    padding-top: 2px;
  }}

@media (max-width: 991.98px) {.nav-item {
   display: none;  
  }}

.bg-dark1 {
    background: rgba(0,0,0,0.4);
}

.navbar-brand img {
    max-height: 60px;
}

.header {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

footer {
    padding: 100px 0;
}