body
{
	background-attachment: fixed;
	background-image: url("../image/vizalattpici4.jpg");
	margin: 0;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	/*background-color:#cccccc;*/
}

.uabLogo{
	background-image: url('../image/ubu.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 166px;
}
.szorolap
{
	width: 70%;
	max-width: 750px;
	min-width: 350px;
}

.uszodakep
{
	width:140px;
}

#layer3
{
	background-image: url('../image/hatter.png');
	padding:10px;
	z-index: 3;
	left: 250px;
	top: 200px;
	margin:20px;
	min-width: 400px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

a
{
	text-decoration:none;
}
a:LINK
{
	color:blue;
}
a:VISITED
{
	color:blue;
}
a:HOVER
{
	color:#00688B;
}
a:ACTIVE
{
	color:skyblue;
}

.NeedEarnBanner_title
{
	color:#0000ff;
}
.NeedEarnBanner_descrt
{
	color:#000000;
}
.NeedEarnBanner_link
{
	color:#008000;
}

#wrapper
{
    background-color: #b9c29a;
    background-image: url ("image/vizalattpici4.jpg");
    text-align: left;
    margin: 15px auto;
    width: 956px;
    border: solid 1px #ffffff;
}

.flexMenu .flexMain{
	display: flex;
}

.menuPicture{
	/*align-self: stretch;*/
	width: 398px;
}

.flexMain{
	flex-direction: row;
}

.flexRow{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.flexRight {
	width: fit-content;
	flex-direction: row;
	margin: 10px;
	background: rgb(216,225,255);
	background: -moz-radial-gradient(circle, rgba(216,225,255,0.29735644257703087) 0%, rgba(216,225,255,0.5970763305322129) 50%);
	background: -webkit-radial-gradient(circle, rgba(216,225,255,0.29735644257703087) 0%, rgba(216,225,255,0.5970763305322129) 50%);
	background: radial-gradient(circle, rgba(216,225,255,0.29735644257703087) 0%, rgba(216,225,255,0.5970763305322129) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d8e1ff",endColorstr="#d8e1ff",GradientType=1);
}

.flexRight > div {
	padding: 5px;
	margin-left: 20px;
	margin-right: 20px;
}

.file {
	font-size: 13px;
}

.file:HOVER {
	background-color: rgba(250, 235, 215, 0.65);
}

#header{
	flex: 1;
}

#contentContainer{
	width: 80%;
}

.flexOne{
	width: 1000px;
	flex-basis: 1;
	flex-direction: column;
}

.centered{
	margin: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.imageRight{
	margin: 10px;
	height: 180px;
}

.textLeft{
	margin: 10px;
}

.textRight{
	margin: 10px;
}

.imageLeft{
	margin: 10px;
	flex-basis: 0;
	height: 180px;
}

.mediumTextSize{
	font-size: medium;
}

.Calibri{
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.backToPageSelector{
    padding: 25px;
    position: fixed;
    z-index: 10;
    right: 10px;
    bottom: 10px;
}

.headline {
	font-size: larger;
	margin: 10px;
}

/*CUSTOM BUTTON*/
.button-56 {
  align-items: center;
  background-color: #fee6e3;
  border: 2px solid #111;
  border-radius: 8px;
  box-sizing: border-box;
  color: #111;
  cursor: pointer;
  display: flex;
  font-family: Inter,sans-serif;
  font-size: 16px;
  height: 48px;
  justify-content: center;
  line-height: 24px;
  max-width: 100%;
  padding: 0 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-56:after {
  background-color: #111;
  border-radius: 8px;
  content: "";
  display: block;
  height: 48px;
  left: 0;
  width: 100%;
  position: absolute;
  top: -2px;
  transform: translate(8px, 8px);
  transition: transform .2s ease-out;
  z-index: -1;
}

.button-56:hover:after {
  transform: translate(0, 0);
}

.button-56:active {
  background-color: #ffdeda;
  outline: 0;
}

.button-56:hover {
  outline: 0;
}

@media (min-width: 768px) {
  .button-56 {
    padding: 0 40px;
  }
}
/*CUSTOM BUTTON END*/

.listText {
	font-size: 14px;
}

.orderedList {
	margin-left: 10%;
	margin-right: 10%;
}