@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 body {
    font-family: Poppins, Helvetica, sans-serif !important;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    overflow: initial;
    background-color: rgb(255, 255, 255);
    background-image: url(/assets/images/recipe-bg-eggs.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: 'Poppins', sans-serif;
    height: 100vh;
}
body.clean {background-image:none;flex-direction:column;justify-content: flex-start;align-items: center;margin:1rem auto;min-width:280px;max-width:720px;}
body.about {background-image:none;display:flex;flex-direction:column;justify-content: flex-start;align-items: flex-start;margin:1rem auto;width:100%;height:auto;padding:40px;}
body.skillet {background-image: url(/assets/images/recipe-bg-eggs-skillet.png);}
.padding-40{padding:40px;}
.gray{color:#333;}

.loader-small {
    display: none;
    border-radius: 50%;
    border: 5px solid #f3f3f3;
    margin-left: auto;
    margin-right: auto;
    animation: spin 1s linear infinite;
    border-top: 5px solid #555;
    width: 30px;
    height: 30px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    min-height: 16.42857143px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    text-align: center;
  position: relative;
    padding: 0 2.5rem 2rem;
    background-color: rgba(0,0,0,0.75);
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.2);
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
.clickable {
    cursor: pointer;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
.img-responsive-height {
    display: block;
    width: auto;
    max-height: 100%}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.ebook {
    height:auto;
    width: 250px;
    text-align: center;
    padding: 0;
  margin-top: -45px;
  
}
h1 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: -0.5rem;
    font-weight: 500;
    line-height: 2rem;
}
p {
    font-size: 1.1rem;
    margin: 1rem 0 1rem 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.7rem;
}
.info {
    color: rgb(207, 207, 207);
    font-size: 0.75rem;
    line-height:1.2rem;
    margin:2rem 0 1rem 0;
    font-weight:200;
}
input[type=email] {
    border: 1px solid #ff8e29 !important;
    box-shadow: unset !important;
    border-radius: 10px !important;
    width: 100%;
    max-width: 350px;
    font-size: 16px;
    padding: 14px 18px;
    margin: 2rem auto 1.2rem;
    display: block;
  }
  .cta-btn {
    background: linear-gradient(0deg, #ff8f2c, #ffd0a6);
    font-style: italic;
    border-radius: 10px;
    width: 100%;
    max-width: 350px;
    border: 1px solid #ff8e29;
    font-size: 1.3rem;
    margin: 1rem 0 1rem 0;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    margin:0 auto 1rem;
  }
  .cta-btn a {text-decoration:none;color: #fff;}
  
  .sub-btn {
    background-color: #02d29a;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
    border: none;
    font-size: 1.3rem;
    padding: 10px;
    color: #fff;
    font-weight: 400;
    margin:0 auto 1rem;
  }
  .sub-btn a {text-decoration:none;color: #fff;}
  
#loader {
  width: 40%;
  margin: 20px auto;
}

@media (min-width: 768px) {
    .modal-dialog {
    width: 550px;
    margin: 0px auto;
}
}
@media (min-width: 992px) {
    .modal-lg {
    width: 900px;
}
}
@media (max-width: 414px) {
    .ebook {
    height:auto;
    width: 200px;
}
.modal-dialog{
    margin:0px;
}
.modal-body {
    padding: 0 1rem 2rem;
}
p {
    font-size: 1rem;
    margin: 1rem 0 1rem 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.7rem;
}
h1 {
    color: #fff;
    font-size: 1.5rem;
    margin-top: -0.5rem;
    font-weight: 500;
    line-height: 1.8rem;
}
}
@media (max-width: 320px) {
    .ebook {
    margin-top: -40px;
    height:auto;
    width: 140px;
}
.modal-dialog{
    margin:0px;
}
.modal-body {
    padding: 0 14px 2rem;
}
p {
    font-size: 0.9rem;
    margin: 1rem 0 1rem 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.4rem;
}
h1 {
    color: #fff;
    font-size: 1.3rem;
    margin-top: -0.5rem;
    font-weight: 500;
    line-height: 1.8rem;
}
.info {
    margin:1rem 0 1rem 0;
}
}