﻿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;
    }
}


.floatingMenu {
    width: 325px;
    z-index: 112;
    position: absolute;
    right: 10%;
    background: darkblue;
    color: #000;
    float: right;
    min-height: 300px;
    top:-500px;
    padding: 10px;
    height:500px;
}

.font-white{
    color:white !important;
}

.font-blue {
    color: blue !important;
}

.form_item {
    min-height: 30px;
    vertical-align: central;
    margin:10px;
}
.form_item_title
{
    min-width:200px;
}

.tiles2 {
    width: 100%;
    padding: 2rem 6rem 0 6rem;
    display:inline-block;
    transition: padding 400ms;
}
.tiles2 .tile2 {
    display: block;
    float: left;
    height: 265px;
    width: 300px !important;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: .02em;
    line-height: 20px;
    overflow: hidden;
    margin: 0 20px 10px 0;
}

    .tiles2 .tile3 {
        display: block;
        float: left;
        height: 285px;
        width: 300px !important;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        position: relative;
        font-weight: 300;
        font-size: 12px;
        letter-spacing: .02em;
        line-height: 20px;
        overflow: hidden;
        margin: 0 20px 10px 0;
        background-color: white;
    }

.tile2:hover, .post:hover {
    border: 2px solid gold;
}

.roundedcorners {
    border-radius: 10px !important;
}

.highlighted{
    font:bold 16px arial,verdana blue;
}

.font-red{
    color:red !important;
}

.messageBox {
    border: 2px solid gold;
    margin:10px;
    padding:10px;
}

.hiddenItem{
    display:none;
}

textarea {
    background-color:rgb(69, 125, 157);
}

.dollarAmount{
    margin:5px;
    color:gold;
    font-size:x-large;
}

tr.underline
{
    border-bottom:1px solid white;
    min-height:30px;
    margin:10px;
}

