@font-face {
    font-family: 'Meow Script';
    src: url("/assets/font/MeowScript-Regular.eot");
    src: url("/assets/font/MeowScript-Regular.woff") format("woff"),
        url("/assets/font/MeowScript-Regular.ttf") format("truetype"),
        url("/assets/font/MeowScript-Regular.svg#filename") format("svg");
}

body {
    margin: 0;
    display: flex;
    min-height: 90vh;
    justify-content: center;
    align-items: center;
    background-color: rgba(72, 113, 97, 1.0);
    flex-wrap: wrap;
    row-gap: 5vh;
    column-gap: 5vh;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
}

.image-border {
    width: 350px;
    height: 470px;
    padding: 15px 15px 0 15px;
    border: 1px solid black;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 350px) {
    .image-border {
        height: 130vw;
        min-width: 300px;
        min-height: 440px;
    }
}

.image-border.cover {
    background-color: white;
}

.image-border.info {
    /*background-color: rgba(72, 113, 97, 1.0);*/
    background-color: white;
    position: relative;
}

.image-border img {
    object-fit: cover;
    width: 100%;
}

.image-border .image-title {
    font-family: 'Meow Script';
    font-weight: normal;
    font-style: normal;
    text-align: center;
    font-size: 50px;
    margin-top: 10px;
    margin-bottom: 0;
}

.title {
    font-family: 'Meow Script';
    font-weight: normal;
    font-style: normal;
    font-size: 50px;
    margin: 30px 0;
}

.image-border .quote {
    font-family: 'Meow Script';
    font-weight: normal;
    font-style: normal;
    text-align: right;
    font-size: 2.5vh;
    /*margin: 8vh 0 4vh;*/
    position: absolute;
    bottom: 220px;
    right: 0;
    margin: 15px;
}

.image-border .message {
    text-align: right;
    font-size: 2vh;
    font-weight: 200;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
}

.image-border .message a {
    text-decoration: none;
    color: rgb(46, 74, 63);
}

.survay .image-border {
    min-width: 300px;
    min-height: 375px;
    height: auto;
    width: 90vh;
    max-width: 600px;
    padding: 15px 15px 0 15px;
    border: 1px solid black;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.2);
}

.survay .title {
    text-align: center;
}

.survay .question {
    font-weight: 500;
}

.date {
    color: rgba(46, 74, 63, 0.7);
    text-align: center;
}

.thank_you {
    text-align: center;
    margin: 5rem 0;
}

.survay .date {
    margin-bottom: 2rem;
}

.survay form {
    text-align: center;
}

.survay form label {
    margin-top: 3rem;
    display: inline-block
}

.survay form input,
.survay form textarea {
    display: inline-block;
    margin: 1rem 0;
    padding: .5rem 1rem;
    border-radius: 0px;
}

.survay form input[type=text] {
    width: 300px;
}

.survay form input.checkbox {
    margin: 1rem 1rem 0 0;
}

.survay form label.checkbox {
    margin: 0;
}

.survay form input.last-checkbox {
    margin-bottom: 1rem;
}

.survay form input[type=submit] {
    padding: 1rem 2rem;
    margin-top: 3rem;
    background-color: rgba(72, 113, 97, 1.0);
    border: none;
    color: white;
    text-decoration: none;
    cursor: pointer;
}



/*SURVEY result*/

.tablak .image-border,
.survey_result .image-border {
    height: auto;
    width: 90vw!important;
    max-width: 90vw!important;
}

.survey_result table {
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 3rem;
}

.survey_result td, .survey_result th {
    border: 1px solid black;
    padding: 10px;
}

.tablak h2 {
    margin-top: 5rem;
}

.tablak .center {
    text-align: center;
}

/*Hasznos infok*/
.faq .title {
    text-align: center;
}

.faq .info {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faq .info h2,
.faq .info p,
.faq ul,
.faq div {
    width: 80%;
}

.faq .thank_you {
    margin: 2rem!important;
}

.faq h2 {
    margin: 1rem!important;
}

.faq p {
    margin-bottom: 2rem;
}

.faq img {
    width: 80%;
    max-width: 800px;
}

.faq a.title {
    text-decoration: none;
    color: black;
}
