﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* entry form styles */

header {
    border-bottom: 1px solid #000;
    background-color: #fff;
}

.main-content {
    background-repeat: no-repeat;
}

.form-container {
    max-width: 550px;
    margin: 45px auto 0 auto;
}

    .form-container .input {
        font-size: 12px;
        padding: 5px;
    }

.form-header {
}

.form-content {
    border: 1px solid #efefef;
}

    .form-content h1 {
        font-size: 32px;
    }

.d-table-cell, .d-table-cell h5, .blurb {
    font-size: 14px;
}


footer {
    background: #fff;
    border-top: 1px solid #000;
    padding-top: 20px;
}



.flex-row {
    padding: 0 3px;
}

.modal-body {
    font-size: 12px;
}

/* end of entry form styles */

h2, .h2 {
    font-size: 1.5rem;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    /*margin-bottom: 60px;*/
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.branding {
    background-color: #fff;
}

.main-content,
.main-content-form,
.main-content-bottom,
.main-content-bottom-holding,
.main-content-refer,
.generic-content-form {
    flex: 1 0 auto;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.custom-footer, .custom-footer a {
    background-color: #e8e8e8;
    color: #6c757d;
}

    .custom-footer p {
        line-height: 1.5;
    }

.forms-content {
    background-color: #132476;
    color: #fff;
}

.comp-custom-color {
    color: #87E5EC;
}

.competition-title-customtext {
    color: #87E5EC;
    font-size: 200%;
    text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF;
}

.competition-title-customtext-small {
    color: #87E5EC;
    text-shadow: -1px 1px 0 #FFF, 1px 1px 0 #FFF, 1px -1px 0 #FFF;
}

.custom-image1 {
    left: -30%;
    top: -5%;
    z-index: -1;
}

.custom-image2 {
    right: -40%;
    top: 2%;
}

.logo {
    max-height: 140px !important;
}

.border-form-control {
    border-color: rgb(206, 212, 218) !important;
}

.text-shadow {
    text-shadow: 2px 2px 4px #000000;
}

.validation-summary-valid span {
    display: none;
}



.preview-message {
    min-height: 50px;
    height: 500px;
}

.branding {
    background-color: #e8e8e8;
}

.bg-brand-primary {
    background-color: #132476;
    color: #fff;
    padding: 5px 15px;
}

.font-color-primary {
    color: #87E5EC;
}

.bg-custom-primary {
    background-color: #87E5EC;
}

.font-color-secondary {
    color: #112277;
}

.bg-custom-secondary {
    background-color: #112277;
}

.btn-custom {
    background-color: #013237;
    color: #fff;
}

    .btn-custom:hover {
        color: #e8e8e8;
    }

.btn-orange {
    background-color: #ffcd2f;
    color: #fff;
}

.btn-custom-2 {
    background-color: #028ac6;
    color: #fff;

}

.close-soon {
    font-size: 25px;
    font-weight: bold;
    -webkit-text-stroke: 1px #c7c7c7;
    text-align: left;
}
.new-sticker{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:30px;
}

.new-sticker img{
    max-width:100%;
}

.jap{
    background:url('../images/nzbg.jpg') no-repeat center ;
    background-size:cover;
   
}
.wrapper{
    background:#000;
}
.callout h2 {
    font-weight: 600;
    font-size: 24px;
    color: #4e6a86;
}

.callout p {
    color: #4e6a86;
}

.callout ul {
    color: #4e6a86;
    padding-left: 18px;
}
    @media (min-width: 1000px) {
        .options-shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}

.bg-below {
    padding: 40px 0;
    background: #e8001a;
}
.bg-below p{
    color:#fff;
    font-size:25px;
}
    .bg-below ul li {
        color: #fff;
        font-size: 25px;
    }
.grid {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    width: 100%;
    gap: 20px;
    background: #000;
    padding: 20px 0;
    overflow:hidden
}
.grid img{
   max-width:100%;
}
.styleFont{
    font-size:20px;
}
.styleFont li{
    margin-bottom:20px;
}

.pcolor {
    color: #e8001a;
}
.slideInFromLeft {
    animation: 1s ease-out 0s 1 slideInFromLeft;
}
.slideInFromRight{
    animation: 1s ease-out 0s 1 slideInFromRight;
}
.slideInFromTop {
    animation: 1s ease-out 0s 1 slideInFromTop;
}
.slideInFromBottom{
    animation: 1s ease-out 0s 1 slideInFromBottom;
}
@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity:0
    }

    100% {
        transform: translateX(0);
        opacity:1
    }
}
@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
        opacity: 0;
        opacity: 1
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(80px);
        opacity: 0;
        opacity: 1
    }

    100% {
        transform: translateY(0);
    }
}
@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
        opacity: 1
    }

    100% {
        transform: translateX(0);
    }
}
@media (max-width: 1000px) {
    .options-shadow-container {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
        margin-bottom: 20px !important;
        margin-top: 20px !important;
    }
}

@media (min-width: 1000px) {
    .options-shadow {
        box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    }
}
@media (max-width: 720px) {
    .new-sticker {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}
@media (max-width: 575px) {
    .add-pad-sm {
        padding-left: 5px;
    }
    .grid {
      padding:20px;
        grid-template-columns: 1fr;
        
    }
}