html{
    overflow-x:hidden;
}



body{
    /* background-image:url("background-landing.jpg"); */
    background-size: 100%;
    overflow-x: hidden !important;
}

.top_Background{
    background-size: 100% 300%;
    min-height: 50%;
    background-repeat: no-repeat;
}

.topRow{
    background-color: #2986CC;
    /* background-image: url('/images/onDoh_Clown_BLUE.png'); */
    /* background-image: url('/images/Clown_Eyes_Cropped.png'); */
    background-size: 50%;
    min-height:385px;
    background-repeat: repeat-x
}

.form_desc{
    font-size:40px !important;
}

.showBox{
    box-shadow: -10px 5px 15px black;
}

.headerRow{
    /* max-height:250px !important; */
}

.redRow{
    /* background-color: red; */
    background-image: linear-gradient(left to right, blue , purple);
    padding-left:20px;
}


