html, body, .well {
    background: black;
}
nav {
    padding-left: 20px;
}

h5 {
    font-size: 16px;
    color: #fff;
}

.jumbotron h1 {
    text-align: center;
    color: #FFFAF0;
}

.jumbotron h2 {
    text-align: center;
    color: #fff;
}

.jumbotron ul li {
    color: #E5E4E5;
}

.jumbotron p {
    color: #E5E4E5;
}

p {
    color: #E5E4E5;
}

.modal-header h4 {
    color: #403F40;
}

.modal-body p {
    color: #403F40;
}

h4 {
    color: white;
    padding-bottom: 10px;
}

header {   
    background-color: black;
    margin-top: 40px; 
        border-bottom: 1px solid white;
}

header img {    
    width: 100%;
        padding: 0 0 10px 10px;
}
header p {
    padding: 0px;
    text-align: center;
}

.navbar {
background: rgb(55,57,61); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(55,57,61,1) 0%, rgba(0,0,0,1) 84%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(55,57,61,1)), color-stop(84%,rgba(0,0,0,1))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  rgba(55,57,61,1) 0%,rgba(0,0,0,1) 84%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  rgba(55,57,61,1) 0%,rgba(0,0,0,1) 84%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  rgba(55,57,61,1) 0%,rgba(0,0,0,1) 84%); /* IE10+ */

background: linear-gradient(to bottom,  rgba(55,57,61,1) 0%,rgba(0,0,0,1) 84%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#37393d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */

border: none;

}

.jumbotron {
    background-image: url(../_images/_jumbotron/purpleTexture.jpg);
    background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 20px;
        margin-bottom: 0px;
        padding-top: 20px;
    
}
.jumbotron img {
    width: 100%;
}

.marketing {
        background-image: url(../_images/_marketing/blackBg.jpg);
    background-size: cover; 
        padding: 20px 0 20px 0;
}

.jumbotron h2 {

}
.jumbotron li,h3 {
    color: white;
}

.jumbotron li {
    font-size: 18px;
}

.panel {
background: -moz-linear-gradient(top, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* IE10+ */

background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.2) 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */

border: 1px solid white;
border-radius: 5px;

margin-left: 0px;
margin-top: 20px;
width: 90%;

overflow: hidden;
}

.green-tag {
    background: #096;
    border: 1px solid white;
    border-radius: 10px 0 10px 0;
    padding: 7px;
}
iframe {
    width: 90%;
    height: 250px;
}
.well {
    background: white;
}
footer {
    padding-top: 30px;
}
article .btn {
    width: 100%;
}

.paypalForm {
    height: 40px;
    width: 119px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.paypal {
    color: white;
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
    text-align: center;
}

.center {
    background: lightgrey;
    width: 400px;
    height: 400px;
    margin: 0 auto;
    color: white;
    border-radius: 300px;
}

#appointmentButton {
    background: #0066FF;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    margin-left: 10px;
    padding: 5px 20px;
}

#appointmentButton:hover {
    background: #4D94FF;
}

td {
    color: #fff;
}

button {
    background: #0066FF;
    border: 3px solid #fff;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
    margin-left: 10px;
    padding: 5px 20px;
}

button:hover {
    background: #4D94FF;
}

*:focus { outline: none; }

.paypal-button {
    width: 150px;
    height: 50px;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
}

form {
    margin-top: 10px;
    color: #fff;
}

#Comment {
    color: #000;
    height: 120px;
    width: 100%;
}

#Comment, #Name, #Num {
    color: #000;
}

#paypal label {
    color: #fff;
    font-weight: 100;
    font-size: 25px;
}

table {
    width: 100%;
}

td {
    padding: 20px;
   
}

tr:nth-child(even) {
    background-color: rgba(255, 255, 255, .3);
}

tr:nth-child(odd) {
    background-color: rgba(255, 255, 255, .5);
}

.jumbotron tr p {
    color: #000;
}

#bill-later {
    width: 50%;
    margin: 0 auto;
}

#paypal-image {
    width: 200px;
    height: 70px;
    margin: 0 auto;
    display: block; 
}

#paypal form label {
    font-size: 30px;
}

select {
    background: #fff;
    color: #000;
    cursor: pointer;
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 34px;

}

/* FORM STYLES ------------------------   FORM STYLES */

input {
    background: #fff;
    color: #000;
    height: 40px;
    border: none;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 5px;
}

textarea {
    background-color: #fff;
    color: #000;
    width: 400px;
}

label {
    color: white;
}

/* SCREEN SIZE STYLES ------------------------ SCREEN SIZE STYLES */

/* MOBILE --------- */

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width:767px) {
/* Styles */

.jumbotron h2 {
    padding: 0 0 0 0;
    margin: 0;
    color: #fff;
    text-align: center;
}
.jumbotron p {
    padding: 0;
    margin: 0;
}
.green-tag {
    padding: 0 10px;
}
.panel {
    margin: 0;
    width: 100%;
}
article ul {
    padding: 0;
}
article li {
    list-style: none;
    border-bottom: 1px solid white;
    padding-bottom: 10px;
}
article li:last-child {
    border-bottom: none;
}

}

/* TABLET --------- */

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width : 768px) and (max-width : 1024px) {
/* Styles */
.jumbotron h2 {

}
#sub-title p{
    margin-top: 53px;
}
}


/* DESKTOP --------- */

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1025px) {
/* Styles */
#sub-title p{
    margin-top: 85px;
}
.jumbotron h2 {
    font-size: 40px;
}
}






