@font-face
{
	font-family: 'Open_Sans_Bold';
	src: url(fonts/Open_Sans/OpenSans-Bold.ttf) format('truetype');
}

@font-face
{
	font-family: 'Open_Sans';
	src: url(fonts/Open_Sans/OpenSans-Regular.ttf) format('truetype');
}

@font-face
{
	font-family: 'Open_Sans_Semi';
	src: url(fonts/Open_Sans/OpenSans-SemiBold.ttf) format('truetype');
}

*
{
    margin: 0;
    padding: 0;
    font-family: 'helvetica';
    text-decoration: none;
}

.section-title
{
    font-weight: bold;
    font-size: 36px;
    color: #2F281E;
}

/*---------------NavBar----------------*/

#smallLogo
{
    display: none;
}

.btn-outline-secondary
{
    width: 105px;
    height: 45px;
    margin-right: 5px;
    border: 1px solid #BCD0E5;
    color: #173A56;
    font-family: 'Helvetica';
    font-weight: 900!important;
}

.btn-warning
{
    width: 105px;
    height: 45px;
    margin-left: 5px;
    color: #fff!important;
    background: #FF9900!important;
    border: none!important;
    font-family: 'Helvetica';
    font-weight: 900!important;
}

.nav-link
{
    font-family: 'Helvetica'!important;
    font-size: 14px!important;
    color: #2F281E!important;
    letter-spacing: 0!important;
    line-height: 28px!important;
}

.hamburger_button
{
    width: 220px;
    margin-left: -18px;
}


/*---------------Banner Section----------------*/

#banner
{
    padding-top: 3%;
}

.banner-img
{
    width: 100%;
}

.promo-title
{
    font-family: 'helvetica';
    font-size: 44px;
    color: #2F281E;
    letter-spacing: 0;
    line-height: 54px;
    font-weight: 900;
}

#banner_description
{
    font-size: 18px;
    color: #544837;
    line-height: 28px;
    padding: 0;
    width: 455px;
}

.btn_started
{
    background: #FF9900!important;
    font-size: 16px!important;
    color: #FFFFFF!important;
    width: 170px;
	height: 50px;
    font-weight: 900!important;
    border: none;
}

#iconTextHeader
{
	transition-duration: 400ms;
}

#iconTextHeader:hover
{
    transform: scale(1.1);
    text-decoration: none!important;
}

#lecture_button
{
    font-size: 16px;
    color: #FF9900;
    border-bottom: solid 1px;
    font-weight: 600;
}

#lecture_button:hover 
{
    text-decoration: none!important;
}

/*---------------Feature Section----------------*/

#feature
{
    padding-top: 8%;
    background-image: url(assets/Background_circle.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

#feature-title
{
    text-align: center;
}

#feature-card-title
{
    font-weight: bold;
    font-size: 22px;
    color: #2F281E;
}

.feature-card-size
{
    width: 195px;
}

#feature-description
{
    font-size: 16px;
    color: #544837;
    letter-spacing: 0;
    line-height: 26px;
    padding: 0!important;
}

#feature-sign-button
{
    background: #FF9900;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
    width: 170px;
    line-height: 3;
    padding: 0!important;
}

.mb-feature
{
    margin-bottom: 5rem!important;
}


/*--------------- Validation Section  ----------------*/

#validation
{
    margin-top: 12%;
}

.validation-img
{
    width: 100%;
}

#validation-h2
{
    margin-bottom: 2rem;
}

.validation-title
{
    font-weight: bold;
    font-size: 16px;
    color: #2F281E;
    line-height: 26px;
    margin-bottom: 0.5rem;
}

.validation-description
{
    margin-bottom: 1.4rem;
}

/*--------------- Product Section  ----------------*/

#product
{
    margin-top: 10%;
}

.icon-product img
{
    width: 2rem;
}

#product-icon-description
{
    margin-bottom: 0!important;
}

/*--------------- Marketers Section ----------------*/

#marketers
{
    margin-top: 14%;
}

/*--------------- Marketers Section ----------------*/

#marketing
{
    margin-top: 12%;
}

.card-style
{
    border: none!important;
}

.carousel-indicators
{
    top: 22rem!important;
}

.carousel-indicators li
{
    background-color: grey!important;
    width: 12px!important;
    height: 12px!important;
    border-radius: 50%!important;
    opacity: 0.15!important;
}

.carousel-indicators .active
{
    background-color: #FF9900!important;
    opacity: 1!important;
}

.date-card
{
    font-family: 'OpenSans';
    font-size: 16px;
    color: #807465;
    line-height: 28px;
}

.card-body
{
    padding-left: 0!important;
}

.card-description
{
    padding-left: 0!important;
    font-weight: bold;
    font-size: 20px;
    color: #2F281E;
    line-height: 34px;
}

.card-description-orange
{
    color: #FF9900!important;
}


/*--------------- Footer Section  ----------------*/

#footer
{
    margin-top: 10%;
}


/*--------------- Media Queries ----------------*/

@media screen and (min-width: 1200px)
{
    .ml-lg-7
    {
        margin-left: 6rem!important;
    }

    .mr-lg-7
    {
        margin-right: 7rem!important;
    }

    .ml-lg-8
    {
        margin-left: 7rem!important;
    }
    
    .mr-lg-8
    {
        margin-right: 7rem!important;
    }

    #feature-img
    {
        margin-left: -1.6rem;
    }

}

@media screen and (max-width: 1200px)
{
    .ml-lg-7
    {
        margin-left: 4rem!important;
    }

    .mr-lg-7
    {
        margin-right: 4rem!important;
    }

    .ml-lg-8
    {
        margin-left: 5rem!important;
    }
    .mr-lg-8
    {
        margin-right: 5rem!important;
    }
}

@media screen and (min-width: 992px)
{
    .validation-description
    {
        width: 480px;
    }

    #product-icon-description
    {
        width: 350px;
    }

    #product-description
    {
        width: 450px;
    }

}

@media screen and (max-width: 992px)
{
    #centre
    {
        margin-left: auto!important;
        margin-right: auto!important;
    }

    .card-description
    {
        padding: 0!important;
    }

    .card-body 
    {
        padding-right: 0!important;
    }

    .carousel-indicators
    {
        top: 62rem!important;
    }
}

@media screen and (max-width: 768px)
{
    .ml-lg-7
    {
        margin-left: 0rem!important;
    }

    .ml-lg-8
    {
        margin-left: 1rem!important;
    }

    .mr-lg-8
    {
        margin-right: 1rem!important;
    }

}


@media screen and (max-width: 500px)
{
    #bigLogo
    {
        display: none;
    }

    #smallLogo
    {
        display: block;
    }
}

@media screen and (max-width: 414px)
{

    .section-title {
        font-weight: bold;
        font-size: 32px;
        color: #2F281E;
    }
    
    .promo-title
    {
        font-size: 33px;
        line-height: 40px!important;
    }

    #banner_description
    {
        width: 340px;
        font-size: 15px;
        line-height: 22px;
    }

    .btn_started
    {
        font-size: 15px!important;
        width: 130px;
        height: 40px;
    }

    #lecture_button
    {
        font-size: 15px;
    }

    #feature-title
    {
        font-size: 28px;
        line-height: 40px!important;
        padding: 0!important;
    }

    #feature-card-title
    {
        font-size: 22px;
    }

    #feature-description
    {
        font-size: 18px;
    }

    #feature-sign-button
    {
        font-size: 14px;
        width: 170px;
        line-height: 2.8;
    }

    .feature-card-size
    {
        width: 230px;
    }

    #feature-img 
    {
        width: 30%;
    }

}

@media screen and (max-width: 375px)
{
    #feature-title 
    {
        font-size: 25px;
        line-height: 35px!important;
    }

    #feature-card-title 
    {
        font-size: 20px;
    }

    .feature-card-size 
    {
        width: 215px;
    }

    #validation-h2 
    {
        font-size: 28px;
        margin-bottom: 1.5rem;
    }

    .validation-description 
    {
        font-size: 0.9rem;
    }

    .validation-title
    {
        font-size: 15px;
    }

    .section-title
    {
        font-size: 30px;
    }

    .card-description 
    {
        font-size: 18px!important;
        line-height: 28px!important;
    }

}

@media screen and (max-width: 320px)
{
    .promo-title 
    {
        font-size: 25px;
        line-height: 30px!important;
    }

    #banner_description 
    {
        width: 290px;
        font-size: 14px;
        line-height: 21px;
    }

    #lecture_button 
    {
        font-size: 14px;
    }

    .btn_started 
    {
        font-size: 14px!important;
        width: 110px;
        height: 35px;
    }

    #feature-title 
    {
        font-size: 23px;
        line-height: 32px!important;
    }

    #feature-card-title 
    {
        font-size: 18px;
    }

    #feature-description 
    {
        font-size: 16px;
    }

    .feature-card-size 
    {
        width: 195px;
    }

    .section-title 
    {
        font-size: 26px;
    }

}