@font-face {
    font-family: "SignPainter HouseScript";
src: url("../fnt/cfdf18a10f253f0aa9db6db978d328c0.eot");
    src: url("../fnt/cfdf18a10f253f0aa9db6db978d328c0.eot?#iefix")format("embedded-opentype"),
        url("../fnt/cfdf18a10f253f0aa9db6db978d328c0.woff")format("woff"),
        url("../fnt/cfdf18a10f253f0aa9db6db978d328c0.woff2")format("woff2"),
        url("../fnt/cfdf18a10f253f0aa9db6db978d328c0.ttf")format("truetype"),
        url("../fnt/cfdf18a10f253f0aa9db6db978d328c0.svg#SignPainter HouseScript")format("svg");
font-weight: normal;
font-style: normal;
font-display: swap;
}

body {
    margin: 0;
    padding: 0;
    color: #4b0082;
}

img {
    vertical-align: middle;
    border: 0;
    margin: 0;
    padding: 0;
}

div {
    display: block;
}

h1 {
    font-family: "SignPainter HouseScript";
    font-size: 24pt;
    color: inherit;
    font-weight: normal;
    display: inline;
}

h2 {
    font-family: "SignPainter HouseScript";
    font-size: 18pt;
    color: inherit;
    font-weight: normal;
    display: inline;
}

h3 {
    font-family: "SignPainter HouseScript";
    font-size: 14pt;
    color: inherit;
    font-weight: normal;
    display: inline;
}

span {
    display: block;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    font-weight: normal;
    margin-left: 25px;
    text-align: left;
}

a:hover, a:focus, a:visited, a:link {
    text-decoration: none;
    color: inherit;
}

canvas {
    border: 1px solid black;
}

input[type=submit] {
    background-color: #ffffff;
    color: #4b0082;
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: "SignPainter HouseScript";
    font-size: 16pt;
    width: 200px;
}

input.register[type=submit] {
    background-color: #4b0082;
    border-radius: 25px;
    color: #ffffff;
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: "SignPainter HouseScript";
    font-size: 16pt;
    width: 200px;
}

#registerButton {
    background-color: #4b0082;
    border-radius: 25px;
    color: #ffffff;
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    text-decoration: none;
    cursor: pointer;
    font-family: "SignPainter HouseScript";
    font-size: 16pt;
    width: 200px;
}

input[type=text] {
    width: 200px;
}

input[type=password] {
    width: 200px;
}

button {
    background: none;
    text-decoration: none;
    border: none;
    color: #ffffff;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
    cursor: pointer;
}

#hdr {
    background-color: #4b0082;
    border-radius: 25px;
    width: calc(100% - 20px);
    height: 390px;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    min-width: 200px;
    background-image: linear-gradient(to right, rgba(75,0,130,0), rgba(57,0,130,100)), url("../img/stock.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
}

#menu {
    float: left;
    background-color: #ffffff;
    border-radius: 15px;
    width: 100px;
    height: 30px;
    text-align: right;
    margin-top: 20px;
    margin-left: 20px;
}

#menuText {
    float: left;
    width: 69px;
    height: 50px;
    text-align: center;
    color: #4b0082;
    font-family: "SignPainter HouseScript";
    font-size: 18pt;
}

#menuImage {
    margin-top: 1px; 
    margin-right: 1px; 
    height: 28px; 
    width: 28px;
}

#logo {
    float: center;
    height: calc(100% - 25px);
    width: calc(100% - 250px);
    display: inline-block;
    margin-left: 4px;
    margin-top: 25px;
    text-align: center;
}

#login {
    float: right;
    background-color: #ffffff;
    border-radius: 25px;
    width: 100px;
    height: 30px;
    text-align: left;
    margin-top: 20px;
    margin-right: 20px;
}

#loginText {
    float: right;
    width: 69px;
    height: 50px;
    text-align: center;
    color: #4b0082;
    font-family: "SignPainter HouseScript";
    font-size: 18pt;
}

#loginImage {
    margin-top: 1px; 
    margin-left: 1px; 
    height: 28px; 
    width: 28px;
}

#loggedInText {
    font-family: Arial;
    font-size: 8pt;
    color: #ffffff;
    width: 100%;
    text-align: right;
    display: block;
    line-height: 16pt;
}

#sub_hdr {
    min-width: calc(100% - 20px);
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#languages {
    float: left;
    width: 100px;
    text-align: center;
    color: #ffffff;
    font-family: Arial;
    font-size: 8pt;
}

#cnt_wrap {
    display: flex;
    margin-left: auto;
    width: 100%;
    float: right !important;
    text-align: right !important;
}

#cnt_cart {
    position: relative;
    width: 100px;
    color: #ffffff;
    font-family: Arial;
    font-size: 8pt;
    width: 24px;
    height: 30px;
    text-align: center;
    font-weight: bold;
}

#cart {
    position: absolute;
    bottom: 0;
    height: 21px;
    width: 24px;
    background-image: url("../img/icons/cart.png");
    background-repeat: no-repeat;
    bottom: 0;
}

#modal {
    background-color: #4b0082;
    border-radius: 35px;
    min-width: calc(100% - 20px);
    height: 300px;
    display: inline-block;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

#cnt {
    min-width: calc(100% - 20px);
    display: table;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: calc(100% - 470px);
    font-family: "SignPainter HouseScript";
    font-size: 16pt;
}

#cnt_left {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    margin-left: 50px;
    padding-right: 50px;
    width: 50%;
}

#cnt_right {
    display: table-cell;
    text-align: right;
    width: 50%;
}

.cnt_main {
    display: block;
    text-align: center;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 10px;
}

.cnt_box {
    display: table-cell;
}

#captcha {
    flexbox-justify: center;
    align: center;
    width: 100%;
}

.box {
    background-color: #4b0082;
    border-radius: 35px;
    min-width: 80%;
    height: 90px;
    display: inline-block;
    margin-bottom: 10px;
    color: #ffffff !important;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 15px;
    font-family: Arial;
    font-size: 8pt;
    height: auto;
    line-height: 14pt;
}

#ftr {
    bottom: 0px;
    min-width: calc(100% - 20px);
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: auto;
    text-align: center;
}

#social {
    display: inline;
}

#getStarted {
    display: inline;
    width: 100%;
    height: 109px;
}

#getStartedButton {
    width: 163px;
    height: 109px;
    margin-top: -55px;
    margin-left: calc(50% - 82px);
}

#nav {
    display: none;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: "SignPainter HouseScript"; 
    font-size: 16pt;
}

.toggledMenu {
    background-color: #dfd0ea !important;
    text-align: left !important;
}

.toggledMenuText {
    float: right !important;
}

.toggledMenuImage {
    margin-right: auto !important;
    margin-left: 1px !important;
}

.toggledLogin {
    background-color: #dfd0ea !important;
    text-align: right !important;
}

.toggledLoginText {
    float: left !important;
}

.toggledLoginImage {
    margin-left: auto !important;
    margin-right: 1px !important;
}

#form {
    display: none;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-family: "SignPainter HouseScript";
    font-size: 16pt;
}

.toggledNav, .toggledForm {
    display: block !important;
}

.errorMessage {
    font-family: Arial;
    font-size: 8pt;
    color: #ff0000;
    text-align: center;
}

.successMessage {
    font-family: Arial;
    font-size: 8pt;
    color: #23c211;
    text-align: center;
}

.normalMessage {
    font-family: Arial;
    font-size: 10pt;
    color: #4b0082;
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}

.languageButton {
    display: inline;
}

#loginMessage {
    padding-top: 15px;
}

#cardsMenu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.cardMenu {
    flex: 0 1 calc(10% - 1em);
    background-color: #4b0082;
    border-radius: 35px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

#cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.card {
    flex: 0 1 calc(30% - 1em);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 480px;
    height: 370px;
    margin-bottom: 30px;
}

.cardDescription {
    display: table-cell;
    float: left;
    padding-left: 1em;
    max-width: 360px !important;
}

.cardPrice {
    display: table-cell;
    float: right;
    padding-right: 1em;
    font-weight: bold;
    text-align: right;
}

.purpleButton {
    background-color: #4b0082;
    border-radius: 35px;
    color: #ffffff;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    min-width: 100px;
    font-family: "SignPainter HouseScript";
    font-size: 18pt;
    font-weight: normal;
}

.holidayMenu {
    font-size: 12pt;
}

