﻿html {
    height: 100%;
}

body {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100%;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    height: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

#reportContainer {
    height: 100%;
}

/* 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;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.SubHead {
    font-size: 16px;
    font-weight: bold;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Mark's CSS */

.rgmc-background {
    background-color: #f1f5f8;
    height: 100%;
    background-image: url(../images/rgmc-bg-1.jpg);
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.btn-rgmc{
    font-weight: normal;
    font-size: 20px;
}

.rgmc-para {
    font-size: 20px;
}