﻿body {
    padding-top: 50px;
    /*padding-bottom: 20px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.mainPageSeparator{
    min-height:250px;
    background-color:#222;
    color:white;
    padding:30px;
    text-align:center;
}

.pageSeparator{
    min-height:250px;
    background-color:#dddddd;
    color:black;
    padding:30px;
    text-align:center;
}

.mainPageTitle{
    position:absolute;
    top:40%;
    margin:auto;
    left:0;
    right:0;
    width:60%;
    background-color:rgba(242,242,242,0.8);
    text-align:center;
    padding:30px;
    color:black;
}
.mainPageImage{
    width:100%;
    max-height:900px;
}

.pricing {
    min-height: 290px;
    border: 1px solid rgba(0, 0, 0, 0.38);
    box-shadow: 0 0 7px 0 rgba(0,0,0,.25);
    margin: 35px 28px;
    padding: 30px
}