@import "main.css";

#infoButton {
    display: block;
    position: absolute;
    top:50%;
    right: 5%;
    z-index: 10000;
}

#infoButton:hover {
    cursor: pointer;
}

#boldHeader{
    margin-top: 5vh;
    color: #65944c;
    font-size: 2.5vw;
    font-family: karbonSemiBold;
}

#message-area{
    background-image: url("../images/pattern_transp1.png");
    min-height: 100vh;
    height: 100%;
}

@media screen and (max-width: 900px) {
    body{
        height: 100%;
        background-size: cover;
    }

    #mainBoldHeader{
        background: linear-gradient(to right, #5bad33 5%, #65944c 100%);
        color: #fff;
        padding: 5%;
        font-size: 2rem;
        font-weight: bolder;
		margin-bottom: 0px;
    }

    #arrow{
        margin-right: 10px;
        max-height: 2.0rem;
		margin-top: -10px;
    }
	.container-fluid .row{
		margin-right: 0;
	}
 
    #boldHeader{
        margin-top: 5vh;
        color: #65944c;
        font-size: 7vw;
        font-family: karbonSemiBold;
        text-align: center;
    }
    
    .normalText{
        font-family: karbonRegular;
        font-size: 4vw;
        text-align: center;
        font-weight: bolder;
    }

    #full-screen{
        display: none;
    }

    .logo-lg-screen {
        display: none;
    }
	
	#mainValaszButton{
    margin-top: 0vh;
    margin-bottom: 0vh;
    float: right;
    border-radius: 15px;
    display: inline;
	padding: 4px 10px;
}
#message-area .row{
	padding-right: 0;
}

}

@media screen and (min-width: 901px) {
    body{
        background-size: cover;
        width: 100%;
    }

    #mainBoldHeader{
        display: none;
    }

    #small-screen{
        display: none;
    }

    #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%;
	}
    #message-area {
        height: 98vh;
        overflow: auto;
      }
}

.cards{
    max-width: 26rem;
    border-radius: 30px;
    border: solid #fff 5px;
    box-shadow: 6px 4px 0px 0px rgb(116, 122, 115, 0.8);
}

.card-title{
    line-height: 3vh;
    text-align: left;
	font-size: 1rem;
}

.card-text{
    text-align: left;
	font-size: 0.8rem;
}

.heart-box{
    background-color: #f2f2f2;
    border: solid #fff 2px;
    box-shadow: 3px 2px 0px 0px rgb(116, 122, 115, 0.8);
    border-radius: 25px;
    padding-top: 3px;
    padding-bottom: 3px;

}

.heart-num{
    padding-left: 6px;
}

.valaszButton {
    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: 1vh;
    margin-bottom: 1vh;
    z-index: 10;
}
.valaszButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    color:#ffffff;
}

.visszaButton {
    box-shadow: 0px 5px 0px 0px #747a73;
    background:linear-gradient(to right, #5bad33 5%, #65944c 100%);
    border-radius:30px;
    display:inline-block;
    cursor:pointer;
    color:#ffffff;
    font-family:karbonSemiBold;
    font-size:25px;
    font-weight: bold;
    padding: 0px 30px;
    text-decoration:none;
    text-shadow:0px 0px 0px #2f6627;
    margin-top: 1vh;
    
}
.visszaButton:hover {
    background:linear-gradient(to right, #b4beb2 5%, #747a73 100%);
    background-color:#256b00;
    color:#ffffff;
}

.visszaButton img{
    align-self: start;
    display: inline;
    max-height: 2rem;
    margin-right: 5px;
}
.visszaButton p{
    margin-bottom: 0;
    display: inline-block;
}