﻿.jumbotron {
    background: url('../Images/HomeImage2.jpg') no-repeat;
    color: white;
    /*position: relative;*/
    /*background-repeat: no-repeat;
    /*background-size:cover;*/
    /*background-attachment:fixed;*/
    margin-top: 0px;
    margin-left: 0px !important;
    padding-left: 0px !important;
    margin-right: 0px;
    padding-left: 0;
    padding-top: 0px !important;
    /*padding: 5em inherit;*/
    background-size: cover;
    top: 20px;
    z-index: -1;
}

.smallbutton {
    position: relative;
    top: 0px;
    vertical-align: top;
}

.headerH2 {
    color: #ff0000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 28px !important;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 0;
    text-decoration: none;
}

.whitepanel {
    background-color: white;
    margin: auto;
}

.myimage {
    /*background:url(admin-user-bg.png) no-repeat top center;*/
    /*background: transparent url("../Images/HomeImage1.jpg")   no-repeat   content-box    center top;*/
    /*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    /*background-size: cover;*/
    /*max-height 500px        ;*/
    /*padding-top: 0px;*/
    /*margin-top: -20px;*/
    /*top: auto;*/
    /*vertical-align: top;*/
    /*margin-top: 0px;
    background-position: top;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0; */
    padding: 5em inherit;
    background: url('../Images/HomeImage1.jpg') no-repeat ;
    background-size: cover;
    opacity: .7;
    min-height: 600px;
    /*background-size: 120%;
    margin-top: 0px;
    
    position: absolute !important;
    top:20px;*/
}
/*.container {
    padding:0px !important;
    margin:0px !important;
}
.containern{
    padding:0px !important;
    margin-top:0px !important;
    margin-left:0px !important;
    padding-left:0px !important;
    position: absolute !important;

}*/
.my-fluid-container {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0px;
    margin-top: 0px;
    min-height: 800px;
    height: 600px;
    top: 20px;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}
.yelpHelpInput {
    background: #FFF;
    border: 2px solid #b7b7b7;
    font-family: "musec";
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    padding: 0 10px;
    width: 100%;
}
.yelpHelpInputRed {
    background: #FFF;
    border: 2px solid #b7b7b7;
    font-family: "musec";
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    padding: 0 10px;
    width: 100%;
}

.redButton{
    background: #c41200 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 3px 0 #7a0b00;
    color: #fff;
    display: inline-block;
    font-family: "open";
    font-size: 14px;
    line-height: 48px;
    min-width: 221px;
    padding: 0 20px;
}
.yelpLabel {
    display: block;
    font-family: "musec";
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 8px;
}


