﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top:25px;
}

/* 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: 280px;
}
*/
.navbar-custom {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 2px 0px 5px 2px rgba(180,180,180,0.15);
    color: black;
}

    .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-brand:focus {
        color: orange;
        background-color: transparent;
    }


#headerSubPageNavigation .dyn-subpages-menu .dyn-uhf-nav-link.dyn-uhf-nav-normal-link:hover::before {
    position: absolute;
    bottom: 9px !important;
    width: calc(-51px + 100%);
    background: #000;
    content: "";
    height: 2px;
}

.navbar-custom .navbar-nav > li > a {
    color: black;
}

.navbar-custom .navbar-brand {
    color: black;
}

.navbar-custom .navbar-nav > li > a:hover, .navbar-custom .navbar-nav > li > a:focus {
    color: orange;
    background-color: transparent;
}

.stayAwareLogo {
    width: 350px;
}

#subButton:hover {
    color: #fff;
    background-color: rgb(11, 146, 22);
    border-color: rgb(11, 146, 22);
}

#subButton {
    background-color: rgb(25, 179, 38);
    border-color: rgb(25, 179, 38);
}

.stayButton {
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 600;
    box-sizing: border-box;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    padding-top: 0px;
    padding-right: 16px;
    padding-bottom: 0px;
    padding-left: 16px;
    min-width: 80px;
    height: 34px;
    background-color: rgb(233, 118, 4);
    color: rgb(255, 255, 255);
    user-select: none;
    outline: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(233, 118, 4);
    border-image: initial;
    text-decoration: none;
    border-radius: 2px;
}

.btn-primary {
    background-color: rgb(233, 118, 4)!important;
    color: rgb(255, 255, 255)!important;
    border-color: rgb(233, 118, 4)!important;
}

    .stayButton:hover {
        color: #fff;
        background-color: rgb(208, 103, 0);
        border-color: rgb(208, 103, 0);
    }

.buyButton, .buyButton:hover {
    height: auto;
    text-decoration: none;
    font-size: x-large;
    padding: 10px;
}


a {
   color: rgb(233, 118, 4) !important
}