/** StyleSheet for Turnkey Realty **/
html, body {
  margin:0;
  padding:0;
}
body {
  background-color: #ffffff;
}
h1 {
  color: #a7a095;
  font-family: Arial, Helvetica, sans-serif;
}
h2 {
  color: #a7a095;
  font-family: Arial, Helvetica, sans-serif;
}
h3.nospace {
  margin: 0;
  padding: 0;
  line-height: 30px;
  height: 25px;
}
hr.header{
  border: 6px solid black;
  border-radius: 5px;
}
p{
  color:#888;
  font-size:18px;
  line-height:1.5;
  margin-bottom:32px; 
  font-family: Arial, Helvetica, sans-serif;
}
div.center{
  width: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  min-width: 300px;
  overflow: hidden;
}
div.container{
  position: relative;
  justify-content: center;
  overflow: hidden
}
div.widestripe{
  width: 100%;
  background-color: #a7a095;
  height: 68px;
  color: #ffffff;
}  
div.goldstripe{
  width: 100%;
  background-color: #e8d238;
  height: 10px;
}  
div.blackstripe{
  width: 100%;
  background-color: #000000;
  height: 1px;
}  
div.pad{
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 50px;
  padding-left: 30px;
}  
div.widestripebottom{
  width: 100%;
  background-color: #a7a095;
  height: 200px;
  color: #ffffff;
}
a.bottom_contact{
  color: #ffffff;
  font-size:14px;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
iframe{
  border-radius:16px;
  -webkit-box-shadow:0px 6px 12px rgba(0,0,0,0.2);
  box-shadow:0px 6px 12px rgba(0,0,0,0.2);
  overflow:visible;
  border: none;
}
img.shadow{
  border-radius:16px;
  -webkit-box-shadow:0px 6px 12px rgba(0,0,0,0.2);
  box-shadow:0px 6px 12px rgba(0,0,0,0.2);
  overflow:visible;
  border: none;
  margin: 40px;
 }
.button {
  background-color: #a7a095;
  border: none;
  color: #ffffff;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  font: normal 14px arial;
  position:absolute;
  z-index: 1;
  top: 5px;
  border-radius:4px;
  width: 110px;
}
.button2 {
  background-color: #e8d238;
  border: none;
  color: #000000;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  font: normal 14px arial;
  position:absolute;
  z-index: 2;
  top: 65px;
  border-radius:4px;
  width: 85px;
}
a.top_contact{
  color:#000000;
  font-size:16px;
  line-height:1.5;
  margin-bottom:32px; 
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a.top_contact:hover{
  color:#a7a095;
  font-size:16px;
  line-height:1.5;
  margin-bottom:32px; 
  font-family: Arial, Helvetica, sans-serif;
}
a.bottom_con{
  color:#ffffff;
  font-size:16px;
  line-height:1.5;
  margin-bottom:32px; 
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}
a.bottom_con:hover{
  color:#e8d238;
  font-size:16px;
  line-height:1.5;
  margin-bottom:32px; 
  font-family: Arial, Helvetica, sans-serif;
}

/** Style for Slideshow **/

.fadein { 
  position:relative; 
  display: flex;
  align-items: center;
  justify-content: center;
  height:400px; 
}
.fadein img { 
  position:absolute;  
  justify-content: center;
}

/* Hide scrollbar */
body.hidescroll::-webkit-scrollbar {

  -ms-overflow-style: none;  
  scrollbar-width: 10px; 
}