/* Plate Orange: #FF7933; */
/* Plate Blue: #6AA6D3 */
body {
    
    background-color: #FF7933;
    font-family: "HelveticaNeue-Light", sans-serif;
    align-content: center;
    align-items: center;
    text-align: center;
    
    margin: 0px;
    padding: 0px;
        
}

body.history {
    
    background-color: #dddddd
    
}

div {
    
    margin: auto;
    margin-bottom: 15px;
    min-width: 320px;
    
    
    text-align: center;
    
    background-color: transparent;
    
    border-color: transparent;
    
    border-width: 1px;

    align-items: center;
    
}

div.parallax {

    margin: 0px;
    
    padding: 0px;
    
    background-color: #FF7933;
    
    width: 100vw;
    height: 60vh;
    max-height: 60vh;

    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    background-size: contain;
    
}

div.round {
    
    border-radius: 15px;
    
}



div.bg {
    
    background-color: transparent;
    height: 100%;
    width: 100%;
    
}

div.shadow {
       
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

div.clear {
    
    background-color: transparent;

}

div.bottom {
    
    bottom: 0px;
    border-radius: 0px;
    border-color: darkgray;
    height: 100;
    width: 100%;
    margin-bottom: 0px;
    padding-bottom: 0px;
    position: fixed ; 
    
}

div.card {

    border-radius: 0px;

}


button {
    
    height: 40px;
    width: 100px;
    background-color: #888888;
    text-align: center;
    font-size: 25px;
    font-family : "HelveticaNeue-Light", sans-serif;
    color: white;
    border-color: transparent;
    border-radius: 5px;
    border-width: 1px;
    margin-top: 15px;
    
    -webkit-transition : background-color 500ms ease-out;
    -moz-transition : background-color 500ms ease-out;
    -o-transition : background-color 500ms ease-out;
    transition: background-color 500ms ease-out;
    
}

button:active {
    
    background-color: #FF7933;
    
}

button.enabled {
    
    background-color: #888888;
    
}

button:hover {
    
    background-color: #FF7933;
    
}

button.logIn {
    
    background-color: #FF7933;
    
}

button.logIn:hover {
    
    background-color: #01befe;
    
}

button.xClose {
    
    background-color: #fc3916;
    width: 50px;
    padding: 0px;
    margin: 0px;
    float: left;
    
    padding-bottom: 6px;
    
    margin-left: 15px;
}

button.xClose:hover {

    background-color: #ff7259;
    
}

button.xClose:active {
    
    background-color: #ef3615;
    
}

button.rewards {
    
    height: 54px;
    
    vertical-align: bottom;
    
    padding-top: 0px;
    
    background-color: #2ac95e;
    
}

button.rewards:hover {
 
    background-color: #1ced5e;
    
}

button.rewards:active {
    
    background-color: #72ffa1;
    
}

button.submit {
    
    background-color: #167dfc;
    
}

button.submit:hover {
    
    background-color: #16bafc;
    
}

button.submit:active {
    
    border-color: #16cdfc;
    
}

button.partner {
    
    background-color: transparent;
    
    border-color: #FFFFFF;
    
    border-width: 2px;
    
    border-style: solid;
    
    margin-bottom: 20px;
    
}

button.partner:hover {
    
    background-color: #FFFFFF;
    
    color: #6AA6D3;
    
}

.bottom-margin {
    
    margin-bottom: 15px;
    
}

input {
    
    margin: auto;
    margin-top: 10px;
    text-align: center;
    width: 350px;
    height: 50px;
    border-color: transparent;
    
    color: #999999;
    background-color: transparent;
    font-size: 30px;
        
    -webkit-transition: border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition: border 500ms ease-out;
      
}

input[type="number"] {
    font-family: "HelveticeNeue-Thin", sans-serif;
    font-size: 30px;
}

input:focus {
    
    outline: none;
    border-bottom-color: #FF7933;
}

h1 {
    
    font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
    font-size: 30px;
    padding-top: 15px;
    color: #FF7933; 
    
}

h1.light {
    
    color: #ababab;
    
}

p {
    color: #6b6b6b;
    font-family: "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
}
 
h2 {
    
    
    color: #76A5CF;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    
}

h3 {
    
    color: #777;
    
}

li {
    
    color: #6b6b6b
    
}

footer {
    
    color: white;
    text-align: center;
    font-family: "Ariel", sans-serif;
     
}

table {
    
    border-collapse: collapse;
    margin: auto;
    
    min-width: 30%;
    
    margin-bottom: 15px;
    
    margin-top: 15px;
    
    
    
}

.vert-align {
    
    position: relative;
    top: 50%;
    transform: perspective(1px) translateY(-50%);
    margin: 1px;
    padding: 1px;

}


td,th {
    
    border-width: 1px;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    
}

td.close-td {
    
    border-color: transparent;
    background-color: transparent;
    
    max-width: 0px;
    
}

td {
    
    max-width: 200px;
    padding: 5px;
    
}

tr,nth-child(even) {
    
    background-color: lightgray;
    
}

a {
    
    color : #FF7933;
    
    font-weight: 500;
    
    text-decoration: none;
    
    -webkit-transition : all: 500ms ease-out;
    -moz-transition: all 500ms ease-out
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

a:hover {
    
    color: #999999;
    
    text-decoration: none;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}

/* Modal View. Thank You w3schools.com */

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    -webkit-animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height 300px;
    max-height: 70vh;
    overflow-y: scroll;
    
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: animatetop;
    
    border-color: transparent;
    border-width: 1px;
    border-radius: 5px;
        
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #FF7933;
    text-decoration: none;
    cursor: pointer;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}

@keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
}



img.thumb {
    
    max-height: 10%;
    max-width: 10%;
    object-fit: scale-down;
}



input[type="file"] {
    display: none;
}

div.thumb {
   height: 250px;
    width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
}

input.rewards {
    background: #fff;
    color: #999;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    font-family: inherit;
    line-height: 1.45;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
    margin-right: 5px;
    margin-left: 5px;
    
}
input.rewards:hover {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}
input.rewards:focus {
    color: #4b515d;
    border: 1px solid #B8B6B6;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

textarea {
        
    margin: auto;
    margin-top: 10px;
    text-align: center;
    width: 570px;
    height: 50px;
    border-color: transparent;
    
    color: #999999;
    background-color: transparent;
    font-size: 30px;
        
    -webkit-transition: border 500ms ease-out;
    -moz-transition : border 500ms ease-out;
    -o-transition : border 500ms ease-out;
    transition: border 500ms ease-out;
      
}

textarea.rewards {
    background: #fff;
    color: #999;
    border-radius: 4px;
    border: 1px solid #d1d1d1;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    font-family: inherit;
    line-height: 1.45;
    outline: none;
    -webkit-transition: .18s ease-out;
    -moz-transition: .18s ease-out;
    -o-transition: .18s ease-out;
    transition: .18s ease-out;
    margin-right: 5px;
    margin-left: 5px;
    
}

textarea.rewards:hover {
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.02);
}

textarea.rewards:focus {
    color: #4b515d;
    border: 1px solid #B8B6B6;
    box-shadow: inset 1px 2px 4px rgba(0, 0, 0, 0.01), 0px 0px 8px rgba(0, 0, 0, 0.2);
}

pre {
    
    margin: auto;
    max-width: 50vw;
    
    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}

/* iPhone 6 and Smaller */

@media (max-width: 450px) and (min-height: 530px) {
    
    div.parallax {
        
        max-height: 318px;
        
    }
    
    pre {
        
        max-width: 80vw;
        
    }
    
    h1.gif {
        
        font-weight: 300;
        font-size: 15px;
        
    }
}
button.wre {
    
    border-color: #C239F4;
    
    border-width: 2px;
    
    border-style: solid;
    
    background-color: transparent;
    
    color: #C239F4;
    
    min-width: 150px;
    
}

button.wre:hover {
    
    background-color: #C239F4;
    
    color: #FFFFFF
    
}

button.contact {
    
    background-color: transparent;
    
    border-color: #FFFFFF;
    
    border-width: 2px;
    
    border-style: solid;
    
    margin-bottom: 20px;
    
}

button.contact:hover {
    
    background-color: #FFFFFF;
    
    color: #FF7933;
    
}
