﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    margin-top: 80px;
    padding-left: 15px;
    padding-right: 15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 15px;
    width: 99%;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input:not(.fullscreen),
select,
textarea {
    max-width: 280px;
}

/* Carousel */
.carousel-caption {
    z-index: 10 !important;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10 !important;
    }
}


.transparent-background {
    background-color: rgba(0, 0, 0, 0);
}

.imageClass {
    background: url("/images/bg-min.jpg");
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}

.footerCustom {
    font-family: proxima_nova_thin;
    font-size: 10px;
    background-color: #0A2B46;
    color: #c3ccd3;
}

    .footerCustom a {
        color: #fff;
    }


.table {
    background-color: white;
}