@font-face {
    font-family: "Trebuchet MS";
}
@font-face {
    font-family: Lobster;
    src: url("../fonts/Lobster_1.3.otf");
}

body{
    font-family: Lobster;
 /* szükséged lesz a lobster 1.3 font-ra */
    width:820px;
    margin: 0 auto;
}
#body{
		background-image: url("../images/háttér.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

li{
    list-style: none;
    margin-top: 22px;

}
a{
    text-decoration: none;
    color: white;
    text-align: center;
}
.bg{
    background-image: url("../images/háttér.png");
}


.header-container{
    width: 100%;
    height: 90px;
}


.navbar{
    display: flex;
    flex-direction: row;

    background: url('../images/menü.png');
    background-repeat: no-repeat;
    background-size: 750px auto;
    height: 120px;
    align-self: center;
    background-position: center;
    padding-top: 7px;
}
.spec{
    text-align: center;
    margin-top: 11px;
    padding: 0 18px 0 0;
}
.menu{
    padding: 0 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width:820px;
}

.side-ribbon{
    background: url("../images/oldalszalag.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 45px;
    height: 319px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 60px 50px;
}
.bottom-ribbon{
    background: url("../images/bottom-r.png");
    width: 500px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-position: center;
	margin-bottom: 30px;
}

.game-container{
    display: flex;
    flex-direction: row;
    width: 820px;
    justify-content: space-around;
}

.map{
    background: url("../images/térkép.png");
    background-size: contain;
    background-repeat: no-repeat;
    height: 320px;
    width: 500px;
    display: flex;
    flex-direction: row;
}
.img1{
    width: 150px;
    margin-bottom: 5px;
}
.img2{
    width: 120px;
}
.img3{
    width: 150px;
}
img{
    z-index: 2;
}
.flex-column{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 33%;
    height: 100%;
}


.dot{
    z-index: -1;
    border: white 16px solid;
    border-radius: 16px;
    width: 0;
    height: 0;
    position: absolute;
}
.ui-droppable-active{
    border: green 16px solid !important;
    border-radius: 16px;
    z-index: 1;
}
.ed{
    top: 100px;
    left: 111px;
}
.dd{
    top: 245px;
    left: 117px;
}
.pe{
    top: 126px;
    left: 55px;

}
.da{
    top: 210px;
    left: 88px;
}
.em{
    top: 27px;
    left: -11px;
}
.ea{
    top: 89px;
    left: 47px;

}


.content-container{
    height: 470px;
    width: 100%;
    overflow-y: scroll;
}
.content{
    height: 1000px;
    width: calc(100% - 60px);
    padding: 30px 30px;
}


.modal {
    position: absolute;
    display: none;
    z-index: 3;
    top: 0;
    width: 820px;
    height: 560px;
    background-image: url("../images/háttér.png");
}
.modal1{
    border: 15px solid darkred;
    border-radius: 10px;
    position: absolute;
    z-index: 3;
    top: 90px;
    width: 500px;
    height: 400px;
    background-image: url("../images/háttér.png");
    margin-left: 145px;
}

.modal-header {
    text-align: center;
    font-size: 80px;
    padding: 2px 16px;
    color: darkred;
}
.modal-header1 {
    text-align: center;
    font-size: 80px;
    padding: 7px 16px;
    color: darkred;
}

.modal-body {
    text-align: center;
    padding: 100px 16px;
    font-size: 40px;
}
.modal-body1 {
    text-align: center;
    padding: 50px 16px;
    font-size: 30px;
}

.modal-footer {
    text-align: center;
    padding: 2px 16px;
}
.modal-content {
    width: 80%;
    margin: 0 auto;
}

.forward{
    font-size: 60px;
    color: darkred;
    border: 3px solid darkred;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 20px;
}
.forward1{
    font-size: 40px;
    color: darkred;
    border: 3px solid darkred;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    padding: 5px 10px;
}

.reg-content-container{
    height: 470px;
    width: 100%;
    overflow-y: hidden;
}

.reg-content{

    width: calc(100% - 60px);
    padding: 30px 30px;
    height: 100% !important;
    font-family: "Trebuchet MS" !important;
    text-align: center;
}
.reg-t{
    font-size: 70px;
    color: darkred;
}
.reg-st{
    font-size: 50px;
}
.nyeremenyek-content {
    text-align: center;
    color: darkred;
    font-family: 'Trebuchet MS';
}
.nyeremenyek-title{
    font-weight: bold;
}
.nyeremenyek-container{
}