﻿body {
    padding-top: 0px;
    padding-bottom: 0px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 100% !important;
}



@media (min-width: 576px) {
    .navbar {
        background-color: #f73a00 !important;
    }
    html, body, header, .view {
        height: 720px;
    }

    .home-background {
        height: 100%;
        width: 1920px;
    }
}

.navbar {
    background-color: rgba(0, 0, 0, 9) !important;
}

.nav-link:hover {
    color: #ffd800 !important; /*#f73a00*/
}

.btn-transparent {
    /*background-color: rgba(0,0,0,0.8) !important*/
    background-color: red !important;
}

.btn-outline-white:hover {
    background-color: red !important
}

@media (min-width: 768px) {
    .navbar:not(.top-nav-collapse) {
        background-color: rgba(0, 0, 0, 1) !important;
    }
}

@media (min-width: 992px) {
    .navbar:not(.top-nav-collapse) {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }
}

@media (min-width: 1200px) {
    .navbar:not(.top-nav-collapse) {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }
}


html, body, header, .view {
    height: 100%;
}

.home-background {
    height: 100%;
    width: 1920px;
    background-color: #000000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700 !important;
}


/*@media (min-width: 800px) and (max-width: 850px) {
    html, body, header, .view {
        height: 700px;
    }
}*/

/*@media (min-width: 800px) and (max-width: 850px) {
    .navbar:not(.top-nav-collapse) {
        background: #1C2331 !important;
    }
}*/