﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
    background-color:black!important;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Montserrat", Helvetica, Arial, sans-serif !important;
    color:#c0c0c0 !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

    .image-container img {
        display: block;
        width: 100%;
        height: auto;
    }

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hsTitle {
    font-size: 42px !important;
    font-family: 'Archivo Black', arial, sans-serif !important;
    color: #fff !important;
    text-transform: uppercase;
    text-wrap: nowrap;
}

.hsSubTitle {
    font-size: 25px !important;
    color: #c0c0c0 !important;
    font-family: 'Montserrat', arial, sans-serif;
    text-wrap: nowrap;
}
.secTitle {
    font-size: 20px !important;
    color: #c0c0c0 !important;
    font-family: 'Montserrat', arial, sans-serif;
    text-wrap: nowrap;
    text-align:center !important;
}
.secSubTitle {
    font-size: 20px !important;
    color: #c0c0c0 !important;
    font-family: 'Montserrat', arial, sans-serif;
    text-wrap: nowrap;
    text-align: center !important;
}
/* 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;
}

.spanHead {
    color: goldenrod !important;
}
.panel .panel-heading {
    background-color: darkgoldenrod !important;
    color: #fff !important;
    text-align: center !important;
    font-size: 12px !important;
    padding: 2px !important;
}
.panel .panel-body {
    background-color: #555 !important;
    min-height: 100px !important;
    font-size: 12px !important;
    padding: 5px !important;
}
footer{
    text-align:center !important;
    font-size:9px !important;

}