@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');


html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#headerbg {
    background-color: #ffffff;
    background-image: linear-gradient(116deg, #ffffff 0%, #f2d5ae 50%, #f2ad53 100%);
    background-size: 100%;
}


.btn-grad {
    background-image: linear-gradient(to right, #FF512F 0%, #F09819 51%, #FF512F 100%)
}

.btn-grad {
    width:230px;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    .btn-grad:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }

#codebotfont {
    font-family: "Arial White", Gadget, sans-serif;
    font-size: min(2em,30px);
    letter-spacing: 0.8px;
    word-spacing: 0.8px;
    color: #FF5D0B;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: uppercase;
}
#articlefont {
    font-family: "Arial White", Gadget, sans-serif;
    font-size: min(2em,17px);
    letter-spacing: 0.5px;
    word-spacing: 0.5px;
    color: #FF5D0B;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.min-width-col{
    margin-top:10px;
    min-width:360px;
}

::selection {
    background: #f2d5ae;
    text-shadow: none;
}
.section-headline.white-headline h3 {
    color: #FF5D0B;
}

.section-headline.white-headline p {
    color: #cecde9;
}

.section-headline h3 {
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
    text-transform: capitalize;
}

.section-line-break {
    background: url(/image/line.png);
    background-repeat: no-repeat;
    content: "";
    left: 50%;
    position: relative;
    width: 250px;
    z-index: 10;
    height: 30px;
    margin: 0px auto 20px auto;
    margin-left: -100px;
}

.text-center {
    text-align: center;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

/* Footer social */
.ft-social {
    /*padding: 0 1rem 1rem;*/
    color:whitesmoke;
}

.ft-social-list {
    display: flex;
    justify-content: center;
    /*border-top: 1px #777 solid;*/
    /*padding-top: 1.25rem;*/
}

    .ft-social-list li {
        margin: 0.5rem;
        font-size: 1.25rem;
    }

fw_extralight {
    font-weight: 100;
}
.display-3 {
    font-size: 2.1875rem;
    font-weight: 200;
    line-height: 1;
}
@media (min-width: 1200px) {
    .display-3 {
        font-size: 2rem;
    }
}
.display-1 {
    font-size: 3.4375rem;
    font-weight: 600;
    line-height: 1;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 4.125rem;
    }
}

@media (min-width: 992px) {
    .display-1 {
        font-size: 3.78125rem;
    }
}

.codebotcolor {
    color: #FF5D0B;
}

.contact-list {    
    display: flex;
    justify-content: center;
}

    .contact-list ul li {
        list-style: outside none none;
        margin: 0.5rem;
        font-size: 1rem;
    }

.POSIMG {
    background-image: url(/image/POScover02.jpg);
    background-repeat: no-repeat;
    object-fit:contain;
    width:100%;
    min-height:150px;
    margin:0px 0px;
    padding:0px 0px;
    align-content:center;
}

.card-img-top{
    padding:10px 1px;
}

         
