﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* buttons and links extension to use brackets: [ click me ] */
.btn-bracketed::before {
    display: inline-block;
    content: "[";
    padding-right: 0.5em;
}

.btn-bracketed::after {
    display: inline-block;
    content: "]";
    padding-left: 0.5em;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.navbar-custom {
    background-color: #ff5500;
    border-color: #ff5500;
}
.navbar-custom .navbar-toggle{
    background-color: #ff5500;
    border-color: #ff5500;
}

    .navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
        background-color: #ff5500;
        border-color: #ff5500;
    }

    .navbar-custom .navbar-toggle .icon-bar {
        background-color: rgba(0,0,0,1);
    }

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0,0,0,.8);
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}
/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #ffffff;
}

    .navbar-custom .navbar-collapse,
    .navbar-custom .navbar-form {
        border : 0;
    }

    .navbar-custom .navbar-nav > li > a {
        color: rgba(0,0,0,1);
    }

.dl-horizontal dt {
    white-space: normal;
}

.hide-right-addon .input-group-addon:last-child {
    display:none;
}

.input-group.hide-right-addon .form-control {
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}