@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



body
{
  background: url("pics/backg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  /*height: 100vh;*/
}

a
{
	text-decoration: none !important;
}

a:hover
{
	color: #eaad00 !important;
}

a.nav-link:hover
{
	color: #eaad00 !important;
}

h1
{
	text-align: center;
	margin-top: 10px;
	margin-left: 20px;	
}


h3
{
	margin-top: 20px !important;
}

#maintgal
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	margin-top: 2%;
  	margin-left: 2%;
}

.li1
{
	margin-bottom: 20px;
}

.b
{
	text-align: center;
	margin-top: 10px;
	margin-left: 0px;
}

.navbar
{
	background-color: #48575e !important;
}


.btn-primary
{
	background-color: #48575e !important;
	border-color: #48575e !important;
}

.btn-primary:hover
{
	background-color: #202125 !important;
	border-color: #202125 !important;
	color: #eaad00 !important;	
}


.navbar-light .navbar-toggler
{
	border-color: #e7e4e3 !important;
	background-color: #e7e4e3 !important;
}

.container
{
	display: flex;
	width: 100%;
}

.coloumn
{
	flex: 1;
	padding: 20px;
}

.kozep
{	
	display: flex;
	width: 100%;
	padding-top: 6px;
	justify-content: center;
}

.mellett
{
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	width: 100%;
 

}


.pres_img
{
	border: 0px;
	/*max-width: 170px;
	max-height: 170px;*/
	margin-top: 15%;
	/*margin-left: 20%;*/
	padding-left: 20%;
	/*margin-bottom: 10%;*/
}

.pres_img2
{
	border: 0px;
	/*max-width: 170px;
	max-height: 170px;*/
	margin-top: 15%;
	/*margin-left: 20%;*/
	padding-left: 25%;
	/*margin-bottom: 10%;*/
}


.main
{
	width: 75%;
	min-height: 100%;
	max-height: 100%;
	height: 100%;
	margin: auto;
	background-color: #f1f1e6;
	/*padding-top: 1rem;
	/*padding-left: 2rem;
	padding-right: 1rem;
	padding-bottom: 1rem;*/

}

.preselector
{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	/*align-items: center;*/
	/*flex-direction: column;*/
	max-width: 100%;
	max-height: 70%;
	width: 100%;
	height: 70%;
	background-image: url("pics/pres.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 3%;
	/*gap: 10px;*/
	
}

.newline
{
	flex-basis: 100%;
	height: 0px;
}


.kk
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	background-color: #48575e;
  }

.navbar-custom
{
    background-color: #48575e;

}


.content
{
	display: flex;
	flex: 1;
	background: #bbc8ba;
	width: 100%;
	min-height: 25vh;
	height: 100%;
	flex-wrap: wrap;
	/*max-height: 100%;*/
	/*height: 20%;*/
	/*padding-left: 1rem;*/
}

.footer
{
	display: flex;
	background: black;
	color: grey;
	justify-content: center;
}


.viewer
{
	position: absolute;
	z-index: 1;
	max-width: 100vh;
	max-height: 100vh;
	
}

.clsbtn
{
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 10px;
}

.pgf1
{
	display: flex;
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	align-items: center;
	justify-content: center;
	/*vertical-align: middle;*/
	/*margin: 20px;*/
	padding: 20px;
}

.pgf3
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	align-items: flex-start;
	justify-content: space-around;
	/*margin: 20px;*/
	padding: 0px 20px 20px 20px;
	/*border: 1px solid blue;
	border-radius: 10px;
	background: yellow;*/
}

.pgf
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	/*align-items: flex-start;*/
	justify-content: space-between;
	/*margin: 20px;*/
	padding: 0px 20px 20px 20px;
	/*border: 1px solid blue;
	border-radius: 10px;
	background: yellow;*/
}


.pgf2
{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	justify-content: space-between;
	padding: 0px 20px 20px 20px;
	
}

.brd
{
	display: flex;
	flex-direction: column;
	width: 100%;

	/*align-items: flex-start;
	justify-content: space-between;*/

	margin: 20px;
	padding: 20px;
	border: 1px solid #e7e4e3;
	border-radius: 10px;
	background: #e7e4e3;
}

.gal
{
	margin-bottom: 20px;
	max-width: 100%;
}


.gal1
{
	margin-bottom: 20px;
	max-width: 100%;
}



@media only screen and (max-width: 800px)
{


	.preselector
	{
		background-image: none;
		background-color: #202125;
		/*justify-content:  space-evenly;
		/*margin-bottom: 30px;*/
		padding-bottom: 40px;
		justify-content: space-around;
	}

	.newline
	{
		display: none;
	}


	.pres_img
	{
		border: 0px;
		max-width: 100px;
		max-height: 100px;
		width: 100px;
		height: 80px;
		border-left: 0px;
		/*border-top: 15%;*/
		margin-left: -20px;
		margin-top: 20px;
	}

	.pres_img2
	{
		border: 0px;
		max-width: 100px;
		max-height: 100px;
		width: 100px;
		height: 80px;
		border-left: 0px;
		/*border-top: 15%;*/
		margin-left: -20px;
		margin-top: 20px;
	}



}




@media only screen and (max-width: 600px)
{

	body
	{
		background: none;
	}

	h1
	{
		text-align: center;
		margin-top: 10px;
		margin-left: 20px;
		font-size: 180%;

		
	}
	

	.gal1
	{	
		margin-bottom: 20px;
		margin-left: -35px;
		max-width: 300px;
		width: 300px
	}

	.main
	{
		display: flex;
		flex-wrap: nowrap;
		flex-direction: column;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
		margin: auto;
		background-color: #f1f1e6;
		/*padding-top: 1rem;
		/*padding-left: 2rem;
		padding-right: 1rem;
		padding-bottom: 1rem;*/
		
	}

	.preselector
	{
		background-image: none;
		background-color: #202125;
		justify-content:  space-evenly;
		/*margin-bottom: 30px;*/
		padding-bottom: 40px;
		/*justify-content: space-around;*/
		
	}

	.pres_img
	{
		border: 0px;
		max-width: 150px;
		max-height: 150px;
		width: 195px;
		height: 170px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 30px;
		padding-left: 0px;
	}	

	.pres_img2
	{
		border: 0px;
		max-width: 150px;
		max-height: 150px;
		width: 200px;
		height: 170px;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 30px;
		padding-left: 0px;
	}
	
	.content
	{
		display: flex;
		flex: 1;
		flex-direction: column;
		background: #bbc8ba;
		width: 100%;
		min-height: 25vh;
		height: 100%;
		flex-wrap: nowrap;
		padding: 6px;
	}

	.brd
	{
		display: flex;
		flex-direction: column;
		width: 100%;

		/*align-items: flex-start;*/
		justify-content: space-between;
		
		margin: 20px 0px 20px 0px;
		padding: 20px;
		border: 1px solid #e7e4e3;
		border-radius: 10px;
		background: #e7e4e3;
	}

.mellett
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	/*margin: 20px 20px 20px 20px;*/

}

