
/* * {
    box-sizing: border-box;
}*/
section:after {
    content: "";
    display: table;
    clear: both;
}
table{
	text-align:center;
}
body{
	background-color:#fcc000;
	
}

table.pro, td.pro, tr.pro, table.project, tr.project, td.project{
	border: 2px solid black;
    border-color:black;
    border-collapse: collapse;
}
a{
	color:white;
	font-family:"verdana";
	font-size:30px;
	background-color:black;
	text-decoration:none;
	padding:20px;
}
h2{
font-size:40px;
font-family:"verdana";
}
h3{
text-align:center;
font-family:"verdana";
font-size:30px;
}
a:hover{
	padding:20px;
	background-color:#353535;
	font-family:"verdana";
}
a.not{
	color:black;
	font-family:"verdana";
	font-size:30px;
	background-color:white;
	padding:1px;
	text-decoration: underline;
}
a.not:hover{
	color:#FFC000;
}
p{
	color:black;
	font-family:"verdana";
	font-size: 30px;
}
p.info{
font-size:25px;
}
table{
    border: 1px solid white;
	background-color:white;
	text-align:left;
	padding:20px;
}
li{
	color:black;
	font-family:"verdana";
	font-size: 30px;
}

img.fourThreeWH{
	text-align:center;
	width:30vw;
	height:22vw;
} 
img.eightFiveWH{
	text-align:center;
	width:30vw;
	height:19vw;
} 
img.threeFourWH{
	text-align:center;
	width:22vw;
	height:30vw;
} 
img.fiveEightWH{
	text-align:center;
	width:19vw;
	height:30vw;
} 
aside{
width:15%;
float:left;
}
br.nav{
	line-height: 100px;
}
nav{
	background-color:transparent;
	width:100%;
	text-align:left;
	font-size:20px;
	padding:20px;
	height:40px;
}

header{
	background-image:url("/danagranara/robtenrealtyllc/robtencollage.png");
	Width:100%;
	color:white;
	height:350px;
}
#header{
	background-image:url("/danagranara/robtenrealtyllc/robtencollage.png");
	Width:100%;
	color:white;
	height:350px;
}
#section{
	background-color:black;
	color:white;
	color:#ffffff;
}
#project{
	background-color:#ededed;
	color:black;
	border:white;
	padding:50px;
}
article{
	background-color:white;
	color:black;
	border:white;
	padding: 50px 0px 50px 0px;
    width:100%;
	float: left;
	margin: 0 auto;
}

footer{
	
	background-color:#fcc000;
	color:black;
	font-size:15px;
	text-align:right;
	height:30px;
}
#footer{
	
	background-color:#fcc000;
	color:black;
	font-size:15px;
	text-align:right;
	height:30px;
}
section{
background-color:#e5e5e5;
padding: 1vw 10vw 1vw 10vw;
}

iframe{
    width:60vw;
    height:49vw;
}
.rotateimg90 {
  -webkit-transform:rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.rotateimg180 {
  -webkit-transform:rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rotateimg270 {
  -webkit-triansform:rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.dropbtn {
	background-color: black;
	color: white;
	padding: 16px;
	font-family:"verdana";
	font-size:30px;
	border: none;
	float: left;
}

.dropdown {
    position: relative;
    display: inline-block;
    
	font-family:"verdana";
	font-size:30px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    
	font-family:"verdana";
	font-size:30px;
}


.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    
	font-family:"verdana";
	font-size:30px;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #353535;}
h8{
color:#e5e5e5;
}


.mobileShow {display: none;} 

  /* Smartphone Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 320px) 
    and (max-device-width : 480px){ 
      .mobileShow {display: inline;}
  }

.desktopShow {display: none;} 

  /* Desktop Portrait and Landscape */ 
  @media only screen 
    and (min-device-width : 480px){ 
      .desktopShow {display: inline;}
  }
article.mobileShow{
	width: 90%;
	float: center;
	padding: 50px;
}




/* Slideshow container */
.slideshow-container {
  max-width: 40vw;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* 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 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

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

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