﻿html {
    box-sizing: border-box;
    height: 100%;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    height: 100%;
    margin: 0;
    min-height: 100%;
    position: relative;
}

#wrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
}

#header {
}
nav#header.dark {
    background-color: #666;
}

a:hover {
    color: rgb(0, 123, 255);
    text-decoration: underline;
}

a.navbar-brand,
a.navbar-brand:hover {
    color: #fff;
    text-decoration: none;
}

#body {
    min-height: 100%;
    padding-bottom: 40px;
    position: relative;
}

#footer {
    background-color: #343a40;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
}

#footer p {
    margin-bottom: 22px;
}

footer {
    margin-top: 16px;
}



section#slider {
    display: block;
    padding: 0;
    margin: 0;
    box-shadow: none;
    background-color: #151515;
    background-size: contain;
    overflow: hidden;
    border-bottom: 0;
    z-index: 0;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
}

.h-650 {
    height: 650px !important;
}

