@import "main.css";

#infoButton {
    display: block;
    position: absolute;
    top:50%;
    right: 5%;
}

#infoButton:hover {
    cursor: pointer;
}


@media screen and (max-width: 900px) {
    body{
        height: 100%;
    }
 
    #boldHeader{
        margin-top: 5vh;
        color: #65944c;
        font-size: 8vw;
        font-family: karbonSemiBold;
        text-transform: uppercase;
        text-align: center;
    }
    
    .normalText{
        font-family: karbonRegular;
        font-size: 4.2vw;
        text-align: center;
        font-weight: bolder;
    }

    #full-screen{
        display: none;
    }

    #logo-lg-screen {
        display: none;
    }

    #image-container{
        margin-top: 55%;
    }
	.valaszButton, #masokButton {
    box-shadow: 0px 5px 0px 0px #747a73;
    background:linear-gradient(to right, #fcd141 5%, #ffc402 100%);
    border-radius:20px;
    display:inline-block;
    cursor:pointer;
    color:#4c504b;;
    font-family:karbonSemiBold;
    font-size:25px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 0vh;
    margin-bottom: 1vh;
    z-index: 10;
}
.valaszButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#ffffff;
}

#masokButton {
    box-shadow: 0px 5px 0px 0px #747a73;
    background:linear-gradient(to right, #fff 5%, #f1f1f1 100%);
    color:#4c504b;
    border-radius:20px;
    display:inline-block;
    cursor:pointer;
    font-family:karbonSemiBold;
    font-size:25px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 0vh;
    margin-bottom: 2vh;
}

#masokButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#fff;
}
img {
    z-index: -1;
	max-width: 80% !important;
  }
}

@media screen and (min-width: 901px) {
	img {
    z-index: -1;
  }
	#boldHeader{
    margin-top: 5vh;
    color: #65944c;
    font-size: 2.5vw;
    font-family: karbonSemiBold;
    text-transform: uppercase;
}
.normalText{
    font-family: karbonRegular;
    font-size: 1.2rem;
}
    body{
        background-size: cover;
    }

    #small-screen{
        display: none;
    }

    #focim{
        margin-top: 30px;
        max-width: 55%;
    }

    #infoButton {
        top:10%;
    }

    .logok{
        max-width: 10%;
    }

    #sasmob_logo{
        position: fixed;
        bottom: 30px;
        right: 1%;
        max-width: 5%;
    }

    #szeged_logo{
        position: fixed;
        bottom: 30px;
        left: 1%;
        max-width: 8%;
    }
	.valaszButton, #masokButton {
    box-shadow: 0px 5px 0px 0px #747a73;
    background:linear-gradient(to right, #fcd141 5%, #ffc402 100%);
    border-radius:20px;
    display:inline-block;
    cursor:pointer;
    color:#4c504b;;
    font-family:karbonSemiBold;
    font-size:30px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 5vh;
    margin-bottom: 1vh;
    z-index: 10;
}
.valaszButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#ffffff;
}

#masokButton {
    box-shadow: 0px 5px 0px 0px #747a73;
    background:linear-gradient(to right, #fff 5%, #f1f1f1 100%);
    color:#4c504b;
    border-radius:20px;
    display:inline-block;
    cursor:pointer;
    font-family:karbonSemiBold;
    font-size:30px;
    font-weight: bold;
    padding: 0px 35px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 1vh;
    margin-bottom: 7vh;
}

#masokButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#fff;
}
}

#toFill{
    height:25vh;
}


#valaszok{
    font-weight: bold;
    font-size: 0.9rem;
}
#valaszok_alert{
    font-weight: bold;
    font-size: 0.7rem;
}

  
