﻿body {
    padding-top: 50px;
    padding-bottom: 0px;
}

h1, .h1 {color:#fd1592;}

/* Set padding to keep content from hitting the edges */
.body-content {
    width: 100%;
    margin-left: 0;
    margin-right:0;
    
}

p,.p {line-height:1.5em;}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.navbar-nav > li > a { line-height: 40px; color: #e5e4e2;}
body { padding-top: 5em; }

.jumbotron-dg-home {
    background-color:transparent;
}



.row-dg-home{

    padding-right: 60px;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;

    background: rgb(c5, c6, c7); /* Fall-back for browsers that don't support rgba */
    background: rgba(c5, c6, c7, .75);
    line-height: 1.7em;
    font-weight: 100;
    font-size: 16px;
}

.row-dg-contact{
    padding-right: 60px;
    padding-left: 60px;
    padding-top: 30px;
    padding-bottom: 30px;
}


.dg-nav{
    background-color: white;
    border-color: white;
}

.footer-content{
    padding-top: 30px;
}
