html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

#header_container {
    margin-left: 0;
}

.main-header {
    padding: 25px 0 5px 0;
}



#site-title {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Caveat Brush', cursive;
    font-weight: 300;
    font-size: 38px;
    color: rgb(2, 47, 247);
    margin-bottom: 0;
    white-space: nowrap;
}

#site-description {
    font-family: 'Caveat Brush', cursive;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 24px;
    color: #17289b;
}

.logo h1, .logo p.site-title {
    font-size: 35px;
    padding: 0;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Caveat Brush', cursive;
}

.logo p.site-title {
    margin: 0;
    line-height: 1;
    padding: 3px 0px;
}

.custom-logo {
    height: 85px;
    max-height: 240px;
    max-width: 240px;
    width: 120px;
    cursor: pointer;
}

.menubar {
    background: #022ff7;
}

#menu-main {
    margin-bottom: 0;
}

.menu-item {
    background: #022ff7;
    border-left: solid white 1px;
    font-family: 'Caveat Brush', cursive;
    margin: 0;
    padding: 0;
    font-size: 18pt;
    transition: all 1s;
}

.navbar-default .navbar-nav > li > a {
    color: #E7EAFF;
}

.navbar-default {
    border-radius: 0;
    margin-bottom: 0;
    background-color: blue;
}

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
        color: darkblue;
        background-color: #E7EAFF;
    }



    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: white;
        text-decoration: underline;
        background-color: transparent;
    }

.col-sm-5 {
    margin-left: 0;
    margin-right: 0;
}

.subsection {
    text-align: left;
    font-weight: 500;
    font-family: 'Caveat Brush', cursive;
    margin: 0;
    padding: 10px 0;
    color: #265df2;
    font-size: 76px;
}

.normaltext {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 1.5em 0 1.5em 0;
    text-align: left;
    color: #17289b;
    font-weight: 600;
    font-size: 14px;
}

.normaltextred {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 1.5em 0 1.5em 0;
    text-align: left;
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
}

.normaltext1 {
    color: #0f63f4;
}

.normaltext2 {
    color: #1f14ed;
}

.quoteauth {
    font-family: 'Montserrat', sans-serif;
    color: inherit;
    font-weight: bolder;
    font-size: 14px;
    padding-left: 30px;
}

.inlinelink {
    color: #265df2;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
}

#sidebar .widget {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 15px 10px -15px #022ff7;
}

#sidebar p {
    text-align: left;
    box-sizing: border-box;
    outline: none;
    font-weight: 500;
    line-height: 1.2;
    font-family: 'Caveat Brush', cursive;
    font-size: 25px;
    display: table;
    background-color: #fff;
    padding: 0px 10px;
    margin: -32px auto 10px auto;
    color: #022ff7;
}


.orderFormText {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: bolder;
    margin: 0;
    color: #17289b;
    padding-left: 5px;
}

input[type=checkbox], input[type=radio] {
    cursor: pointer;
    font-size: 20px;
    margin-top: 1px;
    margin-left: 15px;
    margin-right: 5px;
}

.addCartForm {
    padding: 10px;
    border: solid 1px #e1e1e1;
    box-shadow: 0px 15px 10px -15px #022ff7;
}

.cart_item {
    text-transform: uppercase;
    font-family: 'Caveat Brush', cursive;
    font-weight: 300;
    font-size: small;
    color: rgb(2, 47, 247);
}

.shopping_cart {
}

.shopping-cart-table {
    width: 100%;
    font-size: 12px;
}

th, td {
    padding: 2px;
}

#sidebar table, #sidebar th, #sidebar td {
    border: 1px solid #e1e1e1;
}

#sidebar input[type=number] {
    width: 40px;
}

.shopitem {
    text-align:right;
}

.shopqty {
}

.shopamt {
}

.shopdel {
}

#shopping_cart_empty {
    font-style: italic;
    font-size: large;
    color: grey;
}

.footer {
    position: fixed;
    top: calc(100vh - 80px);
    width: 100%;
    height: 80px;
    background-color: blue;
}

    .footer:before {
        content: "";
        background-image: url("footer.png");
        background-repeat: repeat-x;
        background-position: center top;
        display: block;
        position: relative;
        bottom: 0px;
        top: 0;
        z-index: 999;
        height: 12px;
        width: 100%;
    }

#fureverfriend {
    margin: 0;
    font-weight: 500;
    font-family: 'Caveat Brush', cursive;
    color: white;
    font-size: 30px;
}

#fureverfriendimg {
    margin-left: 25px;
    width: 50px;
    height: 50px;
    border: white dotted 1px;
}

.add_cart_button {
    text-transform: uppercase;
    font-size: 12px;
    padding: 13px 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    border: none;
    background-color: #022ff7;
    cursor: pointer;
    margin-left: 20px;
    margin-top: 20px;
}

.eventtext_1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
    color: #0007a3;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.eventtext_2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
    color: #00d084;
    margin: 0;
    padding: 0;
    font-weight: 900;
}

.contact_email {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
    line-height: 25px;
    text-align: left;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: none;
    background-color: transparent;
    text-decoration: underline;
    color: #265df2;
    font-weight: 700;
    font-size: 20px;
}
