@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
    font-synthesis: none !important;
  }

body {
    min-height: 100vh;
    display: flex;
    flex-flow: column nowrap;
    background: white;
}

button {
    text-shadow: none !important;
}

.lb-container {
    display: flex;
    flex-flow: column nowrap;
}

.lb-content {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.lb-content > h1:first-of-type {
    margin-top: 40px;
    margin-bottom: 16px;
    font-size: 24px;
}

.lb-content > p:first-of-type {
    margin-bottom: 48px;
    font-size: 14px !important;
}

.dlNum, .dlText {
    float: left;
    color: #222426;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}
.dlNum {
    margin-right: 8px;
}
.dlText {
    max-width: 480px;
}
.dlText h2 {
    margin-top: 0px;
    margin-bottom: 8px;
    line-height: 24px;
    font-size: 16px;
}
.dlText p {
    color: #424446;
    font-family: 'Lato';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}


.btn-add {
    border-radius: 4px;
    background: linear-gradient(180deg, #EF2D06 0%, #D02407 100%);
    border-color: #F22E06;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 16px;
    text-align: center;
    padding: 16px 24px;
    display: inline-block;
    height: 45px;
    transition: all .25s;

}

.btn-add:hover,
.btn-add:focus {
    background: linear-gradient(180deg, #DF2D09 0%, #CF2307 100%);
    border-color: #DF2D09;
    color: #fff;
}

#dlbutton_experiment {
    width: 144px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    text-align: center;
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 14px;
    padding: 0px;
}

.clearVariableHeight {
    height: 8px !important
}

#emailForm {
    display: flex;
    flex-flow: column nowrap;
    width: 360px;
}
#emailForm #email {
    border-radius: 6px;
    border: 1px solid #C2C4C6;

    background: #FFF;
    display: flex;
    width: 360px;
    height: 40px;
    padding: 8px 12px;
}
#emailForm .button.green {
    border-radius: 6px;
    background: linear-gradient(180deg, #2EBE4F 0%, #399B50 100%);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12);
    width: 136px;
    height: 48px;
    margin-left: 0px !important;
    margin-top: 24px;

    color: #FFF;

    text-align: center;
    font-family: 'Lato';
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;

    text-shadow: none;
    border: none;
}

.footer {
    margin-top: auto;
    background: #F6F6F6;
    color: #828486;
    text-align: center;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer a {
    text-decoration: none;
    color: #828486;
}
.footer .center-footer > p {
    margin-bottom: 0px;
}

img[src="chrome://boomerangforgmail/content/green-check.png"] {
    display: none;
}


@media (max-width: 767px) {
    .subpage {
        padding-left: 16px;
        padding-right: 16px;
    }
    .navbar-brand img {
        height: auto !important;
        width: 300px !important;
    }
  }
  