﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

.colorred {
    color: white !important;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

/* Price oldalhoz */
.frame {
    width: 100%;
    box-sizing: border-box;
}

.ctrllabel {
    font-weight: 700;
}

@media (min-width: 990px) {
    .cols-sample-area .row .col-md-6 {
        width: 43.71%;
    }
}

@media (min-width: 1200px) {
    .cols-sample-area .row .col-lg-6 {
        width: 45.71%;
    }
}

@media (max-width: 992px) {
    .cols-sample-area .row .col-sm-12:nth-child(2),
    .cols-sample-area .row .col-xs-12:nth-child(2),
    .cols-sample-area .row .col-md-6:nth-child(2) {
        padding-top: 30px;
    }
}

#favorite1 {
    color: #fcff00;
}

/* text background color */
.highlight {
    background-color: lightgreen;
}

.center-text {
    text-align: center;
}

.footer-text {
    color: #a9a9a9; /* Light grey color */
}

.center-container {
    display: flex;
    flex-direction: column; /* Align children in a column */
    align-items: center; /* Center children horizontally */
}

footer {
    color: #808080;
}

#searchTextInput {
    max-width: 65%;
    width: 100%;
}
