/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Spectral+SC:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Swanky+and+Moo+Moo&display=swap');
@import url('https://fonts.googleapis.com/css?family=Risque&display=swap');

@import "bootstrap.css"; @import "fontawesome.min.css"; @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700'); body {
    font-family: "open sans";
    /* max-width: 98%; */
}

h1,h2,h3,h4,h5,h6 {
    font-family: "raleway";
    font-weight: 700;
}

main.page-content {
    padding-top: 16vw;
}

header#home {
    /* position: fixed; */
    width: 100%;
}

#secondary .header_backdrop {
    /* display: none; */
    height: 320px;
}

#secondary .header_backdrop {
    display: none;
    height: 14.5vw;
}

#secondary .bottom_curve {
    display: none
}

.mr-navbar-subpanel {
    display: flex;
    position: relative;
    z-index: 9999999;
    width: 100%;
}

#secondary .mr-navbar-inner {
    height: 12vw;
}

.stuckbackground span {
    background: -moz-linear-gradient(top, rgba(39,112,181,1) 0%, rgba(39,112,181,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(39,112,181,1) 0%,rgba(39,112,181,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(39,112,181,1) 0%,rgba(39,112,181,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770b5', endColorstr='#00ffffff',GradientType=0 );
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 32vw;
}

.stuckbackground {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
}

img.mobile {
    display: none;
}

.mr-navbar-nav-wrap {
    flex-grow: 1;
    position: relative;
    margin: 0 3vw;
    align-self: center;
}

ul.level-0.mr-navbar-nav {
    display: flex;
    list-style: none;
    width: 100%;
    align-items: end;
    justify-content: space-between;
    font-size: 1.7vw;
    text-transform: uppercase;
    font-weight: 700;
    font-family: raleway;
    padding: 0;
    margin: 0;
    padding-bottom: .3em;
}

ul.level-0.mr-navbar-nav a {
    color: white;
}

header a:hover {
    text-decoration: none;
}

.mr-navbar-nav-wrap #nav_slide_hover {
    position: absolute;
    bottom: 0;
    height: .3vw;
    background-color: white;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.mr-navbar-nav-wrap #nav_slide_hover_bg {
    position: absolute;
    bottom: 0;
    height: .3vw;
    background-color: #085dad;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    left: 0;
}

ul.level-0.mr-navbar-nav li a {
    padding: 0 0 .5em;
}

.mr-navbar-inner {
    padding: 0 2% 0;
    position: fixed;
    width: 100%;
    height: 14.5vw;
    /* background: #2770b5; */
    background-size: 100%;
    z-index: 2;
    background: -moz-linear-gradient(top, rgba(39,112,181,1) 0%, rgba(253,254,254,0) 99%, rgba(255,255,255,0) 100%);
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, rgba(39,112,181,1) 0%,rgba(253,254,254,0) 99%,rgba(255,255,255,0) 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, rgba(39,112,181,1) 0%,rgba(253,254,254,0) 99%,rgba(255,255,255,0) 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2770b5', endColorstr='#00ffffff',GradientType=0 );
    /* IE6-9 */
    min-height: 58px;
}

#secondary .mr-navbar-inner {
    background-image: url(/images/headerbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
}

.bottom_curve {
    position: absolute;
    bottom: -1px;
    width: 100%;
    overflow: hidden;
}

a.phone {
    height: calc(50% + 0.7em);
    background: #8cc83a;
    display: flex;
    font-size: 2vw;
    color: white;
    font-family: raleway;
    font-weight: 700;
    padding: 0.2em 0.5em 0.3em;
    align-items: flex-end;
    transition: .3s all ease;
    box-shadow: 0 0 0 #000;
}

a.phone:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 20px #0000002e;
}

h1.logo .desktop {
    padding-top: 10%;
    width: 14vw;
}

#secondary h1.logo .desktop {
    padding-top: 10%;
    width: 10vw;
}

.bottom_curve img {
    width: 102%;
    margin: 0 -1%;
}

.header_backdrop {
    height: 51vw;
    position: absolute;
    width: 100%;
    overflow: hidden;
    background: #256eb3;
}

.mr-navbar-wrap {
    position: relative;
}

.footer_copyright p {
    margin: 0;
}

section#contactbar {
}

.header_backdrop .background {
    background-image: url(/images/headerbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: repeat;
    top: 0;
    /* left: -1em; */
    /* right: -1em; */
    bottom: 0;
    position: absolute;
    width: 100%;
}

.col-6.padding.verticalspacing {
}

.padding {
    padding: 2vw 4vw;
}

h2 {
    font-size: 4vw;
}

h3 {
    font-size: 1.4vw;
    text-transform: uppercase;
}

.slogan {
    color: white;
    margin-right: -4vw;
}

.signupform form {
    background: white;
    box-shadow: 0 2vw 20vw rgba(0, 0, 0, 0.25);
}

.signupform header {
    background: #8cc83a;
    color: white;
    padding: 1.2em 1.6em;
}

.signupform main {
    padding: 1.2em 1.6em;
}

.signupform header p {
    margin: 0;
    line-height: 1.1;
}

.signupform footer button {
    padding: 1.6em;
    width: 100%;
    background: #085dad;
    border: 0;
    color: white;
    text-transform: uppercase;
    font-family: raleway;
    font-weight: 700;
    letter-spacing: .1em;
}

h4 {
    font-size: 1.36em;
}

.signupform input, .signupform textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid lightgrey;
    padding: 0.8em;
    margin-bottom: 0.5em;
}

.stock_pointing {
    text-align: center;
    position: relative;
    z-index: 1;
    padding-top: 1em;
}

.signupform {
    position: relative;
    z-index: 1;
}

.verticalspacing {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: space-between;
}

.aboutus {
    padding-bottom: 8vw;
}

.large_btn {
    color: #8cc83a;
    padding: 1.5em 1.9em;
    display: block;
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1em;
    letter-spacing: 0.2em;
    transition: .3s all ease;
}

.large_btn:hover {
    text-decoration: none;
    opacity: .9;
}

.outline {
    border: .2em solid;
}

.aboutus p {
    margin-bottom: 3em;
}

.stock_pointing img {
    width: 70%;
}

.aboutus h2 {
    color: #085dad;
    /* margin-right: -4vw; */
}

.aboutus h3 {
    color: #31c3e7;
    padding: 1vw 0;
}

section#about > div {
    padding-bottom: 0;
}

section#contactbar {
    background: #8cc83a;
    color: white;
    font-family: raleway;
    font-weight: 700;
}

.contactbar_item {
    display: flex;
    align-items: center;
}

.contactbar_item .icon {
    font-size: 3.2em;
}

.contactbar_item .info {
    padding: 1em;
    text-transform: uppercase;
    font-size: .8em;
    white-space: nowrap;
}

.contactbar_item .info a {
    color: white;
    text-transform: none;
    font-size: 1.5em;
}

section#services {
    background-image: url(/images/servicesbackground.jpg);
    background-size: cover;
    background-attachment: fixed;
    color: white;
}

.services_list {
    font-family: raleway;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    height: 100%;
}

.services_list ol {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}

section#services .large_btn {
    color: white;
    display: inline-block;
    margin: 3em 0;
    padding: 1.2em 3em;
    width: auto;
}

.services_info {
    padding-top: 2em;
}

footer.page-footer {
    /* background: #40404c; */
    color: black;
    font-family: "open sans";
    font-weight: 400;
    text-transform: none;
    letter-spacing: 0;
    font-size: 16px;
}

footer.page-footer ul {
    border-top: 1px solid #999999;
    padding: 0;
    list-style: none;
    margin: 0;
}

footer.page-footer ul li {
    border-bottom: 1px solid #999999;
    padding: .4em 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

footer.page-footer ul li span + span {
    justify-self: flex-end;
    text-align: right;
}

.footer_hours {
    background: #555565;
    padding: 1em;
    border-radius: 0.4em;
}

.footer_hours header {
    text-transform: none;
    letter-spacing: 0;
    padding-bottom: 0.6em;
    font-size: 1.5em;
    font-weight: 400;
}

.footer_contact .logo {
    max-width: 100%;
    padding: 1em 0;
}

.footer_contact .logo img {
    max-width: 70%;
}

section.footer_copyright {
    /* background: #fff; */
    text-align: center;
}

footer.page-footer {
}

.footer_hours li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mr-navbar-toggle {
    display: none;
}

body#secondary h1,body#secondary h2,body#secondary h3,body#secondary h4,body#secondary h5,body#secondary h6 {
    color: #085dad;
}

#secondary main.page-content {
    padding-top: 12vw;
}

h1.logo {
    background: url(images/logo.png);
    background-size: 100%;
    background-position: BOTTOM;
    background-repeat: no-repeat;
}

@media (min-width: 1200px) {
    body {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media (min-width: 1400px) {
    body {
        font-size: 22px;
        line-height: 1.3;
    }
}

@media (min-width: 1600px) {
    body {
        font-size: 24px;
        line-height: 1.3;
    }
}

@media (min-width: 1800px) {
    body {
        font-size: 1.4vw;
        line-height: 1.3;
    }
}

@media (max-width: 767px) {
    h1.logo {
        background: NONE;
    }

    .mr-navbar-nav-wrap {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        background: rgba(0, 83, 161, 0);
        z-index: 999;
        /* display: none; */
        visibility: hidden;
        transition: .3s all ease;
    }

    ul.level-0.mr-navbar-nav {
        flex-direction: column;
        font-size: 6vw;
        height: 100%;
        justify-content: center;
        padding: 8vw;
        opacity: 0;
        transform: translate(0,100px);
        transition: .0s all ease;
    }

    .showmenu ul.level-0.mr-navbar-nav {
        transition: .3s all .2s ease;
        opacity: 1;
        transform: translate(0,0px);
    }

    ul.level-0.mr-navbar-nav li {
        margin: 3vh 0;
        position: relative;
    }

    span#nav_slide_hover_bg {
        display: none;
    }

    span#nav_slide_hover {
        display: none;
    }

    li.current.current-item:after {
        content: '';
        border-bottom: 3px solid white;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .mr-navbar-subpanel {
        justify-content: space-between;
    }

    .bottom_curve {
        display: none;
    }

    .slogan {
        margin: 0;
        padding-bottom: 3em;
        text-align: center;
    }

    .aboutus {
        background: white;
        /* margin: 0 -6vw; */
        padding: 6vw;
        border-radius: 1em;
    }

    img {
    }

    .stock_pointing img {
        display: none;
    }

    .contactbar_item {
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    .contactbar_item .info {
        font-size: 1em;
        padding: 0 0 1em 0;
    }

    .contactbar_item .info a {
        font-size: 1.8em;
    }

    .services_list {
        font-size: 1.2em;
    }

    h2 {
        font-size: 2.3em;
    }

    h3 {
        font-size: 1.2em;
    }

    .mr-navbar-inner {
        position: fixed;
        width: 100%;
        background: #085dad;
        z-index: 9999;
        box-shadow: 0 5px 20px #0000003d;
        padding: 0 0 0 2%;
        /* top: 0; */
        height: 58px !important;
    }

    img.mobile {
        display: block;
        height: 50px;
    }

    img.desktop {
        display: none;
    }

    main.page-content {
        padding-top: 90px;
    }

    #secondary main.page-content {
        padding-top: 58px;
    }

    .services_list li {
        padding-top: 1em;
    }

    a.large_btn.outline {
    }

    section#services .services_info .large_btn {
        width: 100%;
    }

    .mr-navbar-contact {
        display: none;
    }

    .mr-navbar-toggle {
        display: flex;
        background: #8cc83a;
        cursor: pointer;
        width: 60px;
        text-align: center;
    }

    .mr-navbar-toggle span:before {
        content: '\f0c9';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: white;
        font-size: 2em;
        position: relative;
        z-index: 99999;
    }

    .showmenu .mr-navbar-toggle span:before {
        content: '\f00d';
        font-family: "font awesome 5 free";
        font-weight: 900;
        color: white;
        font-size: 2em;
        position: relative;
        z-index: 99999;
    }

    .mr-navbar-toggle span {
        width: 100%;
        padding: 0.3em;
    }

    .showmenu .mr-navbar-nav-wrap {
        /* display: block; */
        background: rgba(0, 83, 161, 0.8);
        visibility: visible;
    }

    .header_backdrop {
        height: 500px;
        max-width: 100%;
        position: absolute;
        width: 100%;
    }

    .header_backdrop:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100vw;
        overflow: hidden;
        height: 200px;
        background: -moz-linear-gradient(top, rgba(30,87,153,0) 0%, rgba(32,89,154,0) 1%, rgba(255,255,255,1) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(30,87,153,0) 0%,rgba(32,89,154,0) 1%,rgba(255,255,255,1) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, rgba(30,87,153,0) 0%,rgba(32,89,154,0) 1%,rgba(255,255,255,1) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=0 );
        /* IE6-9 */
    }

    .mr-navbar-outer {
        position: fixed;
        z-index: 999;
    }

    .footer_hours {
        margin: 2em 0;
    }

    .footer_copyright p {
        font-size: .9em;
    }
}

.ordering-form {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.87);
}

.ordering-form .label-userinfo {
    min-width: 95px;
    display: inline-block;
}

.ordering-form input.student-num {
    width: 125px;
}

.ordering-form input.single {
    width: 40px;
}

.ordering-form input[type="submit"] {
    font-family: 'Risque', cursive !important;
    color: #fff;
    font-size: 30px;
    background-color: #8c84b5;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
}

.payment_button {
    font-family: 'Risque', cursive !important;
    color: #fff;
    font-size: 30px;
    background-color: #8c84b5;
    border: none;
    border-radius: 5px;
    padding: 15px 30px;
}

.ordering-form input[type=checkbox] {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
}

/* Might want to wrap a span around your checkbox text */
.checkboxtext {
    /* Checkbox text */
    font-size: 110%;
    display: inline;
}

.ordering-form input[type=text],
.ordering-form input[type=tel],
.ordering-form input[type=email] {
    border: 0;
    outline: 0;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid black;
}

.ordering-form input[type=text]:disabled,
.ordering-form input[type=tel]:disabled,
.ordering-form input[type=email]:disabled {
    background: #eaeaea;
}

.ordering-form .logo {
    width: 100%;
}

.ordering-form .flag {
    padding-right: 5px;
}

.ordering-form .float-left {
    float: left;
}

.ordering-form .logo-slogan {
    font-family: 'Spectral SC', serif;
    font-weight: bold;
}

.ordering-form .tel {
    font-size: 18px;
    font-style: italic;
    font-weight: bold;
}

.ordering-form .board-container {
    border: solid #000 1px; 
    padding: 15px;
    position: relative;
}

.ordering-form .board-wrapper {
    border: solid #000 1px; 
    padding: 15px; 
    background-color: #000; 
    color: #fff;
    font-family: 'Swanky and Moo Moo', cursive;
    font-size: 24px;
}

.ordering-form .price-board-container {
    border: solid #000 1px; 
    padding: 3px; 
    background-color: #fff;
    position: relative;
    max-width: 100px;
    text-align: center;
    transform: rotate(-10deg);
    margin-bottom: 25px;
}

.ordering-form .price-board-wrapper {
    border: solid #000 1px; 
    padding: 3px; 
    background-color: #000; 
    color: #fff;
    font-family: 'Swanky and Moo Moo', cursive;
    font-size: 44px;
}

.ordering-form .pose-row img {
}

.ordering-form .pose-board-item {
    display: flex; 
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.ordering-form .pose-board-container {
    border: solid #000 1px; 
    padding: 3px; 
    background-color: #fff;
    position: relative;
    max-width: 100px;
    text-align: center;
    transform: rotate(-5deg);
    margin-bottom: 25px;
}

.ordering-form .pose-board-wrapper {
    border: solid #000 1px; 
    padding: 3px; 
    background-color: #000; 
    color: #fff;
    font-family: 'Swanky and Moo Moo', cursive;
    font-size: 35px;
    display: flex;
    white-space: nowrap;
}

.ordering-form .pose-board-wrapper span:first-child {
    color: red;
    font-size: 22px;
    transform: rotate(-90deg);
    display: inline-block;
}

.ordering-form .pose-number {
    margin-left: -10px;
}

.ordering-form .board-sub-content{
    font-family: 'open sans';
    font-size: 14px;
    position: absolute;
    top: 50px;
    left: 18px;
}

.ordering-form .section-title {
    font-family: 'Risque', cursive;
    font-style: italic;
    font-size: 26px;
    text-align: center;
    transform: rotate(-10deg);
}

.ordering-form .novelty-price {
    font-family: 'Risque', cursive;
    font-style: italic;
    font-size: 18px;
    text-align: right;
    margin-top: -18px;
}

.ordering-form .novelty-number {
    font-family: 'Risque', cursive;
    font-style: italic;
    font-size: 18px;
    color: #7bc7f1;
    padding-right: 15px;
}

.ordering-form h3 {
    font-family: 'Risque', cursive;
    font-style: italic;
    text-transform: none;
    color: #dd8eae !important;
}

.ordering-form .header-caption h2 {
    font-family: 'Risque', cursive !important;
    color: #8c84b5;
    text-align: center;
    padding-top: 30px;
}

.ordering-form .footer-slogan h3 {
    color: #000 !important;
    text-align: center;
    padding-top: 30px;
}

.ordering-form table {
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.ordering-form table td {
    padding: 5px 10px;
}

.pink {
    color: #dd8eae;
}

.rose {
    color: #e9989b;
}

.skyblue {
    color: #7bc7f1;
}

.lightyellow {
    color: #fffdca;
}

.purple {
    color: #8c84b5;
}

.black {
    color: #000;
    font-size: 0.75em;
}

.oval {
    font-family: 'Risque', cursive;
    font-style: italic;
    font-size: 26px;
    text-align: center;
    width: 150px;
    height: 70px;
    border-radius: 50%;
    border: solid 1px #000;
    line-height: 65px;
    color: #7bc7f1;
    background-color: #fffdca;
    margin-bottom: 25px;
    transform: rotate(-10deg);
}

.oval.multiline {
    line-height: .9;
    font-size: 20px;
    padding-top: 17px;
}

.blue-text {
    font-family: 'Risque', cursive;
    font-style: italic;
    font-size: 30px;
    color: #7bc7f1;
    margin-bottom: 25px;
}

.blue-border {
    border-bottom: solid #7bc7f1 3px;
    margin-bottom: 20px;
}

.padding-top {
    padding-top: 2vw;
}

.padding-bottom {
    padding-bottom: 2vw;
}

.padding-topbottom {
    padding-top: 2vw;
    padding-bottom: 2vw;
}

.form-control {
    height: auto;
    padding: 0 0.25rem;
    font-size: 1em;
}

.section-header {
    display: flex;
    align-items: center;
}

.section-header input[type="checkbox"] {
    margin-top: -10px;
    margin-right: 10px;
}

.subtotal {
    color: #8c84b5;
}

.page {
    background-image: url('/images/tl-wallpaper.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.proof_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124px;
}

img.overlay_img {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.41);
}

img.proof_img {height: 100%;position: absolute;width: auto !important;margin: auto;top: 0;left: 0;right: 0;bottom: 0;}

h3.family_combo_heading span {
    display: block;
    font-size: 12px;
    font-family: "open sans";
    font-weight: 400;
    color: black;
    line-height: 1;
    margin-bottom: .3em;
}