@font-face {
  font-family: 'Montserrat';
  src:  url('fonts-Montserrat-Bold.eot') format('embedded-opentype'),  
        url('fonts-Montserrat-Bold.otf')  format('opentype'),
	    url('fonts-Montserrat-Bold.woff') format('woff'), 
        url('fonts-Montserrat-Bold.ttf')  format('truetype'), 
        url('fonts-Montserrat-Bold.svg') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('fonts-Montserrat-Light.eot') format('embedded-opentype'),  
        url('fonts-Montserrat-Light.otf')  format('opentype'),
	    url('fonts-Montserrat-Light.woff') format('woff'), 
        url('fonts-Montserrat-Light.ttf')  format('truetype'), 
        url('fonts-Montserrat-Light.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src:  url('fonts-Montserrat-Regular.eot') format('embedded-opentype'),  
        url('fonts-Montserrat-Regular.otf')  format('opentype'),
	    url('fonts-Montserrat-Regular.woff') format('woff'), 
        url('fonts-Montserrat-Regular.ttf')  format('truetype'), 
        url('fonts-Montserrat-Regular.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('fonts-Montserrat-ExtraLight.eot') format('embedded-opentype'),  
        url('fonts-Montserrat-ExtraLight.otf')  format('opentype'),
	     url('fonts-Montserrat-ExtraLight.woff') format('woff'), 
         url('fonts-Montserrat-ExtraLight.ttf')  format('truetype'), 
         url('fonts-Montserrat-ExtraLight.svg') format('svg');
  font-weight: 200;
  font-style: normal;
}


@font-face {
  font-family: 'Montserrat';
  src: url('Montserrat-100Light.eot') format('embedded-opentype'),  
	     url('Montserrat-100Light.woff') format('woff'), 
         url('Montserrat-100Light.ttf')  format('truetype'), 
         url('Montserrat-100Light.svg') format('svg');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Palatino Linotype';
  src:  url('fonts-PalatinoLinotype-Roman.eot') format('embedded-opentype'),  
        url('fonts-PalatinoLinotype-Roman.woff') format('woff'), 
        url('fonts-PalatinoLinotype-Roman.ttf')  format('truetype'), 
        url('fonts-PalatinoLinotype-Roman.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

* {
    outline: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}

*:focus {
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}



a  {
  color: inherit;
  text-decoration: none;
}

a.pending {
  opacity: 0.5;
  pointer-events: none;
}

/*body {
    background-color: black;
    color: white;
    padding: 0;
    margin: 0;
    font-family: Montserrat, 'Segoe UI',Helvetica, Arial, sans-serif;
    font-weight:normal;
    min-width: 1100px;
}

input[type="text"], input[type="email"], textarea {
  font-family: Montserrat, 'Segoe UI',Helvetica, Arial, sans-serif;
}

div.wrapper {
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
    height: 100%;
}

div.clear {
    clear: both;
    height: 1px;
    visibility: hidden;
}

.page>div {
    height: 1080px;
    background-size: 1920px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page p{
    white-space: nowrap;
}

.message {
    font-size: 15px;
    padding: 10px 0;
}

.message.error {
    color:rgb(169, 85, 46);
}

.message.success {
    color:rgb(43, 161, 65);
}

.blink {
        -webkit-animation: blink-kf 1s infinite;
        animation: blink-kf 1s infinite;
    }


@-webkit-keyframes blink-kf {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

@keyframes blink-kf {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }

    100% {
        opacity: 1;
    }
}

p.buy a {
    border-radius: 100px;
    height: 50px;
    display: inline-block;
    width: 200px;
    text-align: center;
    line-height: 50px;
    font-weight: 200;
    font-size: 20px;
    color: black;
    background-color: white;
}

p.buy.invert a {
    color: white;
    background-color: black;
}

a.learn-more {
    font-weight: 300;
    text-decoration: underline;
}

a.link {
    text-decoration: underline;
    font-weight: 400;
}

p.delivery-description {
    color: #a9a9a9 !important;
    font-weight: 200;
    line-height: 3em !important;
    margin-top: 0;
    margin-bottom: 0;
    white-space: nowrap;
}

.invert p.delivery-description {
    color: #555555 !important;
}

.button {
    position: relative;
    background-color: white;
    color: black;
    width: 200px;
    height: 50px;
    border-radius: 30px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    margin: 0 auto;
}

.button a {
    line-height: 50px;
    widows: 100%;
    height: 100%;
    display: inline-block;
}

.button.invert {
    background-color: black;
    color: white;
}

.button.left {
    margin: 0;
}

@media only screen and (max-width : 480px) {
    p.delivery-description {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    p.buy a {
        width: 150px;
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }

    .button {
        width: 130px;
        height: 34px;
        font-size: 13px;
    }

    .button a {
        line-height: 34px;
    }
}*/