body {
font-size: 18px;
background-color: #DAD5AF;
font-family: Arial, helvetica, sans-serif;
color: #666666;
}
* {
  box-sizing: border-box;
}
h1, .txt_trt_head, .contHeader {
  color:#4d4030;
  font-size: 26px;
}
h2, h3, {
  color:#4d4030;
}
h5 {
  display: inline;
  color: #5555555;
}
.staffname {
  font-weight: bold;
  color:#4d4030

}
.links {
  color: #555555;
}
.button1 {
  background-color: #A7A376; /* Green */
  border: none;
  color: #fff;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button1 {width: 100%;}

.button:hover {
  background-color: #8f8c66;

}

.sm_logo {
  visibility: hidden;
}
.header {
  width: 100%;
  height:130px;
  
}

.row2 {

}
.column2 {
  float: left;
  width: 50%;
  padding: 5px;

}
.column3 {
  float: left;
  width: 30%;
  padding: 5px;
  padding-top: 30px;
  padding-left: 70px;

}
.main_logo {
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  max-width: 500px;
  height: 101px;
}
.contact {
  float: right;
  margin-left: 10px;
}
.phone  {
  font-size: 18px;
  color: #4d4030;
}
.addy {
  font-size: 16px;

}
/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

.main {
  width: 70%;
  float: left;
  padding: 15px;
  padding-bottom: 80px;
  max-width: 100%;
}
.welcome {
  padding-bottom: 20px;
}
.dentist1 {
  padding-bottom: 20px;
}
/* side column */

.side {
  width: 30%;
  float: left;
  padding: 15px;
}
.offers {
  width: 100%;
  padding-top: 30px;

}
.hours {
  padding-top: 20px;

}
.directions {
  padding-top: 30px;
}

/* dr image home page */
.dentist1 {
float: left;
}
.row1 {
	max-width: 450px;
}
.column1 {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}
.docpic {
	max-width: 200px;
}
.team1 {
  float: left;
}
.teampic1 {
  width: 100%;
  height: auto;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #A7A376;
   color: white;
   text-align: center;
}
.t1 {
  border-collapse: collapse;
  width: 100%;
}
/*table {
  width: 80%;
}*/
td {
  height: 5px;
}

/*social media*/
.fa {
  padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
}
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-instagram {
  background: #125688;
  color: white;
}
.fa-google {
  background: #dd4b39;
  color: white;
}
/*slideshow*/
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  width: 100%;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
/*INSURANCE*/
.insurance1 {
  background-color: #ffffff;
  width:100%;
  margin-bottom: 80px;
  
  }
/*staff page*/

 /*modals*/

.myBtn1 {
  float: left;  
  padding-bottom: 50px;
  display: inline-block;
}
.teamphoto {
  width: 180px;
}
.bicoming {
}
/* Popup Box */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 8888; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    height: 550px;


}
@media (min-width: 1366px) {

  .modal-content {
    background-color: #fefefe;
    margin: 10vh auto; /* 15% from the top and centered */
    padding: 30px;
    padding-bottom: 90px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    height: 500px;
  }

}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
}


/****img****/
figure {
    display: inline-block;
    margin: 20px; /* adjust as needed */
}
figure img {
    vertical-align: top;
}
figure figcaption {
    text-align: center;
    font-size: 15px;
}
 