@charset "UTF-8";
/* CSS Document */
html { scroll-behavior: smooth;}
* {margin:0px;padding:0px; box-sizing: border-box;border: 0 none;outline: 0;font-family: "Raleway", sans-serif;color:#deddd0;}
img {max-width: 100%;height: auto;}
li {list-style: none;}
body {background:url("https://blackboutique.us/newsletter-images/bg-desktop.webp") no-repeat top center #000d03;padding:500px 15px 75px 15px;}
h1, h2, h3, h4, h5, h6, a {font-family:  "Inter", sans-serif;padding: 0px;margin:0px;color:#f6f6f6;font-weight: 700;}
h1, h2 {letter-spacing: -1.5px;}
p {line-height: 1.8em;letter-spacing: -0.2px; font-size: 1em;color:#f6f6f6;margin-bottom: 15px;text-align: left;}
.bt_align {margin:0px auto;text-align: center;max-width: 500px;}
.clear {clear: both;}
.space {display: block;height: 20px;}
.align-div {max-width: 1100px;margin:0px auto;padding:15px;}
.align-div-2 {max-width: 600px;margin:0px auto;padding:15px;}

#header h1 {font-size: 3em;line-height: 1em;margin-bottom:15px;text-align: center;font-weight: 300;color:#deddd0;}
#header h1 strong {font-weight: 700;font-family:  "Inter", sans-serif;}
#header h6 {font-size: 1.1em;line-height: 1.6em;font-weight: 700;margin-bottom: 15px;text-align: left;color:#ffffff;}
#header p {font-size: 1em;line-height: 1.8em;font-weight: 400;text-align: left;color:#deddd0;}
#header small {font-size: 0.7em;line-height: 1.8em;font-weight: 400;text-align: center !important;color:#999;display: block;padding-top: 10px;}

.form-field-name, .form-field-email {border-radius: 15px;line-height:4em;color:#0b150c;background: #deddd0;margin-bottom: 15px;text-indent: 10px;font-size:1em;width: 100%;margin-right: 1%;} 
.bt_buy {margin: 0px auto; line-height: 3em; border-radius: 15px;font-size:1.1em;color:#ffffff;text-decoration: none;display: block;font-weight: 700;letter-spacing: -0.7px;transition-duration: 0.3s;text-align: center;width: 100%;background:#1c261c;cursor: pointer;margin-bottom: 10px;}
.bt_buy:hover {background-color: #323833;transition-duration: 0.3s;}

hr {border:1px solid #222222;width: 70%;margin:0px auto;margin-bottom: 75px;margin-top: 75px;}

footer {text-align: center;padding:75px 0px 75px 0px;}
address  {font-size: 0.9em;text-align: center;line-height: 1.8em;margin-bottom: 15px;font-style: normal;color:#999999;}
footer p {font-size: 0.7em;text-align: center;line-height: 2.2em;color:#999999;}
footer img {margin-bottom: 15px;}


@media only screen and (max-width: 600px) {
    body {background:url("https://blackboutique.us/newsletter-images/bg-cellphone.webp") no-repeat top center #000d03;padding:270px 15px 75px 15px;}
    #header-left {max-width: 100%;text-align: center;}
    #header h1 {font-size: 2.3em;line-height: 1.1em;text-align: center;}
    .align-div {max-width: 100%;margin:0px auto;padding:15px;}
    .align-div-2 {max-width: 100%;margin:0px auto;padding:15px;}
    .align-title {max-width: 100%;margin:0px auto;padding:15px;}
    #form-field-name, #form-field-email {width: 100%;float: none;margin-left: 0%;margin-bottom: 10px;} 
    .bt_buy {width: 100%;float: none;}
}