@charset "utf-8";
/* CSS Document */

#mainheader{
    position: relative;
    z-index: 1;
}

.topbarsearch{
    background: #f7f4cb;
}

.topbarmenu{
    background: #f7f4cb;
}

.searchform{
    padding: 0px 0px 10px 0px;
}

.logo{
    position: relative;
    padding: 0px 10px 0px 10px;
}

.content{
    background: #fff;
    padding: 45px;
    border-radius: 15px;
    margin: 20px 0px;
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.lastcontent{
    background: #a8c1e1;
    padding: 45px;
    border-radius: 15px;
    margin: 20px 0px;
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.belmecontent{
    padding: 45px;
    border-radius: 15px;
    margin: 20px 0px;
}

.belmebut{
    width: 100%;
    Background: #fff23d;
    display: block;
    padding: 10px 50px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 25px;
    color: #212529;
    margin: 15px 0px;
}

.appmebut{
    width: 100%;
    Background: #82afff;
    display: block;
    padding: 10px 50px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    border-radius: 25px;
    color: #212529;
    margin: 15px 0px;
}


button, .btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff23d;
    border: 1px solid transparent;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}

.button{
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff23d;
    padding: 5px 30px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 1.25rem;
    width:100%;
    margin: 20px 0px;
    box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1pxsolidrgba(0,0,0,.125);
    border-radius: 15px;
}
.imagebox{
   margin: 25px 0px 15px 0px;
    border-radius: 15px;
}

.imagebox img, .card img{
    border-radius: 15px;
}

.footer{
    background: transparent url(/media/footer.png) no-repeat;
    background-size: 100%;
    min-height: 150px;
    background-position: bottom;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    .logo{
        display: block;
        position: relative;
        padding: 0px 10px 0px 10px;
    }

    .searchform{
        padding: 20px 0px;
    }


}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .logo, .label{
        display: block;
        position: absolute;
        padding: 0px 10px 0px 10px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo{
        position: absolute;
        padding: 0px 30px 30px 30px;
    }
    .footer{
        background: transparent url(/media/footer.png) no-repeat;
        background-size: 100%;
        min-height: 300px;
        background-position: bottom;
    }

}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .button{
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        background-color: #fff23d;
        padding: 5px 30px;
        font-size: 20px;
        border-radius: 1.25rem;
        width:100%;
        font-weight: 700;
        margin: 50px 0px;
        box-shadow: 0 2.5rem 2rem -2rem hsl(200 50% 20% / 40%);
    }

    .logo{
        display: block;
        position: absolute;
        padding: 0px 30px 30px 30px;
    }
    .footer{
        background: transparent url(/media/footer.png) no-repeat;
        background-size: 100%;
        min-height: 300px;
        background-position: bottom;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {

    .logo{
        display: block;
        position: absolute;
        padding: 0px 30px 30px 30px;
    }
    .footer{
        background: transparent url(/media/footer.png) no-repeat;
        background-size: 100%;
        min-height: 300px;
        background-position: bottom;
    }
}