﻿body {
    background-color: #f6f6f6;
    color: rgb(91, 91, 91);
}
#TopBanner {
    background-color: rgb(91, 91, 91);
    height: 35px;
    text-align: center;
    font-family: Arial;
    color: white;
    font-size: 13pt;
    padding: 5px;
    line-height: 35px;
    -webkit-font-smoothing: antialiased;
}

#TheLogo {
    max-width:600px;
    width:100%;
    height:auto;
}

#HomeImg {
    max-width: 800px;
    width: 100%;
    height: auto;
} 
#TopBanner p {
    line-height: 1.5;
    display: inline-block;
    vertical-align: middle;
}



.nav-link {
    font-size:14pt;

}

#TheContent {
    text-align: center;
    margin: auto;
    width: 80%;
}

.active {
    color: rgb(91, 91, 91);
    text-decoration: underline;
}

a.ShopButton {
    display: inline-block;
    padding: 0.3em 1.2em;
    margin: 0 0.3em 0.3em 0;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: #FFFFFF;
    background-color: #5b5b5b;
    text-align: center;
    transition: all 0.2s;
}

    a.ShopButton:hover {
        background-color: #939393;
    }

@media all and (max-width:30em) {
     a.ShopButton {
        display: block;
        margin: 0.2em auto;
    }
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    font-family:'Brush Script Std';
    font-size:24pt;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .separator::before {
        margin-right: 1em;
    }

    .separator::after {
        margin-left: 1em;
    }

.column {
    float: left;
    width: 50%;
    padding: 40px;
    text-align:left;

}



.row:after {
    content: "";
    display: table;
    clear: both;
}


@media screen and (max-width: 1000px) {
    .column {
        width: 100%;

    }
}

@media screen and (orientation:landscape) and (max-width: 800px) {
    .column {
        width: 100%;
        height: auto;
    }
}

.ImgSize {
    width: 100%;
    height: auto;
}


.jssorl-009-spin img {
    animation-name: jssorl-009-spin;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

@keyframes jssorl-009-spin {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.jssora106 {
    display: block;
    position: absolute;
    cursor: pointer
}

    .jssora106 .c {
        fill: #fff;
        opacity: .3
    }

    .jssora106 .a {
        fill: none;
        stroke: #000;
        stroke-width: 200;
        stroke-miterlimit: 10
    }

    .jssora106:hover .c {
        opacity: .5
    }

    .jssora106:hover .a {
        opacity: .8
    }

    .jssora106.jssora106dn .c {
        opacity: .2
    }

    .jssora106.jssora106dn .a {
        opacity: 1
    }

    .jssora106.jssora106ds {
        opacity: .3;
        pointer-events: none
    }

.jssort101 .p {
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #f6f6f6;
}

    .jssort101 .p .cv {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 2px solid #f6f6f6;
        box-sizing: border-box;
        z-index: 1
    }

.jssort101 .a {
    fill: none;
    stroke: #fff;
    stroke-width: 200;
    stroke-miterlimit: 10;
    visibility: hidden
}

.jssort101 .p:hover .cv, .jssort101 .p.pdn .cv {
    border: none;
    border-color: transparent
}

.jssort101 .p:hover {
    padding: 2px
}

    .jssort101 .p:hover .cv {
        background-color: #f6f6f6;
        opacity: .35
    }

    .jssort101 .p:hover.pdn {
        padding: 0
    }

        .jssort101 .p:hover.pdn .cv {
            border: 2px solid #fff;
            background: none;
            opacity: .35
        }

.jssort101 .pav .cv {
    border-color: #fff;
    opacity: .35
}

.jssort101 .pav .a, .jssort101 .p:hover .a {
    visibility: visible
}

.jssort101 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    opacity: .6
}

.jssort101 .pav .t, .jssort101 .p:hover .t {
    opacity: 1
}

b{
    font-size:16pt;
    color:white;
}