#background_canvas {
    background-image: url(http://warpedpuppy.com/new_dave/miller_pharma_consulting/images/map_transparent.png);
    background-size: cover;
    background-position: center center;
    background-color: #333;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 0;
}
.form-control {
    background-color: #666;
    color:white;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
   background-color: #666 !important;
    background-image: none;
    color: rgb(0, 0, 0);
}

a, 
a:hover, 
a:visited {
    color:white;
}
a:hover {
    text-decoration: underline;
}
.btn.btn-primary {
    background-color: red;
}
.text-muted {
    color: #fff;
}
.site-inner {
    margin-top: 100px !important;
}
.navbar {
    z-index: 100;
}

@media screen and (min-width: 768px) {
 
}

.home_text {
    color: #CCCCCC;
    background-color: rgba(0, 0, 0, 0.45);

    border-radius: 10px;
    z-index: 3;
    font-family: 'Roboto', sans-serif;
    padding: 0;
    margin-top: 100px;
    margin-bottom: 100px;

}

@media screen and (max-width: 768px) {
    .home_text {

        margin-top: 150px;

    }
}

.home_text_header {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px 20px 10px 20px;
    margin: 0;
    border-radius: 10px 10px 0 0;
}

.home_text_header h4, .home_text_header p {
    margin-bottom: 0;
}

.home_text_body {
    padding: 20px;
}

.pharm_icon {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 100px;
    height: 100px;
}

h2, .header {
    font-family: 'Roboto Slab', serif !important;

}

.site_text {
    font-family: 'Roboto', sans-serif;
}

/*
contact*/
.text-muted {
    text-align: right;
    font-style: italic;
    display: block;
}

textarea {
    font-size: 1rem;
    line-height: 1.5;
    color: #55595c;
}

.contact_form_button_div {
    text-align: right;
}

.contact_form button {

    margin-bottom: 20px;
    clear: both;
}

.contact_form_response {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    color: #FF0000;
}

.contact_form_success {
    text-align: right;
    font-style: italic;
    font-weight: bold;
    color: red;
}

.email_div {
    text-align: center;
    margin-bottom: 20px;
    font-size: small;
    font-style: italic;

}

.email_div a {
    font-weight: bold;
    color: #CCC;

}

.email_div a:hover {

    color: #FFF;

}

/*WORDPRESS*/

.site-branding {
    display: none;
}

header {
    /*  display: none;*/
}

body.blog {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

body.blog,
body.blog .entry-title a,
body.blog .entry-footer a,
body.blog a {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;
}

body.blog h2 a {
    font-family: 'Roboto Slab', serif !important;
}

body.blog .site-title + a {
    display: none;
}

body.blog .site-footer .site-title:after {
    content: "";
    display: inline-block;
    font-family: Montserrat, sans-serif;
    opacity: 0;
}

body.blog .widget {
    border-top: 4px solid #999;
}