.btn {
    background: #EF5B4E;
    padding: 10px 20px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
}

.btn:hover {
    background-color: #c24c41;
    color: #fff;
}

a.navbar-brand.logo img {
    width: 200px;
}

.banner {
    max-width: 1185px;
    margin: 0 auto;
    padding: 30px 0;
    background: #E0F0F3;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    margin-top: 20px;
}

.banner-content strong,
.banner-content span {
    display: block;
    text-align: center;
}

.banner-content:first-of-type strong {
    text-transform: uppercase;
}

.banner-content {
    border-left: 1px solid #38A1B6;
}

.banner-content:first-of-type {
    border-left: none;
}

.banner-part {
    height: 527px;
    background: url(../images/banner-img.png);
    background-size: cover;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

p.banner-p {
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0px 0px 24px 24px;
    background: rgba(36, 36, 53, 0.9);
    padding: 10px;
    margin: 0;
    color: #fff;
    text-align: center;
    font-size: 24px;
}

.banner-inner {
    background: rgba(36, 36, 53, 0.9);
    padding: 24px 32px;
    color: #fff;
    text-align: center;
}

.banner-inner h1 {
    font-size: 32px;
    line-height: 46.37px;
    font-weight: 700;
}



.california-elect {
    margin-top: 45px;
}

.california-elect h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.california-elect p {
    font-size: 24px;
    line-height: 32px;
    color: #242435;
}

.go-solar h2 {
    color: #38A1B6;
    margin-top: 40px;
}

.go-solar p {
    font-weight: 700;
}

.steps {
    text-align: center;
    background: #38A1B6;
    border: 4px solid #fff;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.4);
    border-radius: 17px;
    padding: 20px;
    height: 100%;
}

.steps p {
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 25px;
}

.steps h2 {
    font-weight: 700;
    font-size: 64px;
    color: #fff;

}

.three-step {
    margin-top: 50px;
}

.solar-cta {
    margin-top: 50px;
    text-align: center;
}

.solar-cta h2 {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 30px;
}

.ready-start {
    background: url(../images/ready-start.png);
    height: 450px;
    margin-top: 50px;
}

.ready-start .row {
    height: 100%;
}

.start-inner {
    background: #3FA1B5;
    padding: 50px;
    margin-left: 40px;
    height: 100%;
    display: flex;
    align-items: center;
}

.ready-start h2 {
    font-size: 32px;
    color: #fff;
    line-height: 38.4px;
    max-width: 270px;
}

section.bottom-cta.container {
    background: url(../images/cta-background.png);
    padding: 35px;
    color: #fff;
}

.bottom-cta b {
    font-size: 21px;
    line-height: 36px;
    margin-bottom: 35px;
    display: block;
}

.bottom-cta h2 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 700;
}

.blog-section {
    margin-top: 50px;
}

.blogs-inner {
    box-shadow: 0px 0px 40px rgba(18, 18, 29, 0.12);
    border-radius: 10px;
    height: 100%;
    margin-bottom: 20px;
    background-color: #fff;
}

.img-wrapper img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blogs-inner h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px;
}

.blogs-inner img {
    width: 100%;
    height: 214px;
    object-fit: cover;
}

.blogs-inner p {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.blogs-inner span {
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    color: #6C757D;
}

@media (min-width: 992px) {
    .desktop-none {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .mobile-none {
        display: none !important;
    }

    .banner {
        margin: 0 15px;
        margin-top: 30px;
    }

    .banner-content strong {
        font-weight: 500;
        font-size: 11px;
        line-height: 13px;
        color: #242435;
        margin-bottom: 10px;
    }

    .banner-content span {
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
    }

    .banner-image {
        padding: 0;
    }

    .banner-part {
        border-radius: 0;
    }

    .mobile-banner-content p {
        position: relative;
        border-radius: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 25px;
    }

    .mobile-banner-content h2 {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
        color: #38A1B6;
        text-align: center;
        margin-top: 40px;
    }

    .mobile-banner-content {
        text-align: center;
    }

    .btn {
        font-weight: 700;
        font-size: 20px;
        line-height: 18px;
        padding: 15px 20px;
    }
    .california-elect h2 {
        font-weight: 700;
        font-size: 22px;
        line-height: 32px;
    }
    .california-elect p {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }
    .go-solar p {
        font-weight: 500;
        font-size: 18px;
        line-height: 22px;
    }
    .steps h2{
        font-size: 48px;
    }
    .steps p {
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
    }
    .three-step .col-sm-4{
        margin-bottom: 10px;
    }
    .steps{
        box-shadow: none;
    }
    .start-inner {
        margin: 0 40px;
        padding: 25px;
    }
    .ready-start h2 {
        font-size: 24px;
        line-height: 29px;
        max-width: 210px;
    text-align: center;
    }    
    .bottom-cta b {
        font-weight: 500;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
    }
    .bottom-cta h2 {
        font-size: 20px;
        line-height: 24px;
        text-align: center;
    }
    .blog-section h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    .blog-section {
        background: #E0F0F3;
        margin-top: 0;
        padding-top: 40px;
    }
    button.navbar-toggler {
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .banner-part {
        height: 231px;
    }
}