﻿* {
    box-sizing: border-box;
}

.col-1 {
    width: 8.33%;
}

.col-2 {
    width: 16.66%;
}

.col-3 {
    width: 25%;
}

.col-4 {
    width: 33.33%;
}

.col-5 {
    width: 41.66%;
}

.col-6 {
    width: 50%;
}

.col-7 {
    width: 58.33%;
}

.col-8 {
    width: 66.66%;
}

.col-9 {
    width: 75%;
}

.col-10 {
    width: 83.33%;
}

.col-11 {
    width: 91.66%;
}

.col-12 {
    width: 100%;
}

.col-3.clienttext{
    text-align:right;
    margin: 30px 10px 0 0;
    font-size: 1.5em;
}
.p-container {
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

[class*="col-"] {
    float: left;
}
#card1, #card2, #card3 {
    min-height:420px;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }

    .col-3.clienttext {
        text-align: center;
        margin: 10px 0 0 0;
        font-size: 1.5em;
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}

.container {
    margin: 0px 0px 0px 0px;

    display: block;
}

.header {
    background: -webkit-linear-gradient(#333, #5f249f);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#333, #5f249f);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#333, #5f249f);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#333, #5f249f);
    text-align: center;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    min-height: 100px;
    color: #fff;
}

.lastsection{
    margin:10px 30px 100px 30px;
}
.btn-success {
    background-color: #5f249f;
}
    .btn-success:hover {
        background-color: #8b34e9; /* A darker shade of purple */
        border-color: #4b1d7e;
        color: #fff;
    }
a {
    color: white;
}
.footer {
    background: -webkit-linear-gradient(#5f249f, #333);
    color: #fff;
    padding: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;

    left: 0;
    bottom: 0;
    text-align: right;
    width: 100%;
    opacity: 0.9;
}

.gallery img {
  border-radius: 15px;
}
.topnav-right {
    overflow: hidden;
    background-color: #333;
    float: right;
}

/* Style the topnav links */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: left;
    padding: 14px 16px;
    text-decoration: none;
}

    /* Change color on hover */
    .topnav a:hover {
        background-color: #ddd;
        color: black;
    }

/*menu*/
.topnav {
    overflow: hidden;
    background-color: #333;
}

    .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
    }

        .topnav a:hover {
            background-color: #f2f2f2;
            color: black;
        }

        .topnav a.active {
            background-color: #555;
            color: white;
        }

    .topnav .icon {
        display: none;
    }

@media screen and (max-width: 600px) {
    .topnav a {
        display: none;
    }

        .topnav a.icon {
            float: right;
            display: block;
        }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive .icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: right;
        }

    topnavhome {
        margin-right: 100px;
    }
}
/* On screens that are 600px wide or less, make the menu links stack on top of each other instead of next to each other 
@media screen and (max-width: 600px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}
*/
.polaroid {
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    min-height: 430px;
    border-radius: 10px;
    margin: 20px;
}

.polaroid-h3 {
    padding: 20px 5px 20px 5px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    background-color: #333;
    font-size: 1.2em;
}

    .polaroid-h3.img {
        width: 100%;
    }

div.container {
    
    padding: 10px 20px;
}

.logo {
    float: left;
}

.rflText {
    color: #5f249f;
}
.bottom-logo-box {
    float: right;
    display: inline-block;
}

.copyright-text {
    font-size: 0.8em;
    text-align: left;
}

.logo-marq {
    margin-bottom: 20px;
}

.logo-marq:after {
    content: "";
    display: table;
    clear: both;
}
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

.news {
    overflow-x: auto;
    border-collapse: collapse;
    width: 100%;
}
th, td {
    border-bottom: 1px solid #333;
    padding:15px;
}
@media screen and (max-width: 768px) {
    .logo-marq {
        margin-bottom: 300px;
    }
}

.scroll-left {
    height: 140px;
    overflow: hidden;
    position: relative;
}

    .scroll-left .inner {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        /* Starting position */
        -moz-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        /* Apply animation to this element */
        -moz-animation: scroll-left 15s linear infinite;
        -webkit-animation: scroll-left 15s linear infinite;
        animation: scroll-left 15s linear infinite;
    }
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%);
    }
}

@-webkit-keyframes scroll-left {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(-100%);
    }
}

@keyframes scroll-left {
    0% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }

    100% {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
}
.soldOut{
    color: red;
    font-weight:300;
    margin:30px 0px 30px 0px;
}
