﻿body {
 
    padding-top: 50px;
    padding-bottom: 20px;
    /*background-image: url(../Images/Marina2.jpg) !important;*/
    background-repeat: no-repeat;
    background-size: cover !important;
}

/* 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;
}

.btn-Marina {
    width: 100%;
    font-family: Roboto;
    font-weight: bold;
    font-size: 18px;
    color: white;
    background-color: dodgerblue;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border-color: dodgerblue;
    margin-top: 20px;
    height: 40px;
    margin-right: 8px;
}


.divLogin {
    float: left;
    display: inline;
    background-color: white !important;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: left;


    /*background: url(../images/cream_dust.png) repeat 0 0;*/


    /*Rounded Corners and Shadows*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}


.divDetails {
    float: left;
    display: inline;
    background-color: white;
    width: 60%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    text-align: left;
    /*background: url(../images/cream_dust.png) repeat 0 0;*/
    /*Rounded Corners and Shadows*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 20px;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 14px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.4);

    border-color:black;
    border-width:1px;
    border-style:solid;
    background-image:url(~/Images/cream_dust.png)
}

.divSpacer {
    float: left;
    display: inline;
    width: 100%;
    height: 0px;
    background-color: transparent
}

h1 {
    text-shadow: 1px 1px 1px #ccc;
}

a.deco-none {
    color: #ffffff !important;
    text-decoration: none;
}

.divWrap {
    float: left;
    display: inline;
    background-color: white !important;
    width: 100%;
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 5px;
    text-align: left;
    /*background: url(../images/cream_dust.png) repeat 0 0;*/
    /*Rounded Corners and Shadows*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    -moz-box-shadow: 1px 1px 16px rgba(0,0,0,0.4);
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}








