.small-slide{
    background-image: none;
}

section{
    padding-top: 40px;
    padding-bottom: 40px;
}

.slider{
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.slider .row{
    align-items: center;
    position: relative;
    z-index: 2;
}

.align-items-center{
    align-items: center;
}

.flex-column{
    flex-direction: column;
}

.justify-content-center{
    justify-content: center;
}

.gradient{
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.9));
    width: 100vw;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

section :is( h1, h2, h3){
    font-weight: 800;
}

h1{
    border-left: 0;
    padding-left: 0;
}
.banner-text :is(h1, .text-content){
    padding: 20px 30px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
}

.banner-text{
    margin-bottom: 20px;
}

.banner-text h1{
    font-size: 40px;
    line-height: 40px;
    padding: 20px 10px 20px 40px; 
}

.form-banner{
    padding: 10px 20px;
    background-color: #ced8e0;
    color: #000;
}

.form-banner .panel h3{
    display: none !important;
}

.form-banner li#id_4,
.form-banner li#id_5{
    display: inline-block !important;
    width: 40%;
    float: left;
}

.form-banner li#id_5{
    width: 55%;
    margin-left: 5%;
}

.form-banner p a.btn,
.text-content a.btn,
a.btn{
    color: #ffffff;
    background-color: #4b5c6b;
    padding: 10px 40px;
    margin-top: 20px;
}

a.btn.bg-orange{
    background-color: #f58220;
}


.form-banner i{
    color: #f63031;
    margin: 5px;
}

.item{
    margin: 20px;
    width: 320px;
}

.item p{
    margin-top: 20px;
    font-weight: 800;
}

.flickity-viewport {
    padding: 0 40px;
}


.flickity-button-icon{
    fill: #4b5c6b;
}

.section-2,
.section-4 .container{
    background-image: url("https://panamawindsocks.ca/media/c1zo5e24/windsock-bg.png");
    background-repeat: no-repeat;
    background-size: 15%;
    background-position: left bottom;
}

.section-4 .container{
    background-image: url("https://panamawindsocks.ca/media/jukleyjs/windsock-bg-reverse.png");
    background-position: right bottom;
}



.text-content a.btn{
    background-color: #e8833a;
}

.section-3 .text-content{
    margin-bottom: 20px;
}

.three-column-image img{
    min-height: 330px;
}

.steps-1, .steps-2, .steps-3{
    margin: 20px 0;
    border-bottom: solid 5px #ced8e0;
    padding-bottom: 20px;
}

.faq-heading, .faq-content.text-content {
    padding: 5px;
    border: solid 3px #f58220;
    box-sizing: border-box;
    background-color: #f7f9fa;
}
.faq-heading {
    margin-bottom: 0;
}

.faq-content.text-content{
    border-top: 0;
}


@media screen and (max-width:767px){
    
    .slider{
        background-size: 100%;
    }
    
    .banner-text{
        margin-top: 70%;
    }
    
}




@media screen and (min-width:1440px){

    .d-flex{
        display: flex;
    }
    

    .flickity-prev-next-button.previous{
        left: -30px;
    }
    .flickity-prev-next-button.next{
        right: -30px;
    }
}
        