﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: 'Calibri', 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    border: 0px solid red;
    padding-left: 0px;
    padding-right: 0px;
}

/* 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;
}

#scroller {
    position: relative;
    bottom: 108px;
    left: 45.5%;
}

.btn-scrollLink {
    height: 80px;
    padding: 10px;
    position: absolute;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    color: white;
    text-decoration: none;
    background: rgba(251, 246, 246, 0.29) url('/img/arrow.png') center no-repeat;
    z-index: 99;
    font-family: 'Calibri', 'Segoe UI', 'Tahoma', 'Geneva', 'Verdana', sans-serif;
    border: none;
}

.transparent {
    background: rgba(255,255,255,0.5);
}

@media screen and (max-width: 1024px) {

    .desktop {
        display: none;
    }

    .smallcar {
        width: 200px;
        height: auto;
    }

    .align {
        text-align: center;
    }

    .padNone{padding:0px}
}

@media screen and (min-width: 300px) {

    .carPicSmall {
        background-color: green;
        /*margin-right: 50px;*/
        margin-bottom: 10px;
        border: 2px solid red;
    }
}

.fbtwit {
    width: 50px;
    /*width: 100%;*/
    /*height: auto;*/
}

.homePic {
    float: left;
    width: 150px;
    height: 150px;
    background-color: black;
    margin-right: 20px;
    margin-bottom: 10px;
    box-shadow: 7px 7px 3px #888888;
}

ul {
    list-style-type: none;
}

.carPic {
    background-color: black;
    margin-bottom: 10px;
    border: 10px solid white;
}

.carPicDark {
    background-color: black;
    margin-bottom: 10px;
    border: 10px solid #222;
}

.carPadLeft {
    max-width: 800px;
    width: 100%;
    height: auto;
    float: right;
    border-left: 0px solid white;
}

.carPadRight {
    max-width: 800px;
    width: 100%;
    height: auto;
    float: left;
    border-right: 10px solid #222;
}

.rowTall {
    overflow: auto;
    /*font-size: 0.8em;*/
    padding: 40px 10px 40px 10px;
    /*font-size: 1.2em;*/
}

.rowTallWedding {
    overflow: auto;
    /*font-size: 0.8em;*/
    padding: 0px;
    /*font-size: 1.2em;*/
}

.carBackLight {
    font-weight: 200;
    line-height: 1.6;
    background-color: #FAFAFA;
    color: black;
}

.noMargin {
    margin-left: -10px;
    margin-right: -10px;
}

.book {
    color: #610B0B;
}

.carLayout {
    /*width: 80%;*/
    border: 0px solid red;
    overflow: auto;
    /*min-width: 400px;*/
    margin: 10px;
    color: white;
}

.blk {
    color: black;
}

.carBack {
    font-weight: 200;
    line-height: 1.6;
    color: white;
    background-color: #222222;
}

.features p {
    padding-left: 40px;
    margin-top: 30px;
    color: white;
}

.overlayText {
    padding: 40px;
    padding-top: 40px;
    width: 350px;
    height: 916px;
    margin: 30px;
    /*background: rgba(39, 36, 36, 0.61);*/
    font-size: 1.2em;
    line-height: 1em;
    color: white;
    margin: 0px;
    background: rgba(39, 36, 36, 0.61);
}

.pad {
    margin: 10px;
}

.o1 {
    position: absolute;
    top: 50px;
}

.o2 {
    position: absolute;
    top: 966px;
    right: 0px;
}

.o3 {
    position: absolute;
    top: 1880px;
}

.EmailForm {
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: 0px solid red;
}

.learn {
    width: 50%;
    padding-top: 0px;
    float: right;
}

.losePad {
    padding: 0;
}

.padText {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}
