@charset "utf-8";

/* NVTMain.css */
/* (C) Copyright 2020 Ronald L Capone. All rights reserved. */

.zorro{
	background: #eeee
}

/* header info */
.headerLogo{
	height: 75%;
	float: left;
	padding-left: 10px
}

.agentBar{
	position: fixed;
	left: 0;
	top:0;
	width: 98%;
	padding-top: 10px;
	background-color: white
	/*display: block*/
}

.agentInfo{
	float: left;
	padding-right: 15px;
	color: darkblue;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

.mugShot{
	float: left;
	height: 95%;
	padding-right: 10px;
}

.content{
	clear: both;
	padding-top: 150px;
	width: 100%
}

.barLock{
	position: fixed;
	top: 0;
	right: 10px;
	width: 100%
	/*padding-right: 10px*/
}

/***************************************************************************/

/* Header pic */
.headerPic{
	float: left;
	width:35%;
	margin-left: 3%;
	margin-bottom: 10px;
	border-style: solid;
	border-width: thin;
	border-color: olivedrab
}

/* Image group */
.imageWrapper{
	clear: both;
	margin-left: 5%;
	width: 90%
}

.wrapperFrame{
	padding-left: 10px;
	border-style: solid;
	border-width: thin;
	border-color: olivedrab	
}

/* Individual image */
.singleImage{
	width: 20%;
	margin: 10px;
	float: left;
	border-style: solid;
	border-width: thin;
	border-color: olivedrab
}

/* Zoom on hover */
.singleImage:hover{
	position: relative;
	left: 8%;
	transform: scale(2.0)
}

.videoFrame{
	width: 70%;
	margin: 10px;
	float: left;
	border-style: solid;
	border-width: thin;
	border-color: olivedrab
}

/* Header block */
.headerBlock{
	margin-left: 10px;
	width: 90%
}

/* Center text */
.headerText{
	text-align: center;
	color: darkblue
}

/* address */
.street{
	font-size: x-large;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

/* Property blurb */
.listingBlurb{
	float: left;
	width: 55%;
	margin-left: 25px;
	text-align: left;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"
}

/* blurb for mainBar */
.barBlurb{
	font-size: small;
	color: darkslateblue
}

/* From Accordion CSS */


.mainBar{
	clear: both;
	float: left;
	background-color: #eee;
	color: firebrick;
	cursor: pointer;
	padding: 10px;
	margin-left: 3%;
	width: 90%;
	text-align: left;
	border: thin;
	border-style: solid;
	border-color: darkblue;
	border-radius: 4px;
	outline: none;
	font-size: 15px;
	transition: 0.4s
}

.active, .mainBar:hover{
	background-color: bisque
}

.mainBar:after{
	content: "+";
	font-size: 20px;
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px
}

.active:after{
	content: "-";
	font-size: 20px;
	color: #777;
	font-weight: bold;
	float: right;
	margin-left: 5px
}

.panel{
	clear: both;
	padding: 0 18px;	
	display: none;	
	overflow: visible;
	background-color: gray;
	max-height: 0;
	transition: max-height 0.4s ease-out
}

/***************************************************************************/

table, th, td {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    color: darkslateblue;
    font-size: normal
}

