﻿body {
    font-family: Inter,system-ui,Arial,sans-serif;
    line-height: 1.5;
}

.verticalspace10 {
    position: relative;
    width: 100%;
    height: 10px;
    float: left
}

.horizontalspace10 {
    position: relative;
    width: 10px;
    height: 10px;
    float: left
}

p {
    line-height: 1.6
}

.autoheight {
    position: relative;
    width: 100%;
    height: auto;
    float: left
}


@media only screen and (max-width:768px) {
    .footer {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: left;
        left: 10px;
        background-color: #231c12;
        color: #fff;
        font-size: 14px;
        text-align: center
    }

    .footerinner {
        position: relative;
        width: calc(100% - 100px);
        height: auto;
        float: left;
        left: 50px
    }

    .nichetilearea {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: left;
        left: 5px;
    }

    .nichetile {
        position: relative;
        width: 100%;
        height: auto;
        float: left
    }

    .nichetiletopspace {
        position: relative;
        width: 100%;
        height: 10px;
        float: left
    }

    .nichetilecontiner {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: left;
        left: 10px;
        border: 4px double #456370;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    }

    .nichetilecontainerinner {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: left;
        left: 10px
    }

    .nichetilecontainertitle {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        left: 10px;
        font-size: 20px;
        color: white;
    }

    .nichetilecontainerthumbnailcontainer {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        overflow: hidden;
    }

    .nichetilethumbnail {
        position: relative;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nichetilethumbnailimage {
        position: relative;
        float: left;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        display: block;
    }

    .nichetilecolum1 {
        position: relative;
        width: 50%;
        height: auto;
        float: left
    }

    .nichetilecolum2 {
        position: relative;
        width: 50%;
        height: auto;
        float: left
    }

    .nichetilecolum3 {
        display: none
    }

    .nichetilecolum4 {
        display: none
    }

    .pagecontainer {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
    }

}

@media only screen and (min-width:768px) {
    .footer {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        background-color: #231c12;
        color: #fff;
        font-size: 14px;
        text-align: center
    }

    .footerinner {
        position: relative;
        width: calc(100% - 400px);
        height: auto;
        float: left;
        left: 200px
    }

    .nichetilearea {
        position: relative;
        width: calc(100% - 100px);
        height: auto;
        float: left;
        left: 50px;
    }

    .nichetile {
        position: relative;
        float: left
    }

    .nichetiletopspace {
        position: relative;
        width: 100%;
        height: 10px;
        float: left
    }

    .nichetilecontiner {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: left;
        left: 10px;
        border: 4px double #456370;
        border-radius: 5px;
        overflow: hidden;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    }

        .nichetilecontiner:hover {
            cursor: pointer;
            border: 4px solid yellow;
        }

    .nichetilecontainerinner {
        position: relative;
        width: calc(100% - 20px);
        height: auto;
        float: left;
        left: 10px;
        font-size: 16px;
        font-weight: 700;
        overflow:hidden;
    }

    .nichetilecontainertitle {
        position: relative;
        width: calc(100% - 10px);
        height: auto;
        float: left;
        left: 10px;
        font-size: 24px;
        color: white;
        
    }

    .nichetilecontainerthumbnailcontainer {
        position: relative;
        width: 100%;
        height: auto;
        float: left;
        overflow:hidden;
    }

    .nichetilethumbnail {
        position: relative;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nichetilethumbnailimage {
        position: relative;
        float: left;
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: auto;
        display: block;
    }

    .nichetilecolum1 {
        position: relative;
        width: 25%;
        height: auto;
        float: left
    }

    .nichetilecolum2 {
        position: relative;
        width: 25%;
        height: auto;
        float: left
    }

    .nichetilecolum3 {
        position: relative;
        width: 25%;
        height: auto;
        float: left
    }

    .nichetilecolum4 {
        position: relative;
        width: 25%;
        height: auto;
        float: left
    }

    .pagecontainer{
        position:relative; 
        width:calc(100% - 400px);
        height:100%;
        float:left;
        overflow-y:auto;
        overflow-x:hidden;
    }

}
