html {
  scroll-behavior: smooth;
}

.navbar {
  padding: .5rem 1rem;
}

.navbar-brand .title-text {
     top: 2px;
     position: relative;
 }

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #d9d872;
}

.collapse-brand .title-text {
    color: #009975;
}

/*.section-hero .title-text {*/
    /*color: #ffffff;*/
    /*position: relative;*/
    /*top: 8px;*/
/*}*/

.section-shaped .shape-style-1.shape-default
{
    background: linear-gradient(150deg, #009975 15%, #58b368 70%, #d9d872 94%);
}

.headroom--not-top {
    background-color: #454d66;
}

.icon img{
    height: 2.25rem;
}

.icon-shape-yellow
{
    color: #fba040;
    background-color: rgba(254, 236, 189, 0.5);
}

.text-yellow {
    color: #fba040 !important;
}

.badge-yellow {
    color: #fba040;
    background-color: rgba(254, 236, 189, 0.5);
}

.btn-yellow {
    color: #fff;
    border-color: #fba040;
    background-color: #fba040;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.btn-yellow:hover {
    color: #fff;
    border-color: #fba040;
    background-color: #fba040;
}

.btn-yellow:not(:disabled):not(.disabled):active, .btn-yellow:not(:disabled):not(.disabled).active, .show > .btn-yellow.dropdown-toggle {
    color: #fff;
    border-color: #fb7740;
    background-color: #fb7740;
}


.receive-updates-email {
    /*font-size: .875rem;*/
    /*font-weight: 400;*/
    /*line-height: 1.5;*/
    /*display: inline-block;*/
    /*width: 50%;*/
    /*height: calc(1.5em + 1.25rem + 2px);*/
    /*padding: .625rem .75rem;*/
    /*transition: all .2s cubic-bezier(.68, -.55, .265, 1.55);*/
    /*color: #8898aa;*/
    /*border: 1px solid #cad1d7;*/
    /*border-radius: .25rem 0 0 .25rem;*/
    /*background-color: #fff;*/
    /*background-clip: padding-box;*/
    /*box-shadow: none;*/
    width: 90%;
    display: inline-flex;
}

.receive-updates-button {
    font-size: .875rem;
    position: relative;
    transition: all .15s ease;
    letter-spacing: .025em;
    text-transform: uppercase;
    will-change: transform;
    color: #212529;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    font-weight: 600;
    line-height: 1.5;
    display: inline-block;
    padding: .625rem 1.25rem;
    border: 1px solid #cad1d7;
    border-radius: .25rem;
    margin-left: -4px;
}

.input-group-end {
    width: 5px;
    background: #ffffff;
}

section.second p{
    font-size: 1.15rem;
}

.cellphone {
    position: absolute;
    top: 50%;
    right: 40px;
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    height: 500px;
    display: inline-block;
    /*transform: perspective(500px) rotateY(10deg);*/
}

.cellphone img {
    max-height: 100%;
    width: auto;
}

.cellphone:nth-of-type(1) {
    top: -20px;
    left: 40px;
}

.cellphone:nth-of-type(2) {
    /*top: 120px;*/
    /*left: 230px;*/
    top: 22%;
    left: 50%;
    height: 450px;
}

.cellphones-container {
    height: 550px;
    position: relative;
}

.accordion .card button {
    padding: 0;
    margin: 0;
    text-align: left;
    text-transform: unset;
}
.accordion .card button p {
    font-weight: 600;
}