@charset "utf-8";
h1 {
    color: #007500;
    font-family: bree-serif;
    font-style: normal;
    font-weight: 400;
}
h3 , h5{
    color: #007500;
    font-weight: bold;
}
.card .card-body .location {
    color: #007500;
    font-weight: 700;
    font-size: 1.2em;
}
.td_car p {
    font-size: 1.3em;
}

footer {
    background-color: #007500;
    padding-top: 12px;
}
footer p {
    color: #FFFFFF;
    font-size: 12px;
}
.card {
    border-style: none;
    text-align: left;
    background-color: inherit;
}
.card .card-body img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
blockquote p cite   {
    display: block;
	text-align: right;
}
.card-body #message legend  {
    color: #5a6268;
    font-size: 2em;
    font-weight: 500;
}
textarea {
    margin-top: 5px;
    height: 150px;
    width: 100%;
}
.card-body #contactus #message {
    padding: 5px 10px;
    flex: 1 1 350px;
}
#message .formRow {
    margin: 15px 0px;
}
#message .formRow * {
    display: block;
    width: 100%;
}
#buttons {
    text-align: center;
}
input[type="submit"], input[type="reset"] {
    font-size: 0.9em;
    padding: 5px;
    margin: 15px;
}
.row .col-12 .coName {
    font-size: 350%;
}
body {
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-box-shadow: 0px 10px 50px #000000;
    box-shadow: 0px 10px 50px #000000;
    margin: 0 auto;
    width: 85%;
    background-image: url(../images/gray_paper_bg.jpg);
    background-size: cover;
}
.card .card-body .dentswap a:link, .card .card-body .dentswap a:visited {
    color: #5a6268;
    text-decoration: underline;
}
.navbar.navbar-expand-lg.navbar-dark.bg-dark {
    background-color: #007500!important;
    position: fixed;
    width: 85%;
    top: 0;
    z-index: 99;
}
.dropdown-item   {
    background-color: #007500!important;
    color: rgba(255, 255, 255, 0.5);
}
.dropdown-item:hover, .dropdown-item:focus {
    color: rgba(255, 255, 255, 0.75);
}
.jumbotron.jumbotron-fluid.text-center {
    background-color: #000000;
}
.jumbotron.text-center.mt-2 {
    background-color: #86cfda;
}
.ui-widget-header {
    background: #007500
!important;
    border-color: #000607
!important;
}


p {
    color: #000000;
    font-weight: 600;
}


.text-list  {
    color: #000000
!important;
    font-weight: 600;
}
#Dialog1 {
    background-color: inherit;
}


.dropdown-menu {
    padding: 0;
    font-size: inherit;
}
.lead {
    color: #ffffff;
}
.iframe-container {
}
.col-md-6.text-center .card .iframe-container {
    overflow: hidden;
    padding-top: 56.25%;
    position: relative;
}
.iframe-container iframe {
    border: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.ui-dialog-titlebar-close {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("http://code.jquery.com/ui/1.10.3/themes/smoothness/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}
html {
    background-image: url("../images/gray_bg.jpg");
    background-position: center;
    background-size: cover;
}

#slideshow {
	width:400px;
	height:400px;
	left: 0px;
	right:0;
	margin-left:auto;
	margin-right:auto
	
}.blackband {
    background-color: #000000;
}
.container.blackbg.col-12.text-center {
    background-color: #000000;
}
.mail    {
    color: #007500
!important;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.2em;
}
.mail:hover {
    color: #0730A2
!important;

}

hr {
    height: 1px;
    background-color: #7F8086;
}
#contactus #message legend {
    color: inherit;
}
label {
    color: inherit;
    font-weight: bold;
}



@media (max-width:520px){
.blackband {
    display: none;
}
}
