#popup{
	display: none;
	max-width: 1025px;
	max-height: 90vh;
	background-color: #8EE9A3;/*teal deer*/

	margin: 0px;
	padding: 1vh 1vw;
		border-radius: 20px;
	border: 0px;

	position: fixed;
	z-index: 0;
	left: 10vw;
	top: 1vh;

	text-align: left;
}

img{
	max-width: 80vw;
	max-height: 75vh;
}

html{
	font-family: Arial, Helvetica, sans-serif;
}

body{
	/*text-transform: capitalize;*//*makes the first letter of every word uppercase, can be useful, and works on <div> or other tags*/
	background-color: #F2DEBA;
	font-size: 1.5em;
	margin: 0px;
}


		
.header{
	display: flex;
	margin: 0; 
	width: 100vw;
	background-color: #BACEF2;
}

.header_home_flexbox{
	flex: 1;
	margin: auto;
}

.header_flexbox{
	flex: 1;
	margin: auto;
    text-align: center;
}

.header_lang_button_container{
	text-align: right;
	flex: 1;
	margin: auto;
}

.header_default_button{
	min-width: 5vw;
	min-height: 5vh;
	font-size: 2em;
	font-weight: bold;
}

.content{
	text-align: center;
	margin: auto;
}

.listing{
	text-align: center;
	margin: auto;
	margin-top: 5vh;
	max-width: 1025px;
}

table, tr, td{
	border-collapse: collapse;
	border: 1px solid black;
	overflow-wrap: anywhere;
}

.listings{
	text-align: center;
	margin: auto;
}

.advertForCCCBOVINE{
	margin-top: 5vh;
}
