html{
	font-family: helvetica, arial, sans-serif;
	line height: 1.4;
	font-size: 18px;
	/*background-color: #dfe3ee;*/
	background-color: #e6e6e6;
	scroll-behavior: smooth;
	box-sizing: border-box;
	}

/*formatacao CSS de cores e texto para formularios de entrada de dados, criado 2022-06-17*/

@media screen and (min-width: 300px){
	html{
		font-size: 8px
	}
}

@media screen and (min-width: 600px){
	html{
		font-size:10px
	}
}


@media screen and (min-width: 900px){
	html{
		font-size:14px
	}
}

@media screen and (min-width: 1500px){
	html{
		font-size:16px
	}
}

@media screen and (min-width: 1900px){
	html{
		font-size:22px
	}
}

@media screen and (min-width: 2400px){
	html{
		font-size:28px
	}
}


body {
	background-color: default; 
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	}


#heading{
	width: 100%;
	height: 15%;
	margin-bottom: 20px;
	float: left;
	background-color: #d9d6d6;
	box-sizing: border-box;
	border-style: solid;
	border-color: #ff6633;
	border-width: 0px 0px 3px 0px; /*top, right, bottom, left */
	}


.buttonholder3{
	width: 15%;
	height: 100%;
	padding: 10px;
	float: left;
	background-color: default;
		display: flex;
		justify-content: center;
		align-items: center; 
	margin-top: auto;
	margin-bottom: auto;
	box-sizing: border-box;
	}


#name{
	width: 70%;
	height: 100%;
	float: left;
	background-color: default;
	font-family: 'Arial' 'sans-serif';
	font-size: 3rem;
	color: #585858;
	text-align:center;
		display: flex;
		justify-content: center;
		align-items: center;
	box-sizing: border-box;
	}


/*adjust logo size to fit div*/
#logo{
	height: 80%;
	width:auto;
	background-color: default;
	float: left;
	text-align:center;
	}

.listingholder{
	width: 100%;
	height: 40%;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 10px;
	background-color: default;
	float: left;
	box-sizing: border-box;
	border-style: solid;
	border-color: red;
	border-width: 1px 1px 1px 1px; /*top, right, bottom, left */
	}

.listing{
	width: 46%;
	height: 45%;
	margin-top: 2%;
	margin-bottom: 0%;
	Margin-left: 2%;
	Margin-right: 2%;
	background-color: #d9d6d6;
	float: left;
	text-align:center;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /*top, right, bottom, left */
	}

.holdphoto{
	width: 100%;
	height: 80%;
	margin-bottom: 0px;
	padding: 10px;
	background-color: default;
	float: left;
	text-align:center;
	vertical-align:middle;
		display: flex;
		justify-content: center;
		align-items: flex-start;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /*top, right, bottom, left */
	}

.holddescription{
	width: 100%;
	height: 20%;
	margin-bottom: 0px;
	background-color: default;
	float: left;
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 0px 0px 0px 0px; /*top, right, bottom, left */
	}

.description{
	width: 84%;
	height: auto;
	margin-left: 8%;
	margin-right: 8%;
	margin-top: 5x;
	margin-bottom: 5px;
	overflow: auto;
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:5px;
	
	background-color: white;
	float: left;	
	font-family: 'Arial' 'sans-serif';
	font-size: 0.9rem;
	line-height: 1.2;
	color: DimGrey;
		display: flex;
		justify-content: left;
		align-items: flex-start;
	box-sizing: border-box;
	border-radius: 6px;
	}


#footer1{
	width: 80%;
	height: 5%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 5px;
	float: left;
	background-color: default;
	box-sizing: border-box;
	border-style: solid;
	border-color: grey;
	border-width: 1px 0px 0px 0px; /*top, right, bottom, left */
	}

/* ----------------- IMAGES --------------------- */

.images{
	/*display: block;*/
	height: 90%;
	width: auto;
	max-width:95%;
	margin-top: 10px;
	margin-bottom: 10px;
	object-fit: contain;
	background-color: default;
	float: center;
	text-align:center;
	border: 0px solid grey;
	border-radius: 6px;
	box-sizing: border-box;	
	}

.images1{
	/*display: block;*/
	height: 90%;
	width: auto;
	max-width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	/*object-fit: contain;*/
	background-color: default;
	float: center;
	text-align:center;
	border: 0px solid grey;
	border-radius: 6px;
	box-sizing: border-box;	
	}


.images2{
	/*display: block;*/
	height: 90%;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	object-fit: contain;
	background-color: default;
	float: center;
	text-align:center;
	border: 0px solid grey;
	border-radius: 50%;
	box-sizing: border-box;	
	}


/* --------------------- BUTTONS ----------------------- */

#more{
	height: auto;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 5px;
	background-color: #4d79ff;
	/*background-color: #ff8c1a;*/
	font-size: 0.7rem;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 0px solid grey;
	margin: 2px;
	margin-left: 10px;
	box-sizing: border-box; 
	transition: height 0.8s;
	transition: background-color: 0.4s;
	cursor: pointer;
	}

#more:hover{
	background-color:#3366ff;
	/*background-color: #e67300;*/
	}

#more:active{
	border: 1px solid green;
	background-color:grey;
	color: white;
	}



#social{
	height: 1.2rem;
	width: auto;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 8px;
	padding-right: 8px;
	border-radius: 0.6rem;
	background-color: #4d79ff;
	/*background-color: #ff8c1a;*/
	font-size: 0.7rem;
	font-family: 'Arial' 'sans-serif';
	color: white;
		display: flex;
		justify-content: center;
		align-items: center;
	border: 0px solid grey;
	margin: 2px;
	margin-left: 10px;
	box-sizing: border-box; 
	transition: height 0.8s;
	transition: background-color: 0.4s;
	cursor: pointer;
	}

#social:hover{
	background-color:#3366ff;
	/*background-color: #e67300;*/
	}

#social:active{
	border: 1px solid green;
	background-color:grey;
	color: white;
	}

